IJspTaglibDirective Interface
- public interface IJspTaglibDirective
extends IJspDirective
Interface representing a <%@taglib...%>
directive in a JSP document.
-
All Superinterfaces
-
IDOMElement
, IDOMNode
, IJspDirective
Methods from interface com.bea.ide.lang.jsp.IDOMNode |
appendChild , decodeNodeValue , encodeNodeValue , getChildCount , getChildNode , getFirstChild , getLastChild , getNodeName , getNodeValue , getOwnerDocument , getParentNode , insertAfter , insertBefore , isReadOnly , matches , nextSibling , normalize , previousSibling , reformat , removeChild , setNodeValue
|
getPrefix() Method
public String
getPrefix()
Returns the value of the "prefix" attribute in this directive.
getTagLibraryInfo() Method
public TagLibraryInfo
getTagLibraryInfo()
Returns the TagLibraryInfo
object that this taglib directive
refers to.
This method will return null if the tag library cannot be found.
getURI() Method
public String
getURI()
Returns the value of the "uri" attribute in this directive.