| Package | Description |
|---|---|
| org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine. |
| org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
| org.apache.tapestry.services.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ResetService.setResetEventHub(ResetEventHub resetEventHub) |
| Modifier and Type | Method and Description |
|---|---|
ResetEventHub |
Infrastructure.getResetEventHub()
Returns the coordinator to be notified of reset events (which will, in turn, notify other
services that they should discard cached data).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResetEventHubImpl
Implementation of the
tapestry.ResetEventHub
service. |
| Modifier and Type | Method and Description |
|---|---|
ResetEventHub |
InfrastructureImpl.getResetEventHub() |
| Modifier and Type | Method and Description |
|---|---|
void |
DisableCachingFilter.setResetEventHub(ResetEventHub resetEventCoordinator) |