Package org.apache.velocity.tools.config
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
CompoundConfiguration<C extends Configuration<null>> No description provided.
Configuration<T> No description provided.
ConfigurationCleaner No description provided.
ConfigurationUtils Utility methods for handling tool configurations.
Data No description provided.
Data.AutoConverter No description provided.
Data.FieldConverter No description provided.
Data.NumberConverter No description provided.
EasyFactoryConfiguration

FactoryConfiguration subclass that simplifies the process of configuration a ToolboxFactory in Java without the use of an xml or properties configuration file.

EasyFactoryConfiguration.EasyData No description provided.
EasyFactoryConfiguration.EasyWrap<C extends Configuration<null>> No description provided.
FactoryConfiguration //TODO: add ability to log all this stuff and/or keep a running, ordered list of sources
FileFactoryConfiguration Provides support for reading a configuration file from a specified path, This frees the user from having to obtain an InputStream themselves.
LogSupport This allows for a Log to optionally be attached to a subclass in order to output logging messages.
OldXmlFactoryConfigurationRuleSet

The set of Digester rules required to parse a old toolbox configuration file (toolbox.xml).

OldXmlFactoryConfigurationRuleSet.BooleanConfigRule No description provided.
OldXmlFactoryConfigurationRuleSet.CreateSessionRule No description provided.
OldXmlFactoryConfigurationRuleSet.DeprecationRule No description provided.
OldXmlFactoryConfigurationRuleSet.ParameterRule No description provided.
OldXmlFactoryConfigurationRuleSet.ScopeRule No description provided.
OldXmlFactoryConfigurationRuleSet.SetNextDataRule No description provided.
OldXmlFactoryConfigurationRuleSet.XhtmlRule No description provided.
PropertiesFactoryConfiguration NOTE: "property", "data", and "toolbox" are essentially reserved words do not use them as tool keys or toolbox scopes.
Property Simple extension of Data that treats "name" as an alias for "key".
ToolboxConfiguration No description provided.
ToolConfiguration No description provided.
XmlFactoryConfiguration No description provided.
XmlFactoryConfigurationRuleSet No description provided.
XmlFactoryConfigurationRuleSet.DataValueInBodyRule Rule for adding configuration properties
XmlFactoryConfigurationRuleSet.PropertyAttributeRule No description provided.
Exceptions
ConfigurationException No description provided.
InvalidScopeException No description provided.
NullKeyException No description provided.
Annotations
DefaultKey Annotation specifying the default key to use for a tool class in the case none was specified.
InvalidScope No description provided.
ValidScope No description provided.