|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbforms.event.EventEngine
public class EventEngine
This class is invoked by the Controller-Servlet. It parses a request to find out which Event(s) need to be instanciated. The fine-grained parsing (parsing of additional data, etc) is done by the WebEvent-Object itself (in order to hide complexity from this class and to keep the framework open for implementations of new Event-classes)
| Constructor Summary | |
|---|---|
EventEngine(HttpServletRequest request,
DbFormsConfig config)
Constructor. |
|
| Method Summary | |
|---|---|
AbstractWebEvent |
generatePrimaryEvent()
Generate the primary event object, depending on the data contained into the incoming http request object. |
Enumeration |
generateSecundaryEvents(Table actTable,
AbstractWebEvent exclude)
Generate secundary events (update events) |
Vector |
getInvolvedTables()
Get the involvedTables attribute of the EventEngine class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventEngine(HttpServletRequest request,
DbFormsConfig config)
request - the request objectconfig - the configuration object| Method Detail |
|---|
public Vector getInvolvedTables()
public AbstractWebEvent generatePrimaryEvent()
public Enumeration generateSecundaryEvents(Table actTable,
AbstractWebEvent exclude)
actTable - DOCUMENT ME!exclude - the parent web event (related to the main form)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||