| 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. |
| Modifier and Type | Method and Description |
|---|---|
RequestContext |
IRequestCycle.getRequestContext()
Deprecated.
To be removed in 4.1.
|
| Modifier and Type | Method and Description |
|---|---|
RequestContext |
RequestCycle.getRequestContext() |
| Constructor and Description |
|---|
RequestCycle(IEngine engine,
QueryParameterMap parameters,
java.lang.String serviceName,
IMonitor monitor,
RequestCycleEnvironment environment,
RequestContext context)
Standard constructor used to render a response page.
|