|
||||||||||
| 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(File jar,
String tldPath)
Creates a new instance of JARTLDFileTagLibrary |
|
| Method Summary | |
|---|---|
String |
getPathDescription()
Returns a String that the user would recognize as a location for this tag library. |
InputStream |
getResource(String path)
Returns an input stream for the given resource, or null if the resource could not be found. |
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 JARTLDFileTagLibrary(File jar,
String tldPath)
| Method Detail |
|---|
public String getPathDescription()
getPathDescription in class TagLibrary
public InputStream getResource(String path)
throws IOException
getResource in class TagLibraryIOException
public Document getTLDDocument(DocumentBuilder documentBuilder)
throws IOException,
SAXException,
ParserConfigurationException,
TransformerConfigurationException,
TransformerException,
GeneratorException
getTLDDocument in class TagLibraryIOException
SAXException
ParserConfigurationException
TransformerConfigurationException
TransformerException
GeneratorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||