Uses of Class
org.apache.velocity.tools.view.ViewToolContext

Packages that use ViewToolContext
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
 ViewToolContext VelocityView.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Creates and returns an initialized Velocity context.
 ViewToolContext ViewToolManager.createContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Methods in org.apache.velocity.tools.view with parameters of type ViewToolContext
protected  void IncludeTool.configure(ViewToolContext ctx)
           
 void ViewToolManager.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
 class ChainedContext
          Deprecated. Use ViewToolContext instead
 

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

Subclasses of ViewToolContext in org.apache.velocity.tools.view.jsp
 class JspToolContext
          Velocity context implementation specific to the JSP environment.
 

Fields in org.apache.velocity.tools.view.jsp declared as ViewToolContext
protected  ViewToolContext VelocityViewTag.context
           
 

Methods in org.apache.velocity.tools.view.jsp that return ViewToolContext
 ViewToolContext VelocityViewTag.getViewToolContext()
           
 

Methods in org.apache.velocity.tools.view.jsp with parameters of type ViewToolContext
 void VelocityViewTag.setViewToolContext(ViewToolContext context)
           
 



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