public abstract class AbstractLibraryHook extends ExtensionHook
ExtensionHook.URIResourceElementVisitor.ResourceBundleProviderATTRIBUTE_RSBUNDLE_CLASS, KEY_EXTENSION, KEY_RSBUNDLE_CLASS, MANIFEST_XMLNSKEY_LOCATOR| Constructor and Description | 
|---|
AbstractLibraryHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
addURLPath(ElementEndContext context, URLPath path)
Resolve the library path in the given element context. 
 | 
protected void | 
addURLPath(ElementEndContext context, URLPath path, boolean checkExistence)
Resolve the library path in the given element context. 
 | 
protected void | 
addURLPath(java.lang.String text, ElementEndContext context, URLPath path)
Resolve the library path in the given element context. 
 | 
protected void | 
addURLPath(java.lang.String text, ElementEndContext context, URLPath path, boolean checkExistence)
Resolve the library path in the given element context. 
 | 
findPath, getExtension, getProvider, getRSBundleClass, getSchemaLocation, resolvePath, setProvider, setSchemaLocationend, getAttributeHelper, getClassLoader, getMetaClassLoader, getResourceBundle, getResourceBundleProvider, getTextHelper, log, log, setResourceBundleProvider, startprotected void addURLPath(ElementEndContext context, URLPath path)
context - the element context for the path elementpath - the URL path where the resolved path is addedprotected void addURLPath(ElementEndContext context, URLPath path, boolean checkExistence)
context - the element context for the path elementpath - the URL path where the resolved path is addedcheckExistence - whether to check for existence of URL
protected void addURLPath(java.lang.String text,
              ElementEndContext context,
              URLPath path)
text - the text of the path to be resolvedcontext - the element context for the path elementpath - the URL path where the resolved path is added
protected void addURLPath(java.lang.String text,
              ElementEndContext context,
              URLPath path,
              boolean checkExistence)
text - the text of the path to be resolvedcontext - the element context for the path elementpath - the URL path where the resolved path is addedcheckExistence - whether to check for existence of URL