Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- afterPropertiesSet() - Method in class org.apache.velocity.spring.VelocityEngineFactoryBean
C
- createVelocityEngine() - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Prepare the VelocityEngine instance and return it.
G
- getLastModified(Resource) - Method in class org.apache.velocity.spring.SpringResourceLoader
- getObject() - Method in class org.apache.velocity.spring.VelocityEngineFactoryBean
- getObjectType() - Method in class org.apache.velocity.spring.VelocityEngineFactoryBean
- getResourceLoader() - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Return the Spring ResourceLoader to use for loading Velocity template files.
- getResourceReader(String, String) - Method in class org.apache.velocity.spring.SpringResourceLoader
-
Get the Reader that the Runtime will parse to create a template.
I
- init(ExtProperties) - Method in class org.apache.velocity.spring.SpringResourceLoader
- initSpringResourceLoader(VelocityEngine, String) - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Initialize a SpringResourceLoader for the given VelocityEngine.
- initVelocityResourceLoader(VelocityEngine, String) - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Initialize a Velocity resource loader for the given VelocityEngine: either a standard Velocity FileResourceLoader or a SpringResourceLoader.
- isPreferFileSystemAccess() - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Return whether to prefer file system access for template loading.
- isSingleton() - Method in class org.apache.velocity.spring.VelocityEngineFactoryBean
- isSourceModified(Resource) - Method in class org.apache.velocity.spring.SpringResourceLoader
L
- logger - Variable in class org.apache.velocity.spring.SpringResourceLoader
- logger - Static variable in class org.apache.velocity.spring.VelocityEngineFactory
M
- mergeTemplate(VelocityEngine, String, String, Map<String, Object>, Writer) - Static method in class org.apache.velocity.spring.VelocityEngineUtils
-
Merge the specified Velocity template with the given model and write the result to the given Writer.
- mergeTemplate(VelocityEngine, String, Map<String, Object>, Writer) - Static method in class org.apache.velocity.spring.VelocityEngineUtils
-
Deprecated.
- mergeTemplateIntoString(VelocityEngine, String, String, Map<String, Object>) - Static method in class org.apache.velocity.spring.VelocityEngineUtils
-
Merge the specified Velocity template with the given model into a String.
- mergeTemplateIntoString(VelocityEngine, String, Map<String, Object>) - Static method in class org.apache.velocity.spring.VelocityEngineUtils
-
Deprecated.Use
VelocityEngineUtils.mergeTemplateIntoString(VelocityEngine, String, String, Map)
instead, following Velocity 1.6's corresponding deprecation in its own API.
N
- NAME - Static variable in class org.apache.velocity.spring.SpringResourceLoader
- newVelocityEngine() - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Return a new VelocityEngine.
O
- org.apache.velocity.spring - package org.apache.velocity.spring
P
- postProcessVelocityEngine(VelocityEngine) - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
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).
S
- setConfigLocation(Resource) - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Set the location of the Velocity config file.
- setPreferFileSystemAccess(boolean) - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Set whether to prefer file system access for template loading.
- setResourceLoader(ResourceLoader) - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Set the Spring ResourceLoader to use for loading Velocity template files.
- setResourceLoaderPath(String) - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Set the Velocity resource loader path via a Spring resource location.
- setVelocityProperties(Properties) - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Set Velocity properties, like "file.resource.loader.path".
- setVelocityPropertiesMap(Map<String, Object>) - Method in class org.apache.velocity.spring.VelocityEngineFactory
-
Set Velocity properties as Map, to allow for non-String values like "ds.resource.loader.instance".
- SPRING_RESOURCE_LOADER - Static variable in class org.apache.velocity.spring.SpringResourceLoader
- SPRING_RESOURCE_LOADER_CACHE - Static variable in class org.apache.velocity.spring.SpringResourceLoader
- SPRING_RESOURCE_LOADER_CLASS - Static variable in class org.apache.velocity.spring.SpringResourceLoader
- SPRING_RESOURCE_LOADER_PATH - Static variable in class org.apache.velocity.spring.SpringResourceLoader
- SpringResourceLoader - Class in org.apache.velocity.spring
-
Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
- SpringResourceLoader() - Constructor for class org.apache.velocity.spring.SpringResourceLoader
V
- VelocityEngineFactory - Class in org.apache.velocity.spring
-
Factory that configures a VelocityEngine.
- VelocityEngineFactory() - Constructor for class org.apache.velocity.spring.VelocityEngineFactory
- VelocityEngineFactoryBean - Class in org.apache.velocity.spring
-
Factory bean that configures a VelocityEngine and provides it as bean reference.
- VelocityEngineFactoryBean() - Constructor for class org.apache.velocity.spring.VelocityEngineFactoryBean
- VelocityEngineUtils - Class in org.apache.velocity.spring
-
Utility class for working with a VelocityEngine.
- VelocityEngineUtils() - Constructor for class org.apache.velocity.spring.VelocityEngineUtils
All Classes and Interfaces|All Packages|Constant Field Values
VelocityEngineUtils.mergeTemplate(VelocityEngine, String, String, Map, Writer)
instead, following Velocity 1.6's corresponding deprecation in its own API.