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 voidEventHandlerUtil. 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 EventCartridgeInternalContextBase. eventCartridgeEventCartridge we are to carry.Methods in org.apache.velocity.context that return EventCartridge Modifier and Type Method Description EventCartridgeChainedInternalContextAdapter. attachEventCartridge(EventCartridge ec)EventCartridgeInternalContextAdapterImpl. attachEventCartridge(EventCartridge ec)EventCartridgeInternalContextBase. attachEventCartridge(EventCartridge ec)EventCartridgeInternalEventContext. attachEventCartridge(EventCartridge ec)EventCartridgeChainedInternalContextAdapter. getEventCartridge()EventCartridgeInternalContextAdapterImpl. getEventCartridge()EventCartridgeInternalContextBase. getEventCartridge()EventCartridgeInternalEventContext. getEventCartridge()Methods in org.apache.velocity.context with parameters of type EventCartridge Modifier and Type Method Description EventCartridgeChainedInternalContextAdapter. attachEventCartridge(EventCartridge ec)EventCartridgeInternalContextAdapterImpl. attachEventCartridge(EventCartridge ec)EventCartridgeInternalContextBase. attachEventCartridge(EventCartridge ec)EventCartridgeInternalEventContext. 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 EventCartridgeRuntimeInstance. eventCartridgeThis stores the engine-wide set of event handlers.Methods in org.apache.velocity.runtime that return EventCartridge Modifier and Type Method Description EventCartridgeRuntimeInstance. getApplicationEventCartridge()Returns the event handlers for the application.EventCartridgeRuntimeServices. getApplicationEventCartridge()Returns the event handlers for the application.EventCartridgeRuntimeSingleton. getEventCartridge()Returns the event handlers for the application.
-