com.bstek.dorado.view.resolver
public class VelocityHelperFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<VelocityHelper>
| Constructor and Description |
|---|
VelocityHelperFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VelocityContextInitializer> |
getContextInitializer() |
VelocityHelper |
getObject() |
java.lang.Class<?> |
getObjectType() |
protected org.apache.velocity.app.VelocityEngine |
getVelocityEngine() |
java.util.Properties |
getVelocityProperties() |
java.util.Properties |
getVelocityToolProperties() |
boolean |
isSingleton() |
void |
setContextInitializer(java.util.List<VelocityContextInitializer> contextInitializer) |
void |
setVelocityProperties(java.util.Properties velocityProperties) |
void |
setVelocityToolProperties(java.util.Properties velocityToolProperties) |
public java.util.Properties getVelocityProperties()
public void setVelocityProperties(java.util.Properties velocityProperties)
public java.util.Properties getVelocityToolProperties()
public void setVelocityToolProperties(java.util.Properties velocityToolProperties)
public java.util.List<VelocityContextInitializer> getContextInitializer()
public void setContextInitializer(java.util.List<VelocityContextInitializer> contextInitializer)
public java.lang.Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<VelocityHelper>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<VelocityHelper>protected org.apache.velocity.app.VelocityEngine getVelocityEngine()
throws java.lang.Exception
java.lang.Exceptionpublic VelocityHelper getObject() throws java.lang.Exception
getObject in interface org.springframework.beans.factory.FactoryBean<VelocityHelper>java.lang.ExceptionCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.