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.form |
Components for implementing basic HTML Forms.
|
org.apache.tapestry.html |
Components specific to the creation of HTML pages, including sophisticated
DHTML JavaScript effects.
|
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.setResponse(WebResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEngine.service(WebRequest request,
WebResponse response)
Delegate method for the servlet.
|
Modifier and Type | Method and Description |
---|---|
abstract WebResponse |
Form.getResponse()
Injected
|
Modifier and Type | Method and Description |
---|---|
abstract WebResponse |
Body.getResponse()
Injected
|
Modifier and Type | Method and Description |
---|---|
WebResponse |
Infrastructure.getResponse()
Returns the response for the current request cycle.
|
WebResponse |
RequestGlobals.getWebResponse() |
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 |
---|---|
WebResponse |
InfrastructureImpl.getResponse() |
WebResponse |
RequestGlobalsImpl.getWebResponse() |
Modifier and Type | Method and Description |
---|---|
void |
InvokeEngineTerminator.service(WebRequest request,
WebResponse response) |
void |
DisableCachingFilter.service(WebRequest request,
WebResponse response,
WebRequestServicer servicer) |
void |
ResponseRendererImpl.setWebResponse(WebResponse webResponse) |
void |
RequestGlobalsImpl.store(WebRequest request,
WebResponse response) |
Modifier and Type | Class and Description |
---|---|
class |
ServletWebResponse
Adapts
HttpServletResponse as
WebResponse . |