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

Packages that use EventContext
org.enhydra.barracuda.contrib.dbroggisch.page   
org.enhydra.barracuda.contrib.sam.models   
org.enhydra.barracuda.core.comp   
org.enhydra.barracuda.core.event   
org.enhydra.barracuda.core.util.l10n   
 

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

Methods in org.enhydra.barracuda.contrib.dbroggisch.page with parameters of type EventContext
 void PageEventDispatcher.dispatchEvent(EventBroker eb, EventContext context)
          Synchronizes around the session if PAGE_SYNCHRONIZATION_ACTIVATED is true.
 

Uses of EventContext in org.enhydra.barracuda.contrib.sam.models
 

Methods in org.enhydra.barracuda.contrib.sam.models with parameters of type EventContext
static void ErrorModel.create(EventContext context, Exception ex)
           
static void ErrorModel.create(String name, EventContext context, Exception ex)
           
static void ErrorModel.remove(EventContext context)
           
static void ErrorModel.remove(String name, EventContext context)
           
static boolean ErrorModel.exists(EventContext context)
           
static boolean ErrorModel.exists(String name, EventContext context)
           
 

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

Methods in org.enhydra.barracuda.core.comp that return EventContext
 EventContext ViewContext.getEventContext()
           
 EventContext DefaultViewContext.getEventContext()
          Get the underlying EventContext object
 

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

Subinterfaces of EventContext in org.enhydra.barracuda.core.event
 interface ControlEventContext
          This interface extends the EventContext to provide access to the HttpServletRequest.
 interface ViewEventContext
          This interface extends the ControlEventContext to provide access to the HttpServletResponse object as well.
 

Classes in org.enhydra.barracuda.core.event that implement EventContext
 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 that return EventContext
 EventContext UnhandledEventException.getEventContext()
          Get the dispatch queue associated with this exception
 

Methods in org.enhydra.barracuda.core.event with parameters of type EventContext
 void EventDispatcher.dispatchEvent(EventBroker eb, EventContext context)
          Dispatch a queue of events.
 void EventBroker.dispatchEvent(EventContext context)
          Dispatch a queue of events.
 void DefaultEventDispatcher.dispatchEvent(EventBroker eb, EventContext context)
          Dispatch a queue of events.
protected  void DefaultEventDispatcher.dispatch(int dispatchPhase, EventBroker eb, EventContext context, DefaultDispatchQueue eventQueue)
          Dispatch a queue of events
protected  void DefaultEventDispatcher.notifyListeners(BaseEvent event, List list, EventContext context)
          Actually dispatch the specific event to the list of listener factories
 void DefaultEventBroker.dispatchEvent(EventContext context)
          Dispatch a queue of events.
 void DefaultBaseEventListener.handleEvent(EventContext context)
          Handle all events.
 void DefaultBaseEventListener.handleOtherEvent(EventContext context)
          Handle all Other events
 void BaseEventListener.handleEvent(EventContext context)
          Handle all events.
 

Constructors in org.enhydra.barracuda.core.event with parameters of type EventContext
UnhandledEventException(String s, EventContext icontext)
          The public contructor for UnhandledEventException
 

Uses of EventContext in org.enhydra.barracuda.core.util.l10n
 

Methods in org.enhydra.barracuda.core.util.l10n with parameters of type EventContext
static Locale Locales.getClientLocale(EventContext ec)
          Get the client locale from an EventContext using the default param keys and persist option.
static Locale Locales.getClientLocale(EventContext ec, String languageKey, String countryKey, String variantKey, int persistOption)
          Get the client locale from an EventContext
static void Locales.saveClientLocale(EventContext ec, Locale loc)
          Save the client locale using an EventContext using the default persist option
static void Locales.saveClientLocale(EventContext ec, Locale loc, int persistOption)
          Save the client locale using an EventContext
static void Locales.releaseClientLocale(EventContext ec)
          Release the client locale using an EventContext (this effectively removes it from whereever it might have been persisted).
static void Locales.releaseClientLocale(EventContext ec, int persistOption)
          Release the client locale using an EventContext (this effectively removes it from whereever it might have been persisted).
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.