See: Description
| Interface | Description |
|---|---|
| AttributeHolder |
Interface for objects that can hold attributes.
|
| InitializationParameterHolder |
Defines methods for accessing initialization parameters.
|
| WebActivator |
A wrapper around a
HttpServlet or *
{@link javax.portlet.Portlet}. |
| WebContext |
A representation of a set of servlets (or portlets) packaged together as a web application
archive.
|
| WebRequest |
Contains information about the current request, including URLs, schemes, parameters, properties
and attributes.
|
| WebResponse |
Controls the response to the client, and specifically allows for creating the output stream (or
print writer) to which content is sent.
|
| WebSession |
Primarily concerned with maintaining server-side state as attributes.
|
| Class | Description |
|---|---|
| HttpServletWebActivator |
Adapts
HttpServlet as
WebActivator. |
| LocalizedWebContextResourceFinder |
Finds localized resources within a
WebContext.. |
| ServletWebContext |
Adapts
ServletContext as WebContext. |
| ServletWebRequest |
Adapter from
HttpServletRequest to
WebRequest. |
| ServletWebResponse |
Adapts
HttpServletResponse as
WebResponse. |
| ServletWebSession |
Adapts
HttpSession as
WebSession. |
| WebContextResource |
Implementation of
Resourcefor resources found within a
WebContext. |
| WebUtils |
Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs. An external library provides support for JSR-168 Portlets.