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.services.impl |
Modifier and Type | Method and Description |
---|---|
Infrastructure |
IEngine.getInfrastructure()
Returns the
Infrastructure object, a central
registry of key HiveMind services used by Tapestry. |
Infrastructure |
IRequestCycle.getInfrastructure()
Returns the central
Infrastructure object used to
manage the processing of the request. |
Modifier and Type | Method and Description |
---|---|
Infrastructure |
AbstractEngine.getInfrastructure() |
Infrastructure |
RequestCycle.getInfrastructure() |
Infrastructure |
RequestCycleEnvironment.getInfrastructure() |
Constructor and Description |
---|
RequestCycleEnvironment(org.apache.hivemind.ErrorHandler errorHandler,
Infrastructure infrastructure,
PropertyPersistenceStrategySource strategySource,
AbsoluteURLBuilder absoluteURLBuilder) |
Modifier and Type | Class and Description |
---|---|
class |
InfrastructureImpl
Allows access to selected HiveMind services.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSetupApplicationGlobals.setInfrastructure(Infrastructure infrastructure) |
void |
InfrastructureObjectProvider.setInfrastructure(Infrastructure infrastructure) |
void |
InvokeEngineTerminator.setInfrastructure(Infrastructure infrastructure) |
void |
RequestCycleFactoryImpl.setInfrastructure(Infrastructure infrastructure) |