Uses of Class
org.barracudamvc.core.event.EventException

Packages that use EventException
org.barracudamvc.contrib.dbroggisch.page   
org.barracudamvc.contrib.sam.data   
org.barracudamvc.contrib.sam.xmlform   
org.barracudamvc.core.comp.helper   
org.barracudamvc.core.event   
org.barracudamvc.core.event.helper   
org.barracudamvc.examples.ex1   
 

Uses of EventException in org.barracudamvc.contrib.dbroggisch.page
 

Subclasses of EventException in org.barracudamvc.contrib.dbroggisch.page
 class PageException
           
 

Methods in org.barracudamvc.contrib.dbroggisch.page that throw EventException
 void RenderPageHandler.handleViewEvent(ViewEventContext context)
           
 void PageEventListener.handleControlEvent(ControlEventContext context)
           
abstract  void PageEventListener.handleControlEvent(ControlEventContext context, Page page)
           
 void PageEventDispatcher.dispatchEvent(EventBroker eb, EventContext context)
          Synchronizes around the session if PAGE_SYNCHRONIZATION_ACTIVATED is true.
 void Page.render(ViewEventContext ctx)
          Describe render method here.
 void DummyPageHandler.handleControlEvent(ControlEventContext context, Page page)
           
 Document AbstractPage.handleViewEvent(BComponent root)
          Describe handleViewEvent method here.
 void AbstractPage.render(ViewEventContext vec)
          Describe render method here.
abstract  void AbstractPage.render(BComponent root, ViewContext vec, Document doc)
          Overload this method to perform the actual process of rendering.
 

Uses of EventException in org.barracudamvc.contrib.sam.data
 

Methods in org.barracudamvc.contrib.sam.data that throw EventException
 void DataObjectSaveHandler.handleControlEvent(ControlEventContext context)
           
 void DataObjectNewHandler.handleControlEvent(ControlEventContext context)
           
 void DataObjectHandler.handleControlEvent(ControlEventContext context)
           get a DataObject based on the OID parameter given in the request instatiate a XMLFormMap based on a XML file given in the Config if the form is already visited, try to perform validation if validation fails, create a ErrorModel continue processing by calling the Config's ViewEvent
 void DataObjectDeleteHandler.handleControlEvent(ControlEventContext context)
           
 

Uses of EventException in org.barracudamvc.contrib.sam.xmlform
 

Methods in org.barracudamvc.contrib.sam.xmlform that throw EventException
abstract  Object ModifyDomViewHandler.getTemplateModels(ViewContext vc)
          abstract method for getting als required models
abstract  Class ModifyDomViewHandler.getTemplateClass(ViewContext vc)
          Return an instance of the template class (must implement Document)
protected  void ModifyDomViewHandler.modifyDOM(Document page, ViewContext vc)
          Placeholder for DOM-modifications prior to directive mappings.
 Document ModifyDomViewHandler.handleViewEvent(BComponent root)
          Generate the view
 

Uses of EventException in org.barracudamvc.core.comp.helper
 

Methods in org.barracudamvc.core.comp.helper with parameters of type EventException
 void ComponentGateway.handleEventException(EventException e, ViewContext vc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Handle an EventException.
 

Methods in org.barracudamvc.core.comp.helper that throw EventException
abstract  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.barracudamvc.core.event
 

Subclasses of EventException in org.barracudamvc.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.barracudamvc.core.event with parameters of type EventException
 void ApplicationGateway.handleEventException(EventException e, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Handle an EventException.
 

Methods in org.barracudamvc.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  List DefaultEventDispatcher.getEventChain(BaseEvent event)
          Get the event chain for a particular event.
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.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.barracudamvc.core.event.helper
 

Methods in org.barracudamvc.core.event.helper that throw EventException
abstract  Document DefaultViewHandler.handleViewEvent(BComponent root)
          Handle a view event.
 void DefaultViewHandler.handleViewEvent(ViewEventContext vec)
          Handle the ViewEvent
 void BlockIterateHandler.handleViewEvent(ViewEventContext vec)
          Handle the ViewEvent
 void BlockIterateHandler.handleViewEvent(ViewEventContext vec, Document page)
          Handle the ViewEvent
 Document BTemplateViewHandler.handleViewEvent(BComponent root)
          Generate the view
 

Uses of EventException in org.barracudamvc.examples.ex1
 

Methods in org.barracudamvc.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(String user, String password)
          Validate user/pwd
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.