|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tlddoc.TagLibrary
public abstract class TagLibrary
Base class for a tag library source. Different tag libraries will locate resources, such as tag files, in different ways.
| Constructor Summary | |
|---|---|
TagLibrary()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagLibrary()
| Method Detail |
|---|
public abstract String getPathDescription()
public abstract Document getTLDDocument(DocumentBuilder documentBuilder)
throws IOException,
SAXException,
ParserConfigurationException,
TransformerConfigurationException,
TransformerException,
GeneratorException
IOException
SAXException
ParserConfigurationException
TransformerConfigurationException
TransformerException
GeneratorException
public abstract InputStream getResource(String path)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||