Uses of Class
org.apache.velocity.tools.generic.SafeConfig
-
Packages that use SafeConfig 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 SafeConfig in org.apache.velocity.tools.generic
Subclasses of SafeConfig in org.apache.velocity.tools.generic Modifier and Type Class Description classAbstractLockConfigDeprecated.UseSafeConfiginsteadclassAlternatorToolSimple tool to provide easy in-template instantiation ofAlternators from varying "list" types or individual arguments.classClassToolThis tool is meant to simplify reflective lookup of information about aClassand itsFields,Methods, andConstructors.classComparisonDateToolclassContextToolTool for convenient access toContextdata and meta-data.classConversionToolUtility class for easy conversion of String values to richer types.classDateToolclassDisplayToolProvides general utility methods for controlling the display of references.classEscapeToolTool for working with escaping in Velocity templates.classFieldToolThis is a simple tools class to allow easy access to static fields in a class, such as string constants from within a template.classFormatConfigImplements common logic and constants for tools which allow their default format to be configured.classLinkToolThe LinkTool provides many methods to work with URIs and can help you: construct full URIs (opaque, absolute or relative) encode and decode URLs (part or whole) retrieve path info for the current request and more..classLocaleConfigImplements common logic and constants for tools which allow their defaultLocaleto be configured.classMarkupToolNOTE: This tools is considered "alpha" quality due to lack of testing and a generally unpolished API.classMathToolTool for performing math in Velocity.classNumberToolTool for working withNumberin Velocity templates.classRenderToolThis tool exposes methods to evaluate the given strings as VTL (Velocity Template Language) using either a pre-configured context or one you provide directly.classResourceToolTool for accessing ResourceBundles and formatting messages therein.classValueParserUtility class for easy parsing of String values held in a Map.classXmlToolTool for reading/navigating XML files. -
Uses of SafeConfig in org.apache.velocity.tools.struts
Subclasses of SafeConfig in org.apache.velocity.tools.struts Modifier and Type Class Description classSecureLinkToolTool to be able to use Struts SSL Extensions with Velocity.classStrutsLinkToolThe StrutsLinkTool extends the standardLinkToolto add methods for working with Struts' Actions and Forwards: -
Uses of SafeConfig in org.apache.velocity.tools.view
Subclasses of SafeConfig in org.apache.velocity.tools.view Modifier and Type Class Description classBrowserToolbrowser-sniffing tool (session or request scope requested, session scope advised).classLinkToolThe LinkTool provides many methods to work with URIs and can help you: construct full URIs (absolute or relative) encode session ID into a URI retrieve server, port and path info for the current request reconstruct or alter the current request URI and more..classParameterToolUtility class for easy parsing ofServletRequestparameters.classViewContextToolExtension ofContextToolthat includes keys and values from theHttpServletRequest,HttpSessionandServletContext. -
Uses of SafeConfig in org.apache.velocity.tools.view.tools
Subclasses of SafeConfig in org.apache.velocity.tools.view.tools Modifier and Type Class Description classBrowserSnifferToolDeprecated.classContextToolDeprecated.classLinkToolDeprecated.UseLinkToolclassParameterParserDeprecated.classViewRenderToolDeprecated.classViewResourceToolDeprecated.
-