Package | Description |
---|---|
org.apache.tapestry.binding |
Implementations of
IBinding . |
org.apache.tapestry.engine.state |
Management of application state objects (what, in Tapestry 3.0, were the Visit and Global objects).
|
org.apache.tapestry.enhance |
Classes used for performing dynamic bytecode enhancement of component and page classes.
|
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl |
Modifier and Type | Method and Description |
---|---|
void |
StateBindingFactory.setApplicationStateManager(ApplicationStateManager applicationStateManager) |
Constructor and Description |
---|
StateBinding(java.lang.String description,
ValueConverter valueConverter,
org.apache.hivemind.Location location,
ApplicationStateManager applicationStateManager,
java.lang.String objectName) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationStateManagerImpl
This implementation expects to be pooled.
|
Modifier and Type | Method and Description |
---|---|
void |
InjectStateFlagWorker.setApplicationStateManager(ApplicationStateManager applicationStateManager) |
void |
InjectStateWorker.setApplicationStateManager(ApplicationStateManager applicationStateManager) |
Modifier and Type | Method and Description |
---|---|
ApplicationStateManager |
Infrastructure.getApplicationStateManager()
Accesses application state objects (Visit and Global from Tapestry 3.0, but now more can be
created).
|
Modifier and Type | Method and Description |
---|---|
ApplicationStateManager |
InfrastructureImpl.getApplicationStateManager() |