Package | Description |
---|---|
org.apache.velocity.runtime | |
org.apache.velocity.runtime.resource | |
org.apache.velocity.runtime.resource.loader | |
org.apache.velocity.util |
Modifier and Type | Field and Description |
---|---|
private 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.
|
Modifier and Type | Method and Description |
---|---|
static ExtProperties |
RuntimeSingleton.getConfiguration()
Return the velocity runtime configuration object.
|
ExtProperties |
RuntimeInstance.getConfiguration()
Return the velocity runtime configuration object.
|
ExtProperties |
RuntimeServices.getConfiguration()
Return the velocity runtime configuration object.
|
Modifier and Type | Method and Description |
---|---|
static void |
RuntimeSingleton.setConfiguration(ExtProperties configuration)
Directly set the ExtProperties configuration object
|
void |
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.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ExtProperties> |
ResourceManagerImpl.sourceInitializerList
This is a list of the template input stream source initializers, basically properties for a particular template stream
source.
|
Modifier and Type | Method and Description |
---|---|
void |
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 loaders
|
void |
DataSourceResourceLoader.init(ExtProperties configuration) |
void |
JarResourceLoader.init(ExtProperties configuration)
Called by Velocity to initialize the loader
|
abstract void |
ResourceLoader.init(ExtProperties configuration)
Initialize the template loader with a
a resources class.
|
void |
URLResourceLoader.init(ExtProperties configuration) |
void |
StringResourceLoader.init(ExtProperties configuration) |
void |
ClasspathResourceLoader.init(ExtProperties configuration)
This is abstract in the base class, so we need it
|
void |
FileResourceLoader.init(ExtProperties configuration) |
Modifier and Type | Field and Description |
---|---|
private ExtProperties |
ExtProperties.defaults
Default configurations repository.
|
Modifier and Type | Method and Description |
---|---|
static ExtProperties |
ExtProperties.convertProperties(java.util.Map props)
Convert a Map into a configuration class.
|
static ExtProperties |
ExtProperties.convertProperties(java.util.Properties props)
Convert a standard properties class into a configuration class.
|
ExtProperties |
ExtProperties.subset(java.lang.String prefix)
Create an ExtProperties object that is a subset
of this one.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtProperties.combine(ExtProperties props)
Combines an existing Hashtable with this Hashtable.
|