Uses of Class
org.apache.velocity.app.VelocityEngine
-
Packages that use VelocityEngine Package Description org.apache.velocity.spring -
-
Uses of VelocityEngine in org.apache.velocity.spring
Methods in org.apache.velocity.spring that return VelocityEngine Modifier and Type Method Description VelocityEngineVelocityEngineFactory. createVelocityEngine()Prepare the VelocityEngine instance and return it.VelocityEngineVelocityEngineFactoryBean. getObject()protected VelocityEngineVelocityEngineFactory. newVelocityEngine()Return a new VelocityEngine.Methods in org.apache.velocity.spring that return types with arguments of type VelocityEngine Modifier and Type Method Description Class<? extends VelocityEngine>VelocityEngineFactoryBean. getObjectType()Methods in org.apache.velocity.spring with parameters of type VelocityEngine Modifier and Type Method Description protected voidVelocityEngineFactory. initSpringResourceLoader(VelocityEngine velocityEngine, String resourceLoaderPath)Initialize a SpringResourceLoader for the given VelocityEngine.protected voidVelocityEngineFactory. initVelocityResourceLoader(VelocityEngine velocityEngine, String resourceLoaderPath)Initialize a Velocity resource loader for the given VelocityEngine: either a standard Velocity FileResourceLoader or a SpringResourceLoader.static voidVelocityEngineUtils. mergeTemplate(VelocityEngine velocityEngine, String templateLocation, String encoding, Map<String,Object> model, Writer writer)Merge the specified Velocity template with the given model and write the result to the given Writer.static voidVelocityEngineUtils. mergeTemplate(VelocityEngine velocityEngine, String templateLocation, Map<String,Object> model, Writer writer)Deprecated.UseVelocityEngineUtils.mergeTemplate(VelocityEngine, String, String, Map, Writer)instead, following Velocity 1.6's corresponding deprecation in its own API.static StringVelocityEngineUtils. mergeTemplateIntoString(VelocityEngine velocityEngine, String templateLocation, String encoding, Map<String,Object> model)Merge the specified Velocity template with the given model into a String.static StringVelocityEngineUtils. mergeTemplateIntoString(VelocityEngine velocityEngine, String templateLocation, Map<String,Object> model)Deprecated.UseVelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, String, String, Map)instead, following Velocity 1.6's corresponding deprecation in its own API.protected voidVelocityEngineFactory. postProcessVelocityEngine(VelocityEngine velocityEngine)To be implemented by subclasses that want to perform custom post-processing of the VelocityEngine after this FactoryBean performed its default configuration (but before VelocityEngine.init).
-