Package | Description |
---|---|
org.apache.struts2.views.velocity |
Classes for views using Velocity.
|
org.apache.struts2.views.velocity.result | |
org.apache.struts2.views.velocity.template |
Modifier and Type | Class and Description |
---|---|
class |
VelocityManager
Manages the environment for Velocity result types
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.velocity.context.Context |
VelocityResult.createContext(VelocityManagerInterface 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(VelocityManagerInterface mgr) |
Modifier and Type | Method and Description |
---|---|
void |
VelocityTemplateEngine.setVelocityManager(VelocityManagerInterface mgr) |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.