Uses of Package
org.apache.velocity.tools.view
-
Packages that use org.apache.velocity.tools.view Package Description 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 toorg.apache.velocity.tools.view. -
Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.struts Class Description 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 Class Description AbstractSearchTool.StoredResults Simple utility class to hold a criterion and its result list.CookieTool.SugarCookie ExtendsCookieto 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.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.ServletUtils A set of utility methods for supporting and using VelocityTools in the servlet environment.ToolboxManager Deprecated.ToolInfo Deprecated.UseToolInfoUiDependencyTool 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 ToolContextimplementation 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 Class Description 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 ToolContextimplementation specific to the servlet environment. -
Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.view.i18n Class Description 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 Class Description 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 ToolContextimplementation specific to the servlet environment. -
Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.view.servlet Class Description 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.ToolInfo Deprecated.UseToolInfoVelocityLayoutServlet 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.UseToolInfoWebappResourceLoader Resource loader that uses the ServletContext of a webapp to load Velocity templates.XMLToolboxManager Deprecated. -
Classes in org.apache.velocity.tools.view used by org.apache.velocity.tools.view.tools Class Description 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.ImportSupport Provides methods to import arbitrary local or remote resources as strings.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 ofServletRequestparameters.ViewContextTool Extension ofContextToolthat includes keys and values from theHttpServletRequest,HttpSessionandServletContext.