Uses of Class
org.apache.velocity.app.event.EventCartridge

Packages that use EventCartridge
org.apache.velocity.context   
org.apache.velocity.runtime   
 

Uses of EventCartridge in org.apache.velocity.context
 

Methods in org.apache.velocity.context that return EventCartridge
 EventCartridge ChainedInternalContextAdapter.attachEventCartridge(EventCartridge ec)
           
 EventCartridge ChainedInternalContextAdapter.getEventCartridge()
           
 EventCartridge InternalEventContext.attachEventCartridge(EventCartridge ec)
           
 EventCartridge InternalEventContext.getEventCartridge()
           
 EventCartridge InternalContextAdapterImpl.attachEventCartridge(EventCartridge ec)
           
 EventCartridge InternalContextAdapterImpl.getEventCartridge()
           
 

Methods in org.apache.velocity.context with parameters of type EventCartridge
 EventCartridge ChainedInternalContextAdapter.attachEventCartridge(EventCartridge ec)
           
 EventCartridge InternalEventContext.attachEventCartridge(EventCartridge ec)
           
 EventCartridge InternalContextAdapterImpl.attachEventCartridge(EventCartridge ec)
           
 

Uses of EventCartridge in org.apache.velocity.runtime
 

Methods in org.apache.velocity.runtime that return EventCartridge
 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.
 



Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.