| Package | Description |
|---|---|
| org.apache.tapestry.web |
Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebContext
A representation of a set of servlets (or portlets) packaged together as a web application
archive.
|
interface |
WebRequest
Contains information about the current request, including URLs, schemes, parameters, properties
and attributes.
|
interface |
WebSession
Primarily concerned with maintaining server-side state as attributes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServletWebContext
Adapts
ServletContext as WebContext. |
class |
ServletWebRequest
Adapter from
HttpServletRequest to
WebRequest. |
class |
ServletWebSession
Adapts
HttpSession as
WebSession. |