Uses of Interface
org.apache.velocity.tools.view.ViewContext
-
Packages that use ViewContext Package Description org.apache.velocity.tools.struts VelocityStruts contains view tools for integrating Velocity with the Apache Struts 1 framework by providing easy access to Struts resources from within Velocity templates.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 ViewContext in org.apache.velocity.tools.struts
Fields in org.apache.velocity.tools.struts declared as ViewContext Modifier and Type Field Description protected ViewContextValidatorTool. contextA reference to the ViewContext -
Uses of ViewContext in org.apache.velocity.tools.view
Classes in org.apache.velocity.tools.view that implement ViewContext Modifier and Type Class Description classViewToolContextToolContextimplementation specific to the servlet environment. -
Uses of ViewContext in org.apache.velocity.tools.view.context
Subinterfaces of ViewContext in org.apache.velocity.tools.view.context Modifier and Type Interface Description interfaceViewContextDeprecated.UseViewContextClasses in org.apache.velocity.tools.view.context that implement ViewContext Modifier and Type Class Description classChainedContextDeprecated.UseViewToolContextinstead -
Uses of ViewContext in org.apache.velocity.tools.view.jsp
Classes in org.apache.velocity.tools.view.jsp that implement ViewContext Modifier and Type Class Description classJspToolContextVelocity context implementation specific to the JSP environment.
-