Uses of Class
org.apache.velocity.tools.config.ValidScope
-
Packages that use ValidScope 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 ValidScope in org.apache.velocity.tools.generic
Classes in org.apache.velocity.tools.generic with annotations of type ValidScope Modifier and Type Class Description 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..classLoopToolA convenience tool to use with #foreach loops. -
Uses of ValidScope in org.apache.velocity.tools.struts
Classes in org.apache.velocity.tools.struts with annotations of type ValidScope 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 ValidScope in org.apache.velocity.tools.view
Classes in org.apache.velocity.tools.view with annotations of type ValidScope Modifier and Type Class Description classCookieToolView tool for convenient cookie access and creation.classImportToolGeneral-purpose text-importing view tool for templates.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.
-