Uses of Class
org.apache.velocity.util.ExtProperties
Packages that use ExtProperties
Package
Description
-
Uses of ExtProperties in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as ExtPropertiesModifier and TypeFieldDescriptionprivate ExtProperties
RuntimeInstance.configuration
Object that houses the configuration options for the velocity runtime.private ExtProperties
RuntimeInstance.overridingProperties
These are the properties that are laid down over top of the default properties when requested.Methods in org.apache.velocity.runtime that return ExtPropertiesModifier and TypeMethodDescriptionRuntimeInstance.getConfiguration()
Return the velocity runtime configuration object.RuntimeServices.getConfiguration()
Return the velocity runtime configuration object.static ExtProperties
RuntimeSingleton.getConfiguration()
Return the velocity runtime configuration object.Methods in org.apache.velocity.runtime with parameters of type ExtPropertiesModifier and TypeMethodDescriptionvoid
RuntimeInstance.setConfiguration
(ExtProperties configuration) Allow an external system to set an ExtProperties object to use.void
RuntimeServices.setConfiguration
(ExtProperties configuration) Allow an external system to set an ExtProperties object to use.static void
RuntimeSingleton.setConfiguration
(ExtProperties configuration) Directly set the ExtProperties configuration object -
Uses of ExtProperties in org.apache.velocity.runtime.resource
Fields in org.apache.velocity.runtime.resource with type parameters of type ExtPropertiesModifier and TypeFieldDescriptionprivate final List<ExtProperties>
ResourceManagerImpl.sourceInitializerList
This is a list of the template input stream source initializers, basically properties for a particular template stream source. -
Uses of ExtProperties in org.apache.velocity.runtime.resource.loader
Methods in org.apache.velocity.runtime.resource.loader with parameters of type ExtPropertiesModifier and TypeMethodDescriptionvoid
ResourceLoader.commonInit
(RuntimeServices rs, ExtProperties configuration) This initialization is used by all resource loaders and must be called to set up common properties shared by all resource loadersvoid
ClasspathResourceLoader.init
(ExtProperties configuration) This is abstract in the base class, so we need itvoid
DataSourceResourceLoader.init
(ExtProperties configuration) void
FileResourceLoader.init
(ExtProperties configuration) void
JarResourceLoader.init
(ExtProperties configuration) Called by Velocity to initialize the loaderabstract void
ResourceLoader.init
(ExtProperties configuration) Initialize the template loader with a a resources class.void
StringResourceLoader.init
(ExtProperties configuration) void
URLResourceLoader.init
(ExtProperties configuration) -
Uses of ExtProperties in org.apache.velocity.util
Fields in org.apache.velocity.util declared as ExtPropertiesModifier and TypeFieldDescriptionprivate ExtProperties
ExtProperties.defaults
Default configurations repository.Methods in org.apache.velocity.util that return ExtPropertiesModifier and TypeMethodDescriptionstatic ExtProperties
ExtProperties.convertProperties
(Map props) Convert a Map into a configuration class.static ExtProperties
ExtProperties.convertProperties
(Properties props) Convert a standard properties class into a configuration class.Create an ExtProperties object that is a subset of this one.Methods in org.apache.velocity.util with parameters of type ExtPropertiesModifier and TypeMethodDescriptionvoid
ExtProperties.combine
(ExtProperties props) Combines an existing Hashtable with this Hashtable.