Package | Description |
---|---|
org.apache.tapestry.asset |
Implementations of
IAsset , as well as
the org.apache.tapestry.asset.AssetExternalizer , used to handle private assets. |
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.engine.state |
Management of application state objects (what, in Tapestry 3.0, were the Visit and Global objects).
|
org.apache.tapestry.error | |
org.apache.tapestry.record |
Abstract and simple (memory-based) implementations of
IPageRecorder . |
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
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 |
AssetService.setRequest(WebRequest request) |
Modifier and Type | Field and Description |
---|---|
protected WebRequest |
DirectService._request |
Modifier and Type | Method and Description |
---|---|
IMonitor |
DefaultMonitorFactory.createMonitor(WebRequest request)
Deprecated.
Returns a shared instance of
NullMonitor . |
IMonitor |
IMonitorFactory.createMonitor(WebRequest request)
Deprecated.
Create a new
IMonitor instance. |
static boolean |
EngineUtils.needAbsoluteURL(java.lang.String scheme,
java.lang.String server,
int port,
WebRequest request)
Invoked by
#getURL(String, String, int, String, boolean) to see if an absolute URL is
needed (because a specific scheme, server or port was indicated that does not match the
incoming request). |
void |
AbstractEngine.service(WebRequest request,
WebResponse response)
Delegate method for the servlet.
|
void |
ActionService.setRequest(WebRequest request)
Deprecated.
|
void |
DirectService.setRequest(WebRequest request) |
Constructor and Description |
---|
EngineServiceLink(IRequestCycle cycle,
java.lang.String servletPath,
java.lang.String encoding,
org.apache.commons.codec.net.URLCodec codec,
WebRequest request,
java.util.Map parameters,
boolean stateful)
Creates a new EngineServiceLink.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionScopeManager.setRequest(WebRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
RequestExceptionReporterImpl.setRequest(WebRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
ClientPropertyPersistenceStrategy.setRequest(WebRequest request) |
void |
SessionPropertyPersistenceStrategy.setRequest(WebRequest request) |
Modifier and Type | Method and Description |
---|---|
WebRequest |
Infrastructure.getRequest()
Returns the request for the current request cycle.
|
WebRequest |
RequestGlobals.getWebRequest() |
Modifier and Type | Method and Description |
---|---|
void |
WebRequestServicer.service(WebRequest request,
WebResponse response) |
void |
WebRequestServicerFilter.service(WebRequest request,
WebResponse response,
WebRequestServicer servicer) |
void |
RequestGlobals.store(WebRequest request,
WebResponse response) |
Modifier and Type | Method and Description |
---|---|
WebRequest |
InfrastructureImpl.getRequest() |
WebRequest |
RequestGlobalsImpl.getWebRequest() |
Modifier and Type | Method and Description |
---|---|
void |
InvokeEngineTerminator.service(WebRequest request,
WebResponse response) |
void |
DisableCachingFilter.service(WebRequest request,
WebResponse response,
WebRequestServicer servicer) |
void |
AbsoluteURLBuilderImpl.setRequest(WebRequest request) |
void |
LinkFactoryImpl.setRequest(WebRequest request) |
void |
RequestLocaleManagerImpl.setRequest(WebRequest request) |
void |
RequestGlobalsImpl.store(WebRequest request,
WebResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
ServletWebRequest
Adapter from
HttpServletRequest to
WebRequest . |