Uses of Class
org.enhydra.barracuda.core.event.EventException

Packages that use EventException
org.enhydra.barracuda.core.comp.helper   
org.enhydra.barracuda.core.event   
org.enhydra.barracuda.core.event.helper   
org.enhydra.barracuda.examples.ex1   
 

Uses of EventException in org.enhydra.barracuda.core.comp.helper
 

Methods in org.enhydra.barracuda.core.comp.helper that throw EventException
abstract  org.w3c.dom.Document ComponentGateway.handleDefault(BComponent root, ViewContext vc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Handle the default HttpRequest.
 

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

Subclasses of EventException in org.enhydra.barracuda.core.event
 class ClientSideRedirectException
          This class defines a ClientSideRedirectException...throwing this will cause the ApplicationGateway to redirect the browser to the new Event.
 class InterruptDispatchException
          This class defines a InterruptDispatchException...it is used to interrupt the dispatch, flag all events currently in the queue as handled, and then redispatch the new event
 class InvalidClassException
          This class defines a InvalidClassException...it typically gets thrown when a Class is referenced that does not implement the type expected (ie.
 class NoAvailableEventsException
          This class defines a NoAvailableEventsException...it gets thrown when there there are event handlers but none of them actually handle it
 class UnhandledEventException
          This class defines a UnhandledEventException...it gets thrown when there there are event handlers but none of them actually handle it
 

Methods in org.enhydra.barracuda.core.event that throw EventException
 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  java.util.List DefaultEventDispatcher.getEventChain(BaseEvent event)
          Get the event chain for a particular event.
protected  void DefaultEventDispatcher.notifyListeners(BaseEvent event, java.util.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.handleControlEvent(ControlEventContext context)
          Handle HttpRequestEvents
 void DefaultBaseEventListener.handleViewEvent(ViewEventContext context)
          Handle HttpResponseEvents
 void DefaultBaseEventListener.handleOtherEvent(EventContext context)
          Handle all Other events
 void BaseEventListener.handleEvent(EventContext context)
          Handle all events.
 

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

Methods in org.enhydra.barracuda.core.event.helper that throw EventException
abstract  org.w3c.dom.Document DefaultViewHandler.handleViewEvent(BComponent root, ViewContext vc)
          Handle a view event.
 void DefaultViewHandler.handleViewEvent(ViewEventContext vec)
          Handle the ViewEvent
 org.w3c.dom.Document BTemplateViewHandler.handleViewEvent(BComponent root, ViewContext vc)
          Generate the view
 void BlockIterateHandler.handleViewEvent(ViewEventContext vec)
          Handle the ViewEvent
 

Uses of EventException in org.enhydra.barracuda.examples.ex1
 

Methods in org.enhydra.barracuda.examples.ex1 that throw EventException
static int LoginServices.validateUserPwd(javax.servlet.http.HttpServletRequest req, boolean updateSession)
          Validate user/pwd, getting the information from the HttpServletRequest object
static int LoginServices.validateUserPwd(javax.servlet.http.HttpSession session)
          Validate user/pwd, getting the information from the HttpSession object
static int LoginServices.validateUserPwd(java.lang.String user, java.lang.String password)
          Validate user/pwd
 



Copyright © 2001 Enhydra.org