Uses of Class
org.apache.velocity.app.event.EventCartridge
Packages that use EventCartridge
-
Uses of EventCartridge in org.apache.velocity.context
Fields in org.apache.velocity.context declared as EventCartridgeModifier and TypeFieldDescriptionprivate EventCartridge
InternalContextBase.eventCartridge
EventCartridge we are to carry.Methods in org.apache.velocity.context that return EventCartridgeModifier and TypeMethodDescriptionChainedInternalContextAdapter.attachEventCartridge
(EventCartridge ec) InternalContextAdapterImpl.attachEventCartridge
(EventCartridge ec) InternalContextBase.attachEventCartridge
(EventCartridge ec) InternalEventContext.attachEventCartridge
(EventCartridge ec) ChainedInternalContextAdapter.getEventCartridge()
InternalContextAdapterImpl.getEventCartridge()
InternalContextBase.getEventCartridge()
InternalEventContext.getEventCartridge()
Methods in org.apache.velocity.context with parameters of type EventCartridgeModifier and TypeMethodDescriptionChainedInternalContextAdapter.attachEventCartridge
(EventCartridge ec) InternalContextAdapterImpl.attachEventCartridge
(EventCartridge ec) InternalContextBase.attachEventCartridge
(EventCartridge ec) InternalEventContext.attachEventCartridge
(EventCartridge ec) -
Uses of EventCartridge in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as EventCartridgeModifier and TypeFieldDescriptionprivate EventCartridge
RuntimeInstance.eventCartridge
This stores the engine-wide set of event handlers.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.