Uses of Package
org.apache.velocity.tools.config
-
Packages that use org.apache.velocity.tools.config Package Description org.apache.velocity.tools org.apache.velocity.tools.config org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity. -
Classes in org.apache.velocity.tools.config used by org.apache.velocity.tools Class Description FactoryConfiguration This class serves to define configuration info for aToolboxFactory. -
Classes in org.apache.velocity.tools.config used by org.apache.velocity.tools.config Class Description CompoundConfiguration Configuration This base configuration class manages a set ofPropertys 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 FactoryConfigurationsubclass that simplifies the process of configuring aToolboxFactoryin Java without the use of an xml or properties configuration file.EasyFactoryConfiguration.EasyData EasyFactoryConfiguration.EasyWrap FactoryConfiguration This class serves to define configuration info for aToolboxFactory.FileFactoryConfiguration Provides support for reading a configuration file from a specified path.Property Simple extension ofDatathat treats "name" as an alias for "key".ToolboxConfiguration This class handles configuration info for the Toolbox instances that will eventually be produced byToolboxFactory.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 Class Description DefaultKey Annotation specifying the default key to use for a tool class in the case none was specified.InvalidScope SkipSetters Annotation specifying thatToolInfoshould 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