|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts2.views.velocity.VelocityManager
public class VelocityManager
Manages the environment for Velocity result types
Field Summary | |
---|---|
private String[] |
chainedContextNames
Names of contexts that will be chained on every request |
private String |
customConfigFile
|
private static Logger |
LOG
|
private ObjectFactory |
objectFactory
|
static String |
PARENT
the parent JSP tag |
static String |
STRUTS
|
static String |
TAG
the current JSP tag |
private List<TagLibrary> |
tagLibraries
|
private String |
toolBoxLocation
|
protected org.apache.velocity.tools.view.ToolboxManager |
toolboxManager
A reference to the toolbox manager. |
private org.apache.velocity.app.VelocityEngine |
velocityEngine
|
private Properties |
velocityProperties
|
Constructor Summary | |
---|---|
VelocityManager()
|
Method Summary | |
---|---|
private void |
addDirective(StringBuffer sb,
Class clazz)
|
private void |
applyDefaultConfiguration(ServletContext context,
Properties p)
once we've loaded up the user defined configurations, we will want to apply Struts specification configurations. |
org.apache.velocity.context.Context |
createContext(ValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
This method is responsible for creating the standard VelocityContext used by all WW2 velocity views. |
org.apache.velocity.app.VelocityEngine |
getVelocityEngine()
|
Properties |
getVelocityProperties()
|
void |
init(ServletContext context)
initializes the VelocityManager. |
protected void |
initToolbox(ServletContext context)
Initializes the ServletToolboxManager for this servlet's toolbox (if any). |
Properties |
loadConfiguration(ServletContext context)
load optional velocity properties using the following loading strategy relative to the servlet context path relative to the WEB-INF directory on the classpath |
protected org.apache.velocity.app.VelocityEngine |
newVelocityEngine(ServletContext context)
Instantiates a new VelocityEngine. |
protected org.apache.velocity.VelocityContext[] |
prepareChainedContexts(HttpServletRequest servletRequest,
HttpServletResponse servletResponse,
Map extraContext)
constructs contexts for chaining on this request. |
private static String |
replace(String string,
String oldString,
String newString)
|
void |
setChainedContexts(String contexts)
allow users to specify via the struts.properties file a set of additional VelocityContexts to chain to the the StrutsVelocityContext. |
void |
setContainer(Container container)
|
void |
setCustomConfigFile(String val)
|
void |
setObjectFactory(ObjectFactory fac)
|
void |
setToolBoxLocation(String toolboxLocation)
|
void |
setVelocityProperties(Properties velocityProperties)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final Logger LOG
public static final String STRUTS
private ObjectFactory objectFactory
public static final String PARENT
public static final String TAG
private org.apache.velocity.app.VelocityEngine velocityEngine
protected org.apache.velocity.tools.view.ToolboxManager toolboxManager
private String toolBoxLocation
private String[] chainedContextNames
private Properties velocityProperties
private String customConfigFile
private List<TagLibrary> tagLibraries
Constructor Detail |
---|
public VelocityManager()
Method Detail |
---|
public void setObjectFactory(ObjectFactory fac)
public void setContainer(Container container)
public org.apache.velocity.app.VelocityEngine getVelocityEngine()
public org.apache.velocity.context.Context createContext(ValueStack stack, HttpServletRequest req, HttpServletResponse res)
ValueStack
OgnlTool
StrutsUtil
protected org.apache.velocity.VelocityContext[] prepareChainedContexts(HttpServletRequest servletRequest, HttpServletResponse servletResponse, Map extraContext)
servletRequest
- servletResponse
- extraContext
-
public void init(ServletContext context)
context
- the current servlet contextpublic Properties loadConfiguration(ServletContext context)
context
- the current ServletContext. may not be null
public void setCustomConfigFile(String val)
public void setToolBoxLocation(String toolboxLocation)
public void setChainedContexts(String contexts)
protected void initToolbox(ServletContext context)
protected org.apache.velocity.app.VelocityEngine newVelocityEngine(ServletContext context)
Instantiates a new VelocityEngine.
The following is the default Velocity configuration
resource.loader = file, class file.resource.loader.path = real path of webapp class.resource.loader.description = Velocity Classpath Resource Loader class.resource.loader.class = org.apache.struts2.views.velocity.StrutsResourceLoader
this default configuration can be overridden by specifying a struts.velocity.configfile property in the struts.properties file. the specified config file will be searched for in the following order:
context
- the current ServletContext. may not be nullprivate void applyDefaultConfiguration(ServletContext context, Properties p)
context
- p
- private void addDirective(StringBuffer sb, Class clazz)
private static final String replace(String string, String oldString, String newString)
public Properties getVelocityProperties()
public void setVelocityProperties(Properties velocityProperties)
velocityProperties
- the velocityProperties to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |