public abstract class URLPathHandler extends ElementVisitor
ElementVisitor.ResourceBundleProviderKEY_LOCATOR| Constructor and Description | 
|---|
URLPathHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
end, getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProviderpublic void start(ElementStartContext context)
start in class ElementVisitorcontext - a context object.HandlerException - if an error occurred parsing the context.protected java.net.URL getDirPath(java.net.URL url)
protected java.net.URL getDirPath(ElementContext context)
protected void getURLPaths(URLPath newPath, java.lang.String text, java.net.URL localpath)