|
|||||||||
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 java.lang.String |
getPathDescription()
Returns a String that the user would recognize as a location for this tag library. |
abstract java.io.InputStream |
getResource(java.lang.String path)
Returns an input stream for the given resource, or null if the resource could not be found. |
abstract org.w3c.dom.Document |
getTLDDocument(javax.xml.parsers.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 java.lang.String getPathDescription()
public abstract org.w3c.dom.Document getTLDDocument(javax.xml.parsers.DocumentBuilder documentBuilder) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, javax.xml.transform.TransformerConfigurationException, javax.xml.transform.TransformerException, GeneratorException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
javax.xml.transform.TransformerConfigurationException
javax.xml.transform.TransformerException
GeneratorException
public abstract java.io.InputStream getResource(java.lang.String path) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |