|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.portal.utils.xml.v1.DefaultNodeHandler
|
+--oracle.portal.provider.v1.ProviderNodeHandler
This class contains methods for processing an XML provider registry. The main entry point is processNode which recursively processes the XML nodes in the XML document.
| Constructor Summary | |
ProviderNodeHandler()
|
|
| Method Summary | |
void |
invokePreInitialize(java.lang.Object o,
java.lang.Object parent)
Performs any steps required to initialize an application object after it has been created, perhaps relating the new object to its parent. |
| Methods inherited from class oracle.portal.utils.xml.v1.DefaultNodeHandler |
getApplicationObjectForElement,
getHandlerForElement,
handleSimpleElement,
invokePostInitialize,
processNode |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ProviderNodeHandler()
| Method Detail |
public void invokePreInitialize(java.lang.Object o,
java.lang.Object parent)
throws NodeHandlerException
preInitialize method with the parent object as an argument,
if it implements InitializableXMLObject. Users should override
if there are further actions to be performed on their application
objects.o - the application object to be initializedparent - the application object that will become this object's parent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||