|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tlddoc.TagLibrary
com.sun.tlddoc.JARTLDFileTagLibrary
public class JARTLDFileTagLibrary
Tag library that gets its information from a TLD file in a JAR.
Constructor Summary | |
---|---|
JARTLDFileTagLibrary(java.io.File jar,
java.lang.String tldPath)
Creates a new instance of JARTLDFileTagLibrary |
Method Summary | |
---|---|
java.lang.String |
getPathDescription()
Returns a String that the user would recognize as a location for this tag library. |
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. |
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 JARTLDFileTagLibrary(java.io.File jar, java.lang.String tldPath)
Method Detail |
---|
public java.lang.String getPathDescription()
getPathDescription
in class TagLibrary
public java.io.InputStream getResource(java.lang.String path) throws java.io.IOException
getResource
in class TagLibrary
java.io.IOException
public 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
getTLDDocument
in class TagLibrary
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
javax.xml.transform.TransformerConfigurationException
javax.xml.transform.TransformerException
GeneratorException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |