Uses of Class
org.apache.velocity.app.event.EventCartridge
Packages that use EventCartridge
-
Uses of EventCartridge in org.apache.velocity.context
Methods in org.apache.velocity.context that return EventCartridgeModifier and TypeMethodDescriptionChainedInternalContextAdapter.attachEventCartridge
(EventCartridge ec) InternalContextAdapterImpl.attachEventCartridge
(EventCartridge ec) InternalEventContext.attachEventCartridge
(EventCartridge ec) ChainedInternalContextAdapter.getEventCartridge()
InternalContextAdapterImpl.getEventCartridge()
InternalEventContext.getEventCartridge()
Methods in org.apache.velocity.context with parameters of type EventCartridgeModifier and TypeMethodDescriptionChainedInternalContextAdapter.attachEventCartridge
(EventCartridge ec) InternalContextAdapterImpl.attachEventCartridge
(EventCartridge ec) InternalEventContext.attachEventCartridge
(EventCartridge ec) -
Uses of EventCartridge in org.apache.velocity.runtime
Methods in org.apache.velocity.runtime that return EventCartridgeModifier and TypeMethodDescriptionRuntimeInstance.getApplicationEventCartridge()
Returns the event handlers for the application.RuntimeServices.getApplicationEventCartridge()
Returns the event handlers for the application.RuntimeSingleton.getEventCartridge()
Returns the event handlers for the application.