Uses of Class
org.apache.velocity.tools.view.ViewToolContext
-
Packages that use ViewToolContext Package Description org.apache.velocity.tools.view Contains tools and supporting infrastructure for using those tools in a servlet environment as well as general use classes to support use of Velocity as (or in) the view layer of web applications.org.apache.velocity.tools.view.context All classes in this package have been deprecated.org.apache.velocity.tools.view.jsp -
-
Uses of ViewToolContext in org.apache.velocity.tools.view
Methods in org.apache.velocity.tools.view that return ViewToolContext Modifier and Type Method Description ViewToolContextVelocityView. createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Creates and returns an initialized Velocity context.ViewToolContextViewToolManager. createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Methods in org.apache.velocity.tools.view with parameters of type ViewToolContext Modifier and Type Method Description protected voidIncludeTool. configure(ViewToolContext ctx)voidViewToolManager. prepareContext(ViewToolContext context, javax.servlet.http.HttpServletRequest request) -
Uses of ViewToolContext in org.apache.velocity.tools.view.context
Subclasses of ViewToolContext in org.apache.velocity.tools.view.context Modifier and Type Class Description classChainedContextDeprecated.UseViewToolContextinstead -
Uses of ViewToolContext in org.apache.velocity.tools.view.jsp
Subclasses of ViewToolContext in org.apache.velocity.tools.view.jsp Modifier and Type Class Description classJspToolContextVelocity context implementation specific to the JSP environment.Fields in org.apache.velocity.tools.view.jsp declared as ViewToolContext Modifier and Type Field Description protected ViewToolContextVelocityViewTag. contextMethods in org.apache.velocity.tools.view.jsp that return ViewToolContext Modifier and Type Method Description ViewToolContextVelocityViewTag. getViewToolContext()Methods in org.apache.velocity.tools.view.jsp with parameters of type ViewToolContext Modifier and Type Method Description voidVelocityViewTag. setViewToolContext(ViewToolContext context)
-