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

Packages that use VelocityView
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.jsp   
org.apache.velocity.tools.view.servlet All classes in this package have been deprecated. 
 

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

Methods in org.apache.velocity.tools.view that return VelocityView
protected  VelocityView VelocityViewFilter.getVelocityView()
           
protected  VelocityView VelocityViewServlet.getVelocityView()
           
static VelocityView ServletUtils.getVelocityView(javax.servlet.FilterConfig config)
          Returns the shared VelocityView for the specified FilterConfig's context.
static VelocityView ServletUtils.getVelocityView(JeeConfig config)
          Returns the shared VelocityView for the specified JeeConfig's context.
static VelocityView ServletUtils.getVelocityView(javax.servlet.ServletConfig config)
          Returns the shared VelocityView for the specified ServletConfig's context.
static VelocityView ServletUtils.getVelocityView(javax.servlet.ServletContext application)
          Returns the shared VelocityView for the specified ServletContext.
static VelocityView ServletUtils.getVelocityView(javax.servlet.ServletContext application, boolean createIfMissing)
          Returns the shared VelocityView for the specified ServletContext.
 

Methods in org.apache.velocity.tools.view with parameters of type VelocityView
protected  void VelocityViewServlet.setVelocityView(VelocityView view)
           
 

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

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

Methods in org.apache.velocity.tools.view.jsp that return VelocityView
 VelocityView VelocityViewTag.getVelocityView()
           
 

Methods in org.apache.velocity.tools.view.jsp with parameters of type VelocityView
 void VelocityViewTag.setVelocityView(VelocityView view)
           
 

Uses of VelocityView in org.apache.velocity.tools.view.servlet
 

Methods in org.apache.velocity.tools.view.servlet that return VelocityView
protected  VelocityView VelocityViewServlet.getVelocityView()
          Deprecated. Overrides parent to ensure each VVS instance has it's own separate configuration, just like in Tools 1.x.
protected  VelocityView VelocityLayoutServlet.getVelocityView()
          Deprecated. Overrides parent to ensure each VVS instance has it's own separate configuration, just like in Tools 1.x.
 



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