Package lcanals.tc.web.event

Events of the application.

See:
          Description

Interface Summary
EventHandler Interface for the handlers of web events.
 

Class Summary
AbstractEventHandler Base class for event handlers.
ErrorEvent Redirect to error page.
 

Exception Summary
EventHandlerException Exception thrown when an EventHandler does any incorrect operation.
 

Package lcanals.tc.web.event Description

Events of the application. Events process the request and forward to the response page. They set and use core objects.

factory object is taken from application context. Throught this object, core objects are created. EventHandlers must be ready to deal with any kind of implementation of this core objects (for this reason, only interfaces from lcanals.tc.core package are used). Thanks to this, we can use different implementations for different underlying persistence methods.

Here it's a UML class diagram for the event package:



Luis F. Canals. Supported by www.sourceforge.net