Uses of Class
org.apache.velocity.tools.config.ValidScope

Packages that use ValidScope
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
 class LinkTool
          The 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..
 class LoopTool
           A 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
 class ActionMessagesTool
           This tool deals with Struts action messages.
 class ErrorsTool
           This tool deals with Struts error messages.
 class FormTool
          View tool to work with HTML forms in Struts.
 class MessageTool
           The MessageTool is used to render internationalized message strings.
 class TilesTool
          The TilesTool is used to interact with the Struts-Tiles framework that is part of Struts 1.
 class ValidatorTool
          View 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
 class CookieTool
          View tool for convenient cookie access and creation.
 class ImportTool
          General-purpose text-importing view tool for templates.
 class ParameterTool
          Utility class for easy parsing of ServletRequest parameters.
 class UiDependencyTool
          NOTE: This tool is considered "beta" quality due to lack of public testing and is not automatically provided via the default tools.xml file.
 



Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.