Uses of Class
org.apache.velocity.app.event.EventCartridge
- 
Packages that use EventCartridge Package Description org.apache.velocity.context org.apache.velocity.runtime 
- 
- 
Uses of EventCartridge in org.apache.velocity.contextMethods in org.apache.velocity.context that return EventCartridge Modifier and Type Method Description EventCartridgeChainedInternalContextAdapter. attachEventCartridge(EventCartridge ec)EventCartridgeInternalContextAdapterImpl. attachEventCartridge(EventCartridge ec)EventCartridgeInternalEventContext. attachEventCartridge(EventCartridge ec)EventCartridgeChainedInternalContextAdapter. getEventCartridge()EventCartridgeInternalContextAdapterImpl. 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)EventCartridgeInternalEventContext. attachEventCartridge(EventCartridge ec)
- 
Uses of EventCartridge in org.apache.velocity.runtimeMethods 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.
 
-