|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Objects implementing this interface are passed to view tools upon initialization by the {@link org.apache.velocity.tools.view.servlet.ServletToolboxManager}.The interface provides view tools in a servlet environment access to relevant context information, like servlet request, servlet context and the velocity context.
Property Summary | |
---|---|
System.Web.HttpContext |
HttpContext
Returns the instance of {@link HttpContext} for this request. |
NVelocity.Context.IContext |
VelocityContext
Returns a reference to the current Velocity context. |
Property Detail |
---|
public System.Web.HttpContext HttpContext
Returns the instance of {@link HttpContext} for this request.
public NVelocity.Context.IContext VelocityContext
Returns a reference to the current Velocity context.
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |