Uses of Class
org.apache.velocity.util.ExtProperties
-
Packages that use ExtProperties Package Description org.apache.velocity.runtime org.apache.velocity.runtime.resource.loader org.apache.velocity.spring org.apache.velocity.util -
-
Uses of ExtProperties in org.apache.velocity.runtime
Methods in org.apache.velocity.runtime that return ExtProperties Modifier and Type Method Description ExtPropertiesRuntimeInstance. getConfiguration()Return the velocity runtime configuration object.ExtPropertiesRuntimeServices. getConfiguration()Return the velocity runtime configuration object.static ExtPropertiesRuntimeSingleton. getConfiguration()Return the velocity runtime configuration object.Methods in org.apache.velocity.runtime with parameters of type ExtProperties Modifier and Type Method Description voidRuntimeInstance. setConfiguration(ExtProperties configuration)Allow an external system to set an ExtProperties object to use.voidRuntimeServices. setConfiguration(ExtProperties configuration)Allow an external system to set an ExtProperties object to use.static voidRuntimeSingleton. setConfiguration(ExtProperties configuration)Directly set the ExtProperties configuration object -
Uses of ExtProperties in org.apache.velocity.runtime.resource.loader
Methods in org.apache.velocity.runtime.resource.loader with parameters of type ExtProperties Modifier and Type Method Description voidResourceLoader. 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 loadersvoidClasspathResourceLoader. init(ExtProperties configuration)This is abstract in the base class, so we need itvoidDatabaseObjectsFactory. init(DataSource dataSource, ExtProperties properties)Initialize the factory with the DataSourceResourceLoader propertiesvoidDataSourceResourceLoader. init(ExtProperties configuration)voidDefaultDatabaseObjectsFactory. init(DataSource dataSource, ExtProperties properties)Initialize the factory with the DataSourceResourceLoader propertiesvoidFileResourceLoader. init(ExtProperties configuration)voidJarResourceLoader. init(ExtProperties configuration)Called by Velocity to initialize the loaderabstract voidResourceLoader. init(ExtProperties configuration)Initialize the template loader with a a resources class.voidStringResourceLoader. init(ExtProperties configuration)voidURLResourceLoader. init(ExtProperties configuration) -
Uses of ExtProperties in org.apache.velocity.spring
Methods in org.apache.velocity.spring with parameters of type ExtProperties Modifier and Type Method Description voidSpringResourceLoader. init(ExtProperties configuration) -
Uses of ExtProperties in org.apache.velocity.util
Methods in org.apache.velocity.util that return ExtProperties Modifier and Type Method Description static ExtPropertiesExtProperties. convertProperties(Map props)Convert a Map into a configuration class.static ExtPropertiesExtProperties. convertProperties(Properties props)Convert a standard properties class into a configuration class.ExtPropertiesExtProperties. subset(String prefix)Create an ExtProperties object that is a subset of this one.Methods in org.apache.velocity.util with parameters of type ExtProperties Modifier and Type Method Description voidExtProperties. combine(ExtProperties props)Combines an existing Hashtable with this Hashtable.
-