public abstract class TagLibrary extends Object
Constructor and Description |
---|
TagLibrary() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getPathDescription()
Returns a String that the user would recognize as a location for this
tag library.
|
abstract InputStream |
getResource(String path)
Returns an input stream for the given resource, or null if the
resource could not be found.
|
abstract Document |
getTLDDocument(DocumentBuilder documentBuilder)
Returns a Document of the effective tag library descriptor for this
tag library.
|
public abstract String getPathDescription()
public abstract Document getTLDDocument(DocumentBuilder documentBuilder) throws IOException, SAXException, ParserConfigurationException, TransformerConfigurationException, TransformerException, GeneratorException
public abstract InputStream getResource(String path) throws IOException
IOException
Copyright © 2003–2016 sun. All rights reserved.