Package | Description |
---|---|
org.apache.velocity.app | |
org.apache.velocity.runtime.configuration |
Modifier and Type | Method and Description |
---|---|
void |
VelocityEngine.setConfiguration(Configuration configuration)
Deprecated.
|
static void |
Velocity.setConfiguration(Configuration configuration)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private Configuration |
Configuration.defaults
Deprecated.
Default configurations repository.
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
Configuration.convertProperties(java.util.Properties p)
Deprecated.
Convert a standard properties class into a configuration
class.
|
Configuration |
Configuration.subset(java.lang.String prefix)
Deprecated.
Create a Configurations object that is a subset
of this one.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.combine(Configuration c)
Deprecated.
Combines an existing Hashtable with this Hashtable.
|
private void |
Configuration.init(Configuration exp)
Deprecated.
Private initializer method that sets up the generic
resources.
|
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.