See: Description
| Interface | Description |
|---|---|
| JeeConfig |
Because sometimes you don't care about the difference between a
servlet and a filter.
|
| ViewContext |
This interface provides view tools in a servlet environment
access to relevant context information, like servlet request, servlet
context and the velocity context.
|
| Class | Description |
|---|---|
| AbstractSearchTool |
Abstract view tool for doing "searching" and robust
pagination of search results.
|
| AbstractSearchTool.StoredResults |
Simple utility class to hold a criterion and its result list.
|
| BreadcrumbTool |
Helper tool to display a navigation breadcrumb to the end user.
|
| BreadcrumbTool.NavigationElement |
Class representing a navigation element
|
| BrowserTool |
Browser sniffing tool (session or request scope requested, session scope advised).
|
| BrowserToolDeprecatedMethods | Deprecated |
| CookieTool |
View tool for convenient cookie access and creation.
|
| 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. |
| ImportTool |
General-purpose text-importing view tool for templates.
|
| IncludeTool |
Allows for transparent content negotiation in a manner mimicking
Apache httpd's MultiViews.
|
| JeeContextConfig |
Implements
JeeConfig with only a ServletContext. |
| JeeFilterConfig |
Implements
JeeConfig with a FilterConfig. |
| JeeServletConfig |
Implements
JeeConfig with a ServletConfig. |
| JsonTool |
View version of
JsonTool. |
| 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. |
| ServletUtils |
A set of utility methods for supporting and using
VelocityTools in the servlet environment.
|
| UAParser | |
| UAParser.UAEntity | |
| UAParser.UserAgent | |
| 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.FileRule |
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.
|
| UiDependencyTool.GroupRule |
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.
|
| UiDependencyTool.NeedsRule |
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.
|
| UiDependencyTool.TypeRule |
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.
|
| 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:
|
| VelocityViewFilter |
A filter to ensure VelocityTools
Toolboxes are
available in the request/session/application scopes. |
| VelocityViewServlet |
A servlet to process Velocity templates.
|
| ViewContextTool |
Extension of
ContextTool that includes keys and values
from the HttpServletRequest, HttpSession and
ServletContext. |
| ViewImportSupport |
Provides methods to import arbitrary local or remote resources as strings.
|
| ViewImportSupport.ImportResponseWrapper |
Wraps responses to allow us to retrieve results as Strings.
|
| ViewImportSupport.SafeClosingHttpURLConnectionReader | |
| ViewToolContext |
ToolContext implementation specific to the servlet environment. |
| ViewToolManager |
Manages tools for web applications.
|
| WebappResourceLoader |
Resource loader that uses the ServletContext of a webapp to
load Velocity templates.
|
| WebappUberspector |
This custom uberspector allows getAttribute() and setAttribute() as standard
getters and setters for the "request","session" and "application" keys.
|
| XmlTool |
View version of
XmlTool. |
| Enum | Description |
|---|---|
| UAParser.DeviceType |
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.