IJspTaglibDirective Interface

com.bea.ide.lang.jsp
IJspTaglibDirective Interface

public interface IJspTaglibDirective

    extends IJspDirective

Interface representing a <%@taglib...%> directive in a JSP document.


All Superinterfaces
IDOMElement, IDOMNode, IJspDirective

Method Summary

public String
getPrefix()
Returns the value of the "prefix" attribute in this directive.
public TagLibraryInfo
getTagLibraryInfo()
Returns the TagLibraryInfo object that this taglib directive refers to.
public String
getURI()
Returns the value of the "uri" attribute in this directive.
 
Methods from interface com.bea.ide.lang.jsp.IDOMElement
getAttribute, getAttributeForDisplay, getAttributeNode, getAttributes, getTagName, isAttributeEditable, removeAttribute, setAttribute, setAttributeFromDisplay, validateAttribute
 
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
   

Method Detail

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.