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

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

Uses of EventCartridge in org.apache.velocity.context
 

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

Methods in org.apache.velocity.context with parameters of type EventCartridge
 EventCartridge InternalEventContext.attachEventCartridge(EventCartridge ec)
           
 EventCartridge InternalContextAdapterImpl.attachEventCartridge(EventCartridge ec)
           
 EventCartridge VMContext.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.
 

Uses of EventCartridge in org.apache.velocity.runtime.directive
 

Methods in org.apache.velocity.runtime.directive that return EventCartridge
 EventCartridge Foreach.NullHolderContext.attachEventCartridge(EventCartridge ec)
           
 EventCartridge Foreach.NullHolderContext.getEventCartridge()
           
 

Methods in org.apache.velocity.runtime.directive with parameters of type EventCartridge
 EventCartridge Foreach.NullHolderContext.attachEventCartridge(EventCartridge ec)
           
 



Copyright © 2000-2007 The Apache Software Foundation. All Rights Reserved.