public class VelocityConfigurer extends VelocityEngineFactory implements VelocityConfig, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware, org.springframework.web.context.ServletContextAware
logger| Constructor and Description |
|---|
VelocityConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.apache.velocity.app.VelocityEngine |
getVelocityEngine() |
protected void |
postProcessVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
void |
setVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine) |
createVelocityEngine, setConfigLocation, setOverrideLogging, setPreferFileSystemAccess, setResourceLoader, setResourceLoaderPath, setVelocityProperties, setVelocityPropertiesMappublic void setVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine)
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface org.springframework.web.context.ServletContextAwarepublic void afterPropertiesSet()
throws IOException,
org.apache.velocity.exception.VelocityException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanIOExceptionorg.apache.velocity.exception.VelocityExceptionprotected void postProcessVelocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine)
postProcessVelocityEngine in class VelocityEngineFactorypublic org.apache.velocity.app.VelocityEngine getVelocityEngine()
getVelocityEngine in interface VelocityConfigCopyright © 2018 Atlassian. All rights reserved.