Package | Description |
---|---|
org.apache.velocity.context | |
org.apache.velocity.runtime |
Modifier and Type | Field and Description |
---|---|
private EventCartridge |
InternalContextBase.eventCartridge
EventCartridge we are to carry.
|
Modifier and Type | Method and Description |
---|---|
EventCartridge |
InternalEventContext.attachEventCartridge(EventCartridge ec) |
EventCartridge |
InternalContextAdapterImpl.attachEventCartridge(EventCartridge ec) |
EventCartridge |
InternalContextBase.attachEventCartridge(EventCartridge ec) |
EventCartridge |
ChainedInternalContextAdapter.attachEventCartridge(EventCartridge ec) |
EventCartridge |
InternalEventContext.getEventCartridge() |
EventCartridge |
InternalContextAdapterImpl.getEventCartridge() |
EventCartridge |
InternalContextBase.getEventCartridge() |
EventCartridge |
ChainedInternalContextAdapter.getEventCartridge() |
Modifier and Type | Method and Description |
---|---|
EventCartridge |
InternalEventContext.attachEventCartridge(EventCartridge ec) |
EventCartridge |
InternalContextAdapterImpl.attachEventCartridge(EventCartridge ec) |
EventCartridge |
InternalContextBase.attachEventCartridge(EventCartridge ec) |
EventCartridge |
ChainedInternalContextAdapter.attachEventCartridge(EventCartridge ec) |
Modifier and Type | Field and Description |
---|---|
private EventCartridge |
RuntimeInstance.eventCartridge
This stores the engine-wide set of event handlers.
|
Modifier and Type | Method and Description |
---|---|
EventCartridge |
RuntimeInstance.getApplicationEventCartridge()
Returns the event handlers for the application.
|
EventCartridge |
RuntimeServices.getApplicationEventCartridge()
Returns the event handlers for the application.
|
EventCartridge |
RuntimeSingleton.getEventCartridge()
Returns the event handlers for the application.
|