public abstract class XSQLActionHandlerImpl extends java.lang.Object implements XSQLActionHandler
Includes a set of useful helper methods.
NOTE: If you extend this class and override the init() method, make sure to call:
super.init(env,e);
| Constructor and Description |
|---|
XSQLActionHandlerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(XSQLPageRequest env, Element e)
Initialize the Action Handler
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleActionpublic void init(XSQLPageRequest env, Element e)
XSQLActionHandlerinit in interface XSQLActionHandlerenv - XSQLPageRequest objecte - DOM element representing the Action Element being handled