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

Packages that use VelocityManager
org.apache.struts2.components.template   
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
 

Uses of VelocityManager in org.apache.struts2.components.template
 

Methods in org.apache.struts2.components.template with parameters of type VelocityManager
 void VelocityTemplateEngine.setVelocityManager(VelocityManager mgr)
           
 

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, ValueStack stack, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String location)
          Creates the VelocityContext that we'll use to render this page.
 void VelocityResult.setVelocityManager(VelocityManager mgr)
           
 



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