Uses of Class
org.apache.velocity.tools.config.DefaultKey
-
Packages that use DefaultKey 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. -
-
Uses of DefaultKey in org.apache.velocity.tools.generic
Classes in org.apache.velocity.tools.generic with annotations of type DefaultKey Modifier and Type Class Description classAlternatorToolSimple 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.classContextToolTool 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.classIteratorToolDeprecated.UseLoopToolinsteadclassLinkToolThe 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..classListToolDeprecated.classLoopToolA convenience tool to use with #foreach loops.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.classSortToolSortTool allows a user to sort a collection (or array, iterator, etc) on any arbitary set of properties exposed by the objects contained within the collection.classValueParserUtility class for easy parsing of String values held in a Map.classXmlToolTool for reading/navigating XML files. -
Uses of DefaultKey in org.apache.velocity.tools.struts
Classes in org.apache.velocity.tools.struts with annotations of type DefaultKey Modifier and Type Class Description classActionMessagesToolThis tool deals with Struts action messages.classErrorsToolThis tool deals with Struts error messages.classFormToolView tool to work with HTML forms in Struts.classMessageToolThe MessageTool is used to render internationalized message strings.classTilesToolThe TilesTool is used to interact with the Struts-Tiles framework that is part of Struts 1.classValidatorToolView tool that works with Struts Validator to produce client side javascript validation for your forms. -
Uses of DefaultKey in org.apache.velocity.tools.view
Classes in org.apache.velocity.tools.view with annotations of type DefaultKey Modifier and Type Class Description classAbstractSearchToolAbstract view tool for doing "searching" and robust pagination of search results.classBrowserToolbrowser-sniffing tool (session or request scope requested, session scope advised).classCookieToolView tool for convenient cookie access and creation.classImportToolGeneral-purpose text-importing view tool for templates.classIncludeToolAllows for transparent content negotiation in a manner mimicking Apache httpd's MultiViews.classPagerToolView tool for doing request-based pagination of items in an a list.classParameterToolUtility class for easy parsing ofServletRequestparameters.classUiDependencyToolNOTE: This tool is considered "beta" quality due to lack of public testing and is not automatically provided via the default tools.xml file.
-