Uses of Class
org.apache.struts2.views.velocity.VelocityManager

Packages that use VelocityManager
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.portlet.result   
org.apache.struts2.views.velocity Classes for views using Velocity. 
 

Uses of VelocityManager in org.apache.struts2.dispatcher
 

Methods in org.apache.struts2.dispatcher with parameters of type VelocityManager
protected  org.apache.velocity.context.Context VelocityResult.createContext(VelocityManager velocityManager, com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String location)
          Creates the VelocityContext that we'll use to render this page.
 

Uses of VelocityManager in org.apache.struts2.portlet.result
 

Methods in org.apache.struts2.portlet.result with parameters of type VelocityManager
protected  org.apache.velocity.context.Context PortletVelocityResult.createContext(VelocityManager velocityManager, com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String location)
          Creates the VelocityContext that we'll use to render this page.
 

Uses of VelocityManager in org.apache.struts2.views.velocity
 

Methods in org.apache.struts2.views.velocity that return VelocityManager
static VelocityManager VelocityManager.getInstance()
          retrieve an instance to the current VelocityManager
 



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.