- setCacheTemplate(boolean) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set whether the Velocity template should be cached.
- setConfigLocation(Resource) - Method in class org.springframework.web.servlet.view.velocity.VelocityEngineFactory
-
Set the location of the Velocity config file.
- setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set the name of the DateTool helper object to expose in the Velocity context
of this view, or null if not needed.
- setDateToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Set the name of the DateTool helper object to expose in the Velocity context
of this view, or null if not needed.
- setEncoding(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set the encoding of the Velocity template file.
- setNumberToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or null if not needed.
- setNumberToolAttribute(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Set the name of the NumberTool helper object to expose in the Velocity context
of this view, or null if not needed.
- setOverrideLogging(boolean) - Method in class org.springframework.web.servlet.view.velocity.VelocityEngineFactory
-
Set whether Velocity should log via Commons Logging, i.e.
- setPreferFileSystemAccess(boolean) - Method in class org.springframework.web.servlet.view.velocity.VelocityEngineFactory
-
Set whether to prefer file system access for template loading.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.web.servlet.view.velocity.VelocityEngineFactory
-
Set the Spring ResourceLoader to use for loading Velocity template files.
- setResourceLoaderPath(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityEngineFactory
-
Set the Velocity resource loader path via a Spring resource location.
- setServletContext(ServletContext) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
- setToolAttributes(Map<String, Class<?>>) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set tool attributes to expose to the view, as attribute name / class name pairs.
- setToolboxConfigLocation(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityToolboxView
-
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setToolboxConfigLocation(String) - Method in class org.springframework.web.servlet.view.velocity.VelocityViewResolver
-
Set a Velocity Toolbox config location, for example "/WEB-INF/toolbox.xml",
to automatically load a Velocity Tools toolbox definition file and expose
all defined tools in the specified scopes.
- setVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityConfigurer
-
Set a pre-configured VelocityEngine to use for the Velocity web
configuration: e.g.
- setVelocityEngine(VelocityEngine) - Method in class org.springframework.web.servlet.view.velocity.VelocityView
-
Set the VelocityEngine to be used by this view.
- setVelocityProperties(Properties) - Method in class org.springframework.web.servlet.view.velocity.VelocityEngineFactory
-
Set Velocity properties, like "file.resource.loader.path".
- setVelocityPropertiesMap(Map<String, Object>) - Method in class org.springframework.web.servlet.view.velocity.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.springframework.web.servlet.view.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_CACHE - Static variable in class org.springframework.web.servlet.view.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_CLASS - Static variable in class org.springframework.web.servlet.view.velocity.SpringResourceLoader
-
- SPRING_RESOURCE_LOADER_PATH - Static variable in class org.springframework.web.servlet.view.velocity.SpringResourceLoader
-
- SpringResourceLoader - Class in org.springframework.web.servlet.view.velocity
-
Velocity ResourceLoader adapter that loads via a Spring ResourceLoader.
- SpringResourceLoader() - Constructor for class org.springframework.web.servlet.view.velocity.SpringResourceLoader
-