Uses of Interface
org.enhydra.barracuda.core.event.ViewEventContext

Packages that use ViewEventContext
org.enhydra.barracuda.contrib.dbroggisch.page   
org.enhydra.barracuda.core.comp   
org.enhydra.barracuda.core.event   
org.enhydra.barracuda.core.event.helper   
 

Uses of ViewEventContext in org.enhydra.barracuda.contrib.dbroggisch.page
 

Methods in org.enhydra.barracuda.contrib.dbroggisch.page with parameters of type ViewEventContext
 void RenderPageHandler.handleViewEvent(ViewEventContext context)
           
 void Page.render(ViewEventContext ctx)
          Describe render method here.
 void AbstractPage.render(ViewEventContext vec)
          Describe render method here.
 

Uses of ViewEventContext in org.enhydra.barracuda.core.comp
 

Constructors in org.enhydra.barracuda.core.comp with parameters of type ViewEventContext
DefaultViewContext(ViewEventContext ivec)
          Create a DefaultViewContext for a specific EventContext
 

Uses of ViewEventContext in org.enhydra.barracuda.core.event
 

Classes in org.enhydra.barracuda.core.event that implement ViewEventContext
 class DefaultEventContext
          The context contains information about the event (event, queue, plus request and response info if appropriate).
 

Methods in org.enhydra.barracuda.core.event with parameters of type ViewEventContext
 void DefaultBaseEventListener.handleViewEvent(ViewEventContext context)
          Handle HttpResponseEvents
 

Uses of ViewEventContext in org.enhydra.barracuda.core.event.helper
 

Methods in org.enhydra.barracuda.core.event.helper with parameters of type ViewEventContext
 void DefaultViewHandler.handleViewEvent(ViewEventContext vec)
          Handle the ViewEvent
 void BlockIterateHandler.handleViewEvent(ViewEventContext vec)
          Handle the ViewEvent
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.