NVelocity.Http
Class HandlerSkeleton

Summary description for NVelocityHandlerSkeleton.

Field Summary
string INIT_PROPERTIES_KEY
         Key used to access the Velocity configuration file path from the Servlet init parameters. This is the string that is looked for when getInitParameter is called.
string INIT_TOOLBOX_KEY
         Key used to access the toolbox configuration file path from the Servlet init parameters.
bool initialized
         has the NVelocity initialization taken place
NVelocity.Http.Tool.ServletToolboxManager toolboxManager
         A reference to the toolbox manager.

Constructor Summary
HandlerSkeleton()
        Initializes a new instance of the HandlerSkeleton class.

Method Summary
void InitVelocity()
         Initializes the Velocity runtime, first calling loadConfiguration(ServletConvig) to get a java.util.Properties of configuration information and then calling Velocity.init(). Override this to do anything to the environment before the initialization of the singelton takes place, or to initialize the singleton in other ways.
Commons.Collections.ExtendedProperties LoadConfiguration()
void LoadToolbox()

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

INIT_PROPERTIES_KEY

public string INIT_PROPERTIES_KEY

Key used to access the Velocity configuration file path from the Servlet init parameters. This is the string that is looked for when getInitParameter is called.


INIT_TOOLBOX_KEY

public string INIT_TOOLBOX_KEY

Key used to access the toolbox configuration file path from the Servlet init parameters.


initialized

protected bool initialized

has the NVelocity initialization taken place


toolboxManager

protected internal NVelocity.Http.Tool.ServletToolboxManager toolboxManager

A reference to the toolbox manager.

Constructor Detail

HandlerSkeleton

protected HandlerSkeleton()

Initializes a new instance of the HandlerSkeleton class.

Method Detail

InitVelocity

protected void InitVelocity()

Initializes the Velocity runtime, first calling loadConfiguration(ServletConvig) to get a java.util.Properties of configuration information and then calling Velocity.init(). Override this to do anything to the environment before the initialization of the singelton takes place, or to initialize the singleton in other ways.


LoadConfiguration

protected Commons.Collections.ExtendedProperties LoadConfiguration()


LoadToolbox

protected void LoadToolbox()