NVelocity.Http.Tool
Class ServletToolInfo

ToolInfo implementation that holds scope information for tools used in a servlet environment.

Field Summary
string APPLICATION_SCOPE
string REQUEST_SCOPE
string SESSION_SCOPE

Constructor Summary
ServletToolInfo(string key, string classname, string scope)
         Creates a new tool of the specified class with the given key and scope.

Property Summary
string Scope

Properties inherited from class NVelocity.Http.Tool.ViewToolInfo
Classname, Key

Methods inherited from class NVelocity.Http.Tool.ViewToolInfo
getInstance

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


Field Detail

APPLICATION_SCOPE

public string APPLICATION_SCOPE


REQUEST_SCOPE

public string REQUEST_SCOPE


SESSION_SCOPE

public string SESSION_SCOPE

Constructor Detail

ServletToolInfo

public ServletToolInfo(string key,
                       string classname,
                       string scope)

Creates a new tool of the specified class with the given key and scope.

Property Detail

Scope

public string Scope