Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl | |
org.apache.tapestry.wml |
Classes and components for main elements of the Wireless Markup Language (WML 1.2).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEngine
Defines the core, session-persistant object used to run a Tapestry application for a single
client (each client will have its own instance of the engine).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEngine
Basis for building real Tapestry applications.
|
class |
BaseEngine
Concrete implementation of
IEngine used for ordinary applications. |
Modifier and Type | Method and Description |
---|---|
void |
WebRequestServicerFilter.service(WebRequest request,
WebResponse response,
WebRequestServicer servicer) |
Modifier and Type | Class and Description |
---|---|
class |
InvokeEngineTerminator
The terminatior for the
tapestry.RequestProcessor pipeline, this service is
responsible for:
Storing the request and response into RequestGlobals . |
Modifier and Type | Method and Description |
---|---|
void |
DisableCachingFilter.service(WebRequest request,
WebResponse response,
WebRequestServicer servicer) |
void |
WebRequestServicerPipelineBridge.setWebRequestServicer(WebRequestServicer webRequestServicer) |
Modifier and Type | Class and Description |
---|---|
class |
WMLEngine
Deprecated.
To be removed in 4.1. No longer necessary; the differences between WML applications
and HTML applications are now handled via a startup mode. See
SetupServletApplicationGlobals . |