public class TagDirImplicitTagLibrary extends TagLibrary
| Constructor and Description |
|---|
TagDirImplicitTagLibrary(File dir)
Creates a new instance of TagDirImplicitTagLibrary
|
| Modifier and Type | Method and Description |
|---|---|
protected static Element |
createRootTaglibNode(Document result,
String path)
Creates an implicit tag library root node, with default values.
|
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 TagDirImplicitTagLibrary(File dir)
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.