|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.ide.extension.ElementVisitor
javax.ide.extension.ExtensionHook
oracle.jdeveloper.jsp.libraries.JspLibrariesHandler
public class JspLibrariesHandler
Field Summary |
---|
Fields inherited from class javax.ide.extension.ExtensionHook |
---|
KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNS |
Fields inherited from class javax.ide.extension.ElementVisitor |
---|
KEY_LOCATOR |
Constructor Summary | |
---|---|
JspLibrariesHandler() |
Method Summary | |
---|---|
void |
addinsLoaded(IdeEvent e) Called in the Ide startup sequence after all the addins are loaded. |
static boolean |
checkJar(java.net.URL absWarLibraryURL, java.lang.String tldfileJarName) checks whether the jar file is contained in the war library. |
void |
end(ElementEndContext context) Visit the end tag of an xml element. |
static java.util.Map<java.lang.String,WarInfo> |
getSharedWLLibraries() |
static java.lang.String |
getTldFileJarName(java.net.URL tldLocation) Returns the the jar file name which contains the tld file |
void |
mainWindowClosing(IdeEvent e) Called in the Ide shutdown sequence just before the UI is dismissed |
void |
mainWindowOpened(IdeEvent e) Called in the Ide startup sequence after the UI is shown. |
void |
start(ElementStartContext context) Handle the start of an XML element. |
Methods inherited from class javax.ide.extension.ExtensionHook |
---|
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocation |
Methods inherited from class javax.ide.extension.ElementVisitor |
---|
getClassLoader, getResourceBundle, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspLibrariesHandler()
Method Detail |
---|
public void start(ElementStartContext context)
start
in class ElementVisitor
context
- a context object.public void end(ElementEndContext context)
ElementVisitor
This implementation does nothing.
end
in class ElementVisitor
context
- information about the xml end tag.public void addinsLoaded(IdeEvent e)
addinsLoaded
in interface IdeListener
e
- the eventpublic void mainWindowOpened(IdeEvent e)
mainWindowOpened
in interface IdeListener
e
- the eventpublic void mainWindowClosing(IdeEvent e)
mainWindowClosing
in interface IdeListener
e
- the eventpublic static java.util.Map<java.lang.String,WarInfo> getSharedWLLibraries()
public static java.lang.String getTldFileJarName(java.net.URL tldLocation)
tldLocation
- the location of the tld file .public static boolean checkJar(java.net.URL absWarLibraryURL, java.lang.String tldfileJarName)
absWarLibraryURL
- absulote URL of war library.tldfileJarName
- the Jar file name .
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |