Uses of Class
com.opensymphony.webwork.views.velocity.VelocityManager

Packages that use VelocityManager
com.opensymphony.webwork.dispatcher Classes for action dispatching in WebWork (the Controller part of MVC). 
com.opensymphony.webwork.views.velocity Classes for views using Velocity. 
 

Uses of VelocityManager in com.opensymphony.webwork.dispatcher
 

Methods in com.opensymphony.webwork.dispatcher with parameters of type VelocityManager
protected  org.apache.velocity.context.Context VelocityResult.createContext(VelocityManager velocityManager, com.opensymphony.xwork.util.OgnlValueStack stack, HttpServletRequest request, HttpServletResponse response, String location)
          Creates the VelocityContext that we'll use to render this page.
 

Uses of VelocityManager in com.opensymphony.webwork.views.velocity
 

Methods in com.opensymphony.webwork.views.velocity that return VelocityManager
static VelocityManager VelocityManager.getInstance()
          retrieve an instance to the current VelocityManager
 


WebWork Project Page