|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
org.apache.velocity.app | |
org.apache.velocity.runtime | |
org.apache.velocity.runtime.configuration | |
org.apache.velocity.runtime.resource.loader | |
org.apache.velocity.texen.ant |
Uses of Configuration in org.apache.velocity.app |
Methods in org.apache.velocity.app with parameters of type Configuration | |
static void |
Velocity.setConfiguration(Configuration configuration)
Set an entire configuration at once. |
Uses of Configuration in org.apache.velocity.runtime |
Fields in org.apache.velocity.runtime declared as Configuration | |
private static Configuration |
Runtime.overridingProperties
These are the properties that are laid down over top of the default properties when requested. |
private static Configuration |
Runtime.configuration
Object that houses the configuration options for the velocity runtime. |
Methods in org.apache.velocity.runtime that return Configuration | |
static Configuration |
Runtime.getConfiguration()
Return the velocity runtime configuration object. |
Methods in org.apache.velocity.runtime with parameters of type Configuration | |
static void |
Runtime.setConfiguration(Configuration configuration)
Allow an external system to set a Configuration object to use. |
Uses of Configuration in org.apache.velocity.runtime.configuration |
Fields in org.apache.velocity.runtime.configuration declared as Configuration | |
private Configuration |
Configuration.defaults
Default configurations repository. |
Methods in org.apache.velocity.runtime.configuration that return Configuration | |
Configuration |
Configuration.subset(java.lang.String prefix)
Create a Configurations object that is a subset of this one. |
static Configuration |
Configuration.convertProperties(java.util.Properties p)
Convert a standard properties class into a configuration class. |
Methods in org.apache.velocity.runtime.configuration with parameters of type Configuration | |
private void |
Configuration.init(Configuration exp)
Private initializer method that sets up the generic resources. |
void |
Configuration.combine(Configuration c)
Combines an existing Hashtable with this Hashtable. |
Constructors in org.apache.velocity.runtime.configuration with parameters of type Configuration | |
Configuration.PropertiesReader(java.io.Reader reader)
Constructor. |
|
Configuration.PropertiesTokenizer(java.lang.String string)
Constructor. |
Uses of Configuration in org.apache.velocity.runtime.resource.loader |
Methods in org.apache.velocity.runtime.resource.loader with parameters of type Configuration | |
void |
ResourceLoader.commonInit(Configuration configuration)
This initialization is used by all resource loaders and must be called to set up common properties shared by all resource loaders |
abstract void |
ResourceLoader.init(Configuration configuration)
Initialize the template loader with a a resources class. |
void |
DataSourceResourceLoader.init(Configuration configuration)
|
void |
JarResourceLoader.init(Configuration configuration)
Called by Velocity to initialize the loader |
void |
ClasspathResourceLoader.init(Configuration configuration)
This is abstract in the base class, so we need it |
void |
FileResourceLoader.init(Configuration configuration)
|
Uses of Configuration in org.apache.velocity.texen.ant |
Fields in org.apache.velocity.texen.ant declared as Configuration | |
protected Configuration |
TexenTask.contextProperties
These are properties that are fed into the initial context from a properties file. |
Methods in org.apache.velocity.texen.ant that return Configuration | |
Configuration |
TexenTask.getContextProperties()
Set the context properties that will be fed into the initial context be the generating process starts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |