| Package | Description |
|---|---|
| org.apache.tapestry.services.impl | |
| org.apache.tapestry.web |
Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InitializationParameterHolderPropertySource.setHolder(InitializationParameterHolder holder) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebActivator
A wrapper around a
HttpServlet or *
{@link javax.portlet.Portlet}. |
interface |
WebContext
A representation of a set of servlets (or portlets) packaged together as a web application
archive.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServletWebActivator
Adapts
HttpServlet as
WebActivator. |
class |
ServletWebContext
Adapts
ServletContext as WebContext. |