|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xml.xsql.XSQLActionHandlerImpl
public abstract class XSQLActionHandlerImpl
Base Implementation of XSQLActionHandler that can be extended to create your own custom handlers.
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 Summary | |
|---|---|
XSQLActionHandlerImpl() |
|
| Method Summary | |
|---|---|
void |
init(XSQLPageRequest env, Element e)Initialize the Action Handler |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.xml.xsql.XSQLActionHandler |
|---|
handleAction |
| Constructor Detail |
|---|
public XSQLActionHandlerImpl()
| Method Detail |
|---|
public void init(XSQLPageRequest env,
Element e)
XSQLActionHandlerinit in interface XSQLActionHandlerenv - XSQLPageRequest objecte - DOM element representing the Action Element being handled
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.