- 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
-