|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebRequestServicer | |
|---|---|
| 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.portlet | Core portlet services. |
| org.apache.tapestry.services | Interfaces for Tapestry-related HiveMind services. |
| org.apache.tapestry.services.impl | Service implementations. |
| org.apache.tapestry.wml | Classes and components for main elements of the Wireless Markup Language (WML 1.2). |
| Uses of WebRequestServicer in org.apache.tapestry |
|---|
| Subinterfaces of WebRequestServicer in org.apache.tapestry | |
|---|---|
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). |
| Uses of WebRequestServicer in org.apache.tapestry.engine |
|---|
| Classes in org.apache.tapestry.engine that implement WebRequestServicer | |
|---|---|
class |
AbstractEngine
Basis for building real Tapestry applications. |
class |
BaseEngine
Concrete implementation of IEngine used for ordinary applications. |
| Uses of WebRequestServicer in org.apache.tapestry.portlet |
|---|
| Methods in org.apache.tapestry.portlet with parameters of type WebRequestServicer | |
|---|---|
void |
RenderRequestServicerToWebRequestServicerBridge.setWebRequestServicer(WebRequestServicer webRequestServicer)
|
void |
ActionRequestServicerToWebRequestServicerBridge.setWebRequestServicer(WebRequestServicer webRequestServicer)
|
| Uses of WebRequestServicer in org.apache.tapestry.services |
|---|
| Methods in org.apache.tapestry.services with parameters of type WebRequestServicer | |
|---|---|
void |
WebRequestServicerFilter.service(WebRequest request,
WebResponse response,
WebRequestServicer servicer)
|
| Uses of WebRequestServicer in org.apache.tapestry.services.impl |
|---|
| Classes in org.apache.tapestry.services.impl that implement WebRequestServicer | |
|---|---|
class |
InvokeEngineTerminator
The terminatior for the tapestry.RequestProcessor pipeline, this service is
responsible for:
Locating the correct engine instance and letting it to the rest of the request. |
| Methods in org.apache.tapestry.services.impl with parameters of type WebRequestServicer | |
|---|---|
void |
DisableCachingFilter.service(WebRequest request,
WebResponse response,
WebRequestServicer servicer)
|
void |
WebRequestServicerPipelineBridge.setWebRequestServicer(WebRequestServicer webRequestServicer)
|
| Uses of WebRequestServicer in org.apache.tapestry.wml |
|---|
| Classes in org.apache.tapestry.wml that implement WebRequestServicer | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||