Uses of Package
org.apache.velocity.tools.view

Packages that use org.apache.velocity.tools.view
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.context All classes in this package have been deprecated. 
org.apache.velocity.tools.view.i18n   
org.apache.velocity.tools.view.jsp   
org.apache.velocity.tools.view.servlet All classes in this package have been deprecated. 
org.apache.velocity.tools.view.tools All classes in this package have been deprecated and moved to org.apache.velocity.tools.view
 

Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.struts
ImportSupport
          Provides methods to import arbitrary local or remote resources as strings.
LinkTool
          The 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..
ViewContext
          This interface provides view tools in a servlet environment access to relevant context information, like servlet request, servlet context and the velocity context.
 

Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.view
AbstractSearchTool.StoredResults
          Simple utility class to hold a criterion and its result list.
CookieTool.SugarCookie
          Extends Cookie to add some fluid API sugar and a toString() method that renders the Cookie's value instead of the usual Object.toString() shenanigans.
ImportSupport
          Provides methods to import arbitrary local or remote resources as strings.
JeeConfig
          Because sometimes you don't care about the difference between a servlet and a filter.
PagerTool
          View tool for doing request-based pagination of items in an a list.
ToolboxManager
          Deprecated. 
ToolInfo
          Deprecated. Use ToolInfo
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.
UiDependencyTool.Group
          NOTE: This class may change or disappear w/o warning; don't depend on it unless you're willing to update your code whenever this changes.
VelocityView
          The class provides the following features:
VelocityViewServlet
          A servlet to process Velocity templates.
ViewContext
          This interface provides view tools in a servlet environment access to relevant context information, like servlet request, servlet context and the velocity context.
ViewToolContext
          ToolContext implementation specific to the servlet environment.
ViewToolManager
          Manages tools for web applications.
 

Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.view.context
ViewContext
          This interface provides view tools in a servlet environment access to relevant context information, like servlet request, servlet context and the velocity context.
ViewToolContext
          ToolContext implementation specific to the servlet environment.
 

Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.view.i18n
IncludeTool
          Allows for transparent content negotiation in a manner mimicking Apache httpd's MultiViews.
 

Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.view.jsp
VelocityView
          The class provides the following features:
ViewContext
          This interface provides view tools in a servlet environment access to relevant context information, like servlet request, servlet context and the velocity context.
ViewToolContext
          ToolContext implementation specific to the servlet environment.
 

Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.view.servlet
ServletLogChute
          Deprecated. This class has been moved to Velocity Engine 1.6+ and only remains here temporarily for users of previous Velocity Engine versions.
ServletUtils
          A set of utility methods for supporting and using VelocityTools in the servlet environment.
ToolboxManager
          Deprecated. 
ToolboxRuleSet
          Deprecated. Use XmlFactoryConfigurationRuleSet
ToolInfo
          Deprecated. Use ToolInfo
VelocityLayoutServlet
          Extension of the VelocityViewServlet to perform "two-pass" layout rendering and allow for a customized error screen.
VelocityView
          The class provides the following features:
VelocityViewServlet
          A servlet to process Velocity templates.
ViewToolInfo
          Deprecated. Use ToolInfo
WebappResourceLoader
          Resource loader that uses the ServletContext of a webapp to load Velocity templates.
XMLToolboxManager
          Deprecated. Use XmlFactoryConfiguration
 

Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.view.tools
AbstractSearchTool
          Abstract view tool for doing "searching" and robust pagination of search results.
BrowserTool
          browser-sniffing tool (session or request scope requested, session scope advised).
CookieTool
          View tool for convenient cookie access and creation.
ImportTool
          General-purpose text-importing view tool for templates.
LinkTool
          The 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..
PagerTool
          View tool for doing request-based pagination of items in an a list.
ParameterTool
          Utility class for easy parsing of ServletRequest parameters.
ViewContextTool
          Extension of ContextTool that includes keys and values from the HttpServletRequest, HttpSession and ServletContext.
 



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