NVelocity.Http.Context
Interface IViewContext

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

HttpContext

public System.Web.HttpContext HttpContext

Returns the instance of {@link HttpContext} for this request.


VelocityContext

public NVelocity.Context.IContext VelocityContext

Returns a reference to the current Velocity context.