Uses of Class
org.apache.velocity.app.event.EventCartridge
-
Packages that use EventCartridge Package Description org.apache.velocity.app.event org.apache.velocity.context org.apache.velocity.runtime -
-
Uses of EventCartridge in org.apache.velocity.app.event
Methods in org.apache.velocity.app.event with parameters of type EventCartridge Modifier and Type Method Description private static void
EventHandlerUtil. initializeEventCartridge(RuntimeServices rsvc, EventCartridge eventCartridge)
Initialize the event cartridge if appropriate. -
Uses of EventCartridge in org.apache.velocity.context
Fields in org.apache.velocity.context declared as EventCartridge Modifier and Type Field Description private EventCartridge
InternalContextBase. eventCartridge
EventCartridge we are to carry.Methods in org.apache.velocity.context that return EventCartridge Modifier and Type Method Description EventCartridge
ChainedInternalContextAdapter. attachEventCartridge(EventCartridge ec)
EventCartridge
InternalContextAdapterImpl. attachEventCartridge(EventCartridge ec)
EventCartridge
InternalContextBase. attachEventCartridge(EventCartridge ec)
EventCartridge
InternalEventContext. attachEventCartridge(EventCartridge ec)
EventCartridge
ChainedInternalContextAdapter. getEventCartridge()
EventCartridge
InternalContextAdapterImpl. getEventCartridge()
EventCartridge
InternalContextBase. getEventCartridge()
EventCartridge
InternalEventContext. getEventCartridge()
Methods in org.apache.velocity.context with parameters of type EventCartridge Modifier and Type Method Description EventCartridge
ChainedInternalContextAdapter. attachEventCartridge(EventCartridge ec)
EventCartridge
InternalContextAdapterImpl. attachEventCartridge(EventCartridge ec)
EventCartridge
InternalContextBase. attachEventCartridge(EventCartridge ec)
EventCartridge
InternalEventContext. attachEventCartridge(EventCartridge ec)
-
Uses of EventCartridge in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as EventCartridge Modifier and Type Field Description private EventCartridge
RuntimeInstance. eventCartridge
This stores the engine-wide set of event handlers.Methods in org.apache.velocity.runtime that return EventCartridge Modifier and Type Method 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.
-