|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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:
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |