|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Fields in org.apache.struts2.components.template declared as VelocityManager | |
---|---|
private VelocityManager |
VelocityTemplateEngine.velocityManager
|
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 |
---|
Fields in org.apache.struts2.dispatcher declared as VelocityManager | |
---|---|
private VelocityManager |
VelocityResult.velocityManager
|
Methods in org.apache.struts2.dispatcher with parameters of type VelocityManager | |
---|---|
protected org.apache.velocity.context.Context |
VelocityResult.createContext(VelocityManager velocityManager,
ValueStack stack,
HttpServletRequest request,
HttpServletResponse response,
String location)
Creates the VelocityContext that we'll use to render this page. |
void |
VelocityResult.setVelocityManager(VelocityManager mgr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |