Uses of Interface
org.apache.velocity.tools.view.ViewContext

Packages that use ViewContext
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
protected  ViewContext ValidatorTool.context
          A reference to the ViewContext
 

Uses of ViewContext in org.apache.velocity.tools.view
 

Classes in org.apache.velocity.tools.view that implement ViewContext
 class ViewToolContext
          ToolContext implementation 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
 interface ViewContext
          Deprecated. Use ViewContext
 

Classes in org.apache.velocity.tools.view.context that implement ViewContext
 class ChainedContext
          Deprecated. Use ViewToolContext instead
 

Uses of ViewContext in org.apache.velocity.tools.view.jsp
 

Classes in org.apache.velocity.tools.view.jsp that implement ViewContext
 class JspToolContext
          Velocity context implementation specific to the JSP environment.
 



Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.