public class JARTLDFileTagLibrary extends TagLibrary
| Constructor and Description |
|---|
JARTLDFileTagLibrary(File jar,
String tldPath)
Creates a new instance of JARTLDFileTagLibrary
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getPathDescription()
getPathDescription in class TagLibrarypublic InputStream getResource(String path) throws IOException
getResource in class TagLibraryIOExceptionpublic Document getTLDDocument(DocumentBuilder documentBuilder) throws IOException, SAXException, ParserConfigurationException, TransformerConfigurationException, TransformerException, GeneratorException
getTLDDocument in class TagLibraryIOExceptionSAXExceptionParserConfigurationExceptionTransformerConfigurationExceptionTransformerExceptionGeneratorExceptionCopyright © 2003-2013 sun. All Rights Reserved.