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.pageload |
Classes used when loading pages (and thier heirarchies of components) from thier
specifications, as well as organizaing thier templates.
|
Modifier and Type | Method and Description |
---|---|
IMonitor |
IRequestCycle.getMonitor() |
Modifier and Type | Class and Description |
---|---|
class |
NullMonitor
Deprecated.
To be removed in 4.1 with no direct replacement
|
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. |
IMonitor |
RequestCycle.getMonitor() |
Modifier and Type | Method and Description |
---|---|
IPage |
IPageSource.getPage(IRequestCycle cycle,
java.lang.String pageName,
IMonitor monitor)
Gets a given page for the engine.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IPage |
PageSource.getPage(IRequestCycle cycle,
java.lang.String pageName,
IMonitor monitor)
Gets the page from a pool, or otherwise loads the page.
|