Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.ide.extension
Class URLPathHandler

java.lang.Object
  extended by javax.ide.extension.ElementVisitor
      extended by oracle.ide.extension.URLPathHandler

public abstract class URLPathHandler
extends ElementVisitor

Abstract handler for URLPath values in the extension manifest.


Field Summary
 
Fields inherited from class javax.ide.extension.ElementVisitor
KEY_LOCATOR
 
Constructor Summary
URLPathHandler()
           
 
Method Summary
protected  java.net.URL getDirPath(ElementContext context)
           
protected  java.net.URL getDirPath(java.net.URL url)
           
protected  void getURLPaths(URLPath newPath, java.lang.String text, java.net.URL localpath)
           
 void start(ElementStartContext context)
          Handle the start of an XML element.
 
Methods inherited from class javax.ide.extension.ElementVisitor
end, getClassLoader, getResourceBundle, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLPathHandler

public URLPathHandler()
Method Detail

start

public void start(ElementStartContext context)
Handle the start of an XML element.

Overrides:
start in class ElementVisitor
Parameters:
context - a context object.
Throws:
HandlerException - if an error occurred parsing the context.

getDirPath

protected java.net.URL getDirPath(java.net.URL url)

getDirPath

protected java.net.URL getDirPath(ElementContext context)

getURLPaths

protected void getURLPaths(URLPath newPath,
                           java.lang.String text,
                           java.net.URL localpath)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.