|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
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 |
---|
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.
public string INIT_TOOLBOX_KEY
Key used to access the toolbox configuration file path from the Servlet init parameters.
protected bool initialized
has the NVelocity initialization taken place
protected internal NVelocity.Http.Tool.ServletToolboxManager toolboxManager
A reference to the toolbox manager.
Constructor Detail |
---|
protected HandlerSkeleton()
Initializes a new instance of the HandlerSkeleton class.
Method Detail |
---|
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.
protected Commons.Collections.ExtendedProperties LoadConfiguration()
protected void LoadToolbox()
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |