Uses of Package
org.apache.velocity.tools.config

Packages that use org.apache.velocity.tools.config
org.apache.velocity.tools   
org.apache.velocity.tools.config   
org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity. 
org.apache.velocity.tools.struts VelocityStruts contains view tools for integrating Velocity with the Apache Struts 1 framework by providing easy access to Struts resources from within Velocity templates. 
org.apache.velocity.tools.view Contains tools and supporting infrastructure for using those tools in a servlet environment as well as general use classes to support use of Velocity as (or in) the view layer of web applications. 
 

Classes in org.apache.velocity.tools.config used by org.apache.velocity.tools
FactoryConfiguration
          This class serves to define configuration info for a ToolboxFactory.
 

Classes in org.apache.velocity.tools.config used by org.apache.velocity.tools.config
CompoundConfiguration
          This class manages a SortedSet of child Configurations as well as being a Configuration itself.
Configuration
          This base configuration class manages a set of Propertys for whatever thing the instance of this class represents.
ConfigurationException
           
ConfigurationUtils
          Utility methods for handling tool configurations.
Data
          This class represents configured data.
Data.Type
          Delineates the standard, known types and their associated target classes (Data.setTargetClass(java.lang.Class) and converters (Data.setConverter(java.lang.Class)).
EasyFactoryConfiguration
          FactoryConfiguration subclass that simplifies the process of configuring a ToolboxFactory in Java without the use of an xml or properties configuration file.
EasyFactoryConfiguration.EasyData
           
EasyFactoryConfiguration.EasyWrap
           
FactoryConfiguration
          This class serves to define configuration info for a ToolboxFactory.
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.BooleanConfigRule
          Deprecated.  
Property
          Simple extension of Data that treats "name" as an alias for "key".
ToolboxConfiguration
          This class handles configuration info for the Toolbox instances that will eventually be produced by ToolboxFactory.
ToolConfiguration
          This class handles configuration info for tools, including their key, classname, path restriction, and properties.
 

Classes in org.apache.velocity.tools.config used by org.apache.velocity.tools.generic
DefaultKey
          Annotation specifying the default key to use for a tool class in the case none was specified.
InvalidScope
           
SkipSetters
          Annotation specifying that ToolInfo should only use the public void configure(Map) method for configuration of a tool, and skip over the step of trying to find individual property setters.
ValidScope
           
 

Classes in org.apache.velocity.tools.config used by org.apache.velocity.tools.struts
DefaultKey
          Annotation specifying the default key to use for a tool class in the case none was specified.
ValidScope
           
 

Classes in org.apache.velocity.tools.config used by org.apache.velocity.tools.view
DefaultKey
          Annotation specifying the default key to use for a tool class in the case none was specified.
FactoryConfiguration
          This class serves to define configuration info for a ToolboxFactory.
InvalidScope
           
ValidScope
           
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.