|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in org.barracudamvc.core.event used by org.barracudamvc.admin | |
DefaultEventGateway
Default implementation of an EventGateway. |
|
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.contrib.dbroggisch.page | |
BaseEvent
This interface defines the methods needed to implement a BaseEvent |
|
BaseEventListener
This class defines the methods for Event listeners |
|
ControlEventContext
This interface extends the EventContext to provide access to the HttpServletRequest. |
|
DefaultBaseEvent
This is the default implementation for the BaseEvent interface. |
|
DefaultBaseEventListener
This class provides the default implementation for a BaseEventListener. |
|
DefaultEventDispatcher
This class is responsible for dispatching a queue of events to interested listeners. |
|
DefaultEventGateway
Default implementation of an EventGateway. |
|
DispatcherFactory
This interface defines the methods needed to create an instance of an event dispatcher |
|
EventBroker
This interface defines the methods needed to implement an EventBroker |
|
EventContext
This interface defines the event context. |
|
EventDispatcher
This interface defines the methods needed to implement an EventDispatcher |
|
EventException
This class defines the basic event exception. |
|
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
|
Exceptional
This marker interface indicates an Event must be handled, and if it's not, the parent event should be dispatched. |
|
HttpResponseEvent
A HttpResponseEvent indicates that we received an HTTP Response. |
|
ViewEvent
This defines a basic View event, indicating some kind of response/view must be generated. |
|
ViewEventContext
This interface extends the ControlEventContext to provide access to the HttpServletResponse object as well. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.contrib.sam.data | |
BaseEventListener
This class defines the methods for Event listeners |
|
ControlEvent
This defines a basic event, representing some kind of Control function (it's basically just saying "Hey something happened, tell everyone who cares"). |
|
ControlEventContext
This interface extends the EventContext to provide access to the HttpServletRequest. |
|
DefaultBaseEventListener
This class provides the default implementation for a BaseEventListener. |
|
DefaultEventGateway
Default implementation of an EventGateway. |
|
EventException
This class defines the basic event exception. |
|
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
|
ViewEvent
This defines a basic View event, indicating some kind of response/view must be generated. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.contrib.sam.models | |
ControlEvent
This defines a basic event, representing some kind of Control function (it's basically just saying "Hey something happened, tell everyone who cares"). |
|
EventContext
This interface defines the event context. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.contrib.sam.xmlform | |
BaseEventListener
This class defines the methods for Event listeners |
|
ControlEventContext
This interface extends the EventContext to provide access to the HttpServletRequest. |
|
DefaultBaseEventListener
This class provides the default implementation for a BaseEventListener. |
|
EventException
This class defines the basic event exception. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.core.comp | |
ControlEvent
This defines a basic event, representing some kind of Control function (it's basically just saying "Hey something happened, tell everyone who cares"). |
|
EventContext
This interface defines the event context. |
|
ListenerFactory
This interface defines the methods needed to be an ListenerFactory. |
|
ViewEventContext
This interface extends the ControlEventContext to provide access to the HttpServletResponse object as well. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.core.comp.helper | |
EventException
This class defines the basic event exception. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.core.event | |
ApplicationAssembler
This interface defines an ApplicationAssembler. |
|
BaseEvent
This interface defines the methods needed to implement a BaseEvent |
|
BaseEventListener
This class defines the methods for Event listeners |
|
ClientSideRedirectException
This class defines a ClientSideRedirectException...throwing this will cause the ApplicationGateway to redirect the browser to the new Event. |
|
ControlEvent
This defines a basic event, representing some kind of Control function (it's basically just saying "Hey something happened, tell everyone who cares"). |
|
ControlEventContext
This interface extends the EventContext to provide access to the HttpServletRequest. |
|
DefaultBaseEvent
This is the default implementation for the BaseEvent interface. |
|
DefaultDispatchQueue
The DispatchQueue as a relatively shortlived structure...the Queue would be created by the dispatcher, and it would be discarded when the events have been delivered. |
|
DispatcherFactory
This interface defines the methods needed to create an instance of an event dispatcher |
|
DispatchQueue
This interface defines the methods needed to implement a DispatchQueue |
|
EventBroker
This interface defines the methods needed to implement an EventBroker |
|
EventContext
This interface defines the event context. |
|
EventDispatcher
This interface defines the methods needed to implement an EventDispatcher |
|
EventException
This class defines the basic event exception. |
|
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
|
EventPool
This indterface defines the methods needed to implement an EventPool |
|
Exceptional
This marker interface indicates an Event must be handled, and if it's not, the parent event should be dispatched. |
|
HttpResponseEvent
A HttpResponseEvent indicates that we received an HTTP Response. |
|
InvalidClassException
This class defines a InvalidClassException...it typically gets thrown when a Class is referenced that does not implement the type expected (ie. |
|
ListenerFactory
This interface defines the methods needed to be an ListenerFactory. |
|
NoAvailableEventsException
This class defines a NoAvailableEventsException...it gets thrown when there there are event handlers but none of them actually handle it |
|
Polymorphic
This interface indicates an Event is Polymorphic, in the sense that firing it causes parent events to be fired first. |
|
ViewEvent
This defines a basic View event, indicating some kind of response/view must be generated. |
|
ViewEventContext
This interface extends the ControlEventContext to provide access to the HttpServletResponse object as well. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.core.event.events | |
BaseEvent
This interface defines the methods needed to implement a BaseEvent |
|
ControlEvent
This defines a basic event, representing some kind of Control function (it's basically just saying "Hey something happened, tell everyone who cares"). |
|
DefaultBaseEvent
This is the default implementation for the BaseEvent interface. |
|
DefaultEventGateway
Default implementation of an EventGateway. |
|
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
|
Exceptional
This marker interface indicates an Event must be handled, and if it's not, the parent event should be dispatched. |
|
HttpRequestEvent
A HttpRequestEvent indicates that we received an HTTP Request. |
|
HttpResponseEvent
A HttpResponseEvent indicates that we received an HTTP Response. |
|
Polymorphic
This interface indicates an Event is Polymorphic, in the sense that firing it causes parent events to be fired first. |
|
ViewEvent
This defines a basic View event, indicating some kind of response/view must be generated. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.core.event.helper | |
BaseEvent
This interface defines the methods needed to implement a BaseEvent |
|
BaseEventListener
This class defines the methods for Event listeners |
|
DefaultBaseEventListener
This class provides the default implementation for a BaseEventListener. |
|
DefaultListenerFactory
This class provides the default implementaion for a ListenerFactory Note that a factory is responsible for ensuring threadsafety within the underlying listener, so the factory should either return a new instance of the listener OR keep one static synchronized instance and return that instead. |
|
EventException
This class defines the basic event exception. |
|
ListenerFactory
This interface defines the methods needed to be an ListenerFactory. |
|
ViewEventContext
This interface extends the ControlEventContext to provide access to the HttpServletResponse object as well. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.core.helper.servlet | |
LongRunning
This interface indicates an EventHandler takes a long time to run. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.core.util.http | |
ControlEventContext
This interface extends the EventContext to provide access to the HttpServletRequest. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.core.util.l10n | |
EventContext
This interface defines the event context. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.core.util.srv | |
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.examples | |
ApplicationGateway
The application gateway is responsible for a number of things. |
|
DefaultEventGateway
Default implementation of an EventGateway. |
|
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.examples.ex1 | |
DefaultEventGateway
Default implementation of an EventGateway. |
|
EventException
This class defines the basic event exception. |
|
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.examples.ex3 | |
DefaultEventGateway
Default implementation of an EventGateway. |
|
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.examples.ex4 | |
BaseEventListener
This class defines the methods for Event listeners |
|
DefaultEventGateway
Default implementation of an EventGateway. |
|
DefaultListenerFactory
This class provides the default implementaion for a ListenerFactory Note that a factory is responsible for ensuring threadsafety within the underlying listener, so the factory should either return a new instance of the listener OR keep one static synchronized instance and return that instead. |
|
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
|
ListenerFactory
This interface defines the methods needed to be an ListenerFactory. |
Classes in org.barracudamvc.core.event used by org.barracudamvc.examples.xmlc | |
DefaultEventGateway
Default implementation of an EventGateway. |
|
EventGateway
An EventGateway simply represents a gateway to a set of event handlers within a system. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |