|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.jsp.libraries.JspLibraryTagHandler
Handler to prccess the jsp library xml tag which is read by the extension manager
Constructor Summary | |
JspLibraryTagHandler()
|
Method Summary | |
boolean |
load(org.w3c.dom.Element elm,
java.net.URL url,
boolean quiet)
Called by the Extension (Addin) Manager when the registered xml tag is read. |
boolean |
unload(org.w3c.dom.Element elm,
java.net.URL url,
boolean quiet)
Called by the Extension (Addin) Manager when the extension which "owns" the xml tag is deinitialized |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JspLibraryTagHandler()
Method Detail |
public boolean load(org.w3c.dom.Element elm, java.net.URL url, boolean quiet) throws ExtensionTagException
load
in interface ExtensionTagHandler
elm
- xml element that corresponds to he registered xml tagurl
- location of the jar file that the element has been read fromquiet
- if true
then a diagnostic message using
the Assert
class should be displayed with
the class name.
ExtensionTagException
public boolean unload(org.w3c.dom.Element elm, java.net.URL url, boolean quiet) throws ExtensionTagException
unload
in interface ExtensionTagHandler
elm
- xml element that corresponds to he registered xml tagurl
- location of the jar file that the element has been read fromquiet
- if true
then a diagnostic message using
the Assert
class should be displayed with
the class name.
ExtensionTagException
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.