Uses of Class
org.apache.velocity.tools.generic.ValueParser
-
Packages that use ValueParser Package Description 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.org.apache.velocity.tools.view.tools All classes in this package have been deprecated and moved toorg.apache.velocity.tools.view. -
-
Uses of ValueParser in org.apache.velocity.tools.generic
Methods in org.apache.velocity.tools.generic that return ValueParser Modifier and Type Method Description protected ValueParserValueParser. getSubkey(String subkey)subkey getter that returns a map-> value for every "subkey.subkey2" found entry Methods in org.apache.velocity.tools.generic with parameters of type ValueParser Modifier and Type Method Description protected voidAlternatorTool. configure(ValueParser parser)Looks for a default auto-alternate value in the given params, if not, set the default to true.protected voidClassTool. configure(ValueParser values)protected voidComparisonDateTool. configure(ValueParser values)Calls the superclass implementation, then looks for a bundle name and any time units to be skipped.protected voidContextTool. configure(ValueParser parser)Initializes this instance for the current request.protected voidConversionTool. configure(ValueParser values)Does the actual configuration.protected voidDateTool. configure(ValueParser values)Does the actual configuration.protected voidDisplayTool. configure(ValueParser values)Does the actual configuration.protected voidEscapeTool. configure(ValueParser values)Does the actual configuration.protected voidFieldTool. configure(ValueParser values)protected voidFormatConfig. configure(ValueParser values)Does the actual configuration.protected voidLinkTool. configure(ValueParser props)protected voidLocaleConfig. configure(ValueParser values)Does the actual configuration.protected voidRenderTool. configure(ValueParser parser)Looks for deprecated parse depth and catch.exceptions properties, as well as any 'forceThreadSafe' setting.protected voidResourceTool. configure(ValueParser parser)protected voidSafeConfig. configure(ValueParser values)Does the actual configuration.protected voidValueParser. configure(ValueParser values)Does the actual configuration.protected voidXmlTool. configure(ValueParser parser)Looks for the "file" parameter and automatically usesXmlTool.read(String)to parse the file and set the resultingDocumentas the root node for this instance. -
Uses of ValueParser in org.apache.velocity.tools.struts
Methods in org.apache.velocity.tools.struts with parameters of type ValueParser Modifier and Type Method Description protected voidSecureLinkTool. configure(ValueParser props)protected voidStrutsLinkTool. configure(ValueParser props) -
Uses of ValueParser in org.apache.velocity.tools.view
Subclasses of ValueParser in org.apache.velocity.tools.view Modifier and Type Class Description classParameterToolUtility class for easy parsing ofServletRequestparameters.Methods in org.apache.velocity.tools.view with parameters of type ValueParser Modifier and Type Method Description protected voidLinkTool. configure(ValueParser props)protected voidParameterTool. configure(ValueParser values)protected voidViewContextTool. configure(ValueParser parser) -
Uses of ValueParser in org.apache.velocity.tools.view.tools
Subclasses of ValueParser in org.apache.velocity.tools.view.tools Modifier and Type Class Description classParameterParserDeprecated.Methods in org.apache.velocity.tools.view.tools with parameters of type ValueParser Modifier and Type Method Description protected voidLinkTool. configure(ValueParser parser)Deprecated.
-