Movatterモバイル変換


[0]ホーム

URL:


         


Class TagLibraryInfo

java.lang.Object  |  +--javax.servlet.jsp.tagext.TagLibraryInfo

public abstract classTagLibraryInfo
extends java.lang.Object

Translation-time information associated with a taglib directive, and its underlying TLD file. Most of the information is directly from the TLD, except for the prefix and the uri values used in the taglib directive


info
           
jspversion
           
prefix
           
shortname
           
tags
           
tlibversion
           
uri
           
urn
           
 
TagLibraryInfo(java.lang.String prefix, java.lang.String uri)
          Constructor.
 
getInfoString()
          Information (documentation) for this TLD.
getPrefixString()
          The prefix assigned to this taglib from the<%taglib directive
getReliableURN()
          The "reliable" URN indicated in the TLD.
getRequiredVersion()
          A string describing the required version of the JSP container.
getShortName()
          The preferred short name (prefix) as indicated in the TLD.
getTag(java.lang.String shortname)
          Get the TagInfo for a given tag name, looking through all the tags in this tag library.
getTags()
          An array describing the tags that are defined in this tag library.
getURI()
          The value of the uri attribute from the<%@ taglib directive for this library.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

prefix

protected java.lang.Stringprefix

uri

protected java.lang.Stringuri

tags

protectedTagInfo[]tags

tlibversion

protected java.lang.Stringtlibversion

jspversion

protected java.lang.Stringjspversion

shortname

protected java.lang.Stringshortname

urn

protected java.lang.Stringurn

info

protected java.lang.Stringinfo

TagLibraryInfo

protectedTagLibraryInfo(java.lang.String prefix,                         java.lang.String uri)
Constructor. This will invoke the constructors for TagInfo, and TagAttributeInfo after parsing the TLD file.
Parameters:
prefix - the prefix actually used by the taglib directive
uri - the URI actually used by the taglib directive

getURI

public java.lang.StringgetURI()
The value of the uri attribute from the<%@ taglib directive for this library.

getPrefixString

public java.lang.StringgetPrefixString()
The prefix assigned to this taglib from the<%taglib directive

getShortName

public java.lang.StringgetShortName()
The preferred short name (prefix) as indicated in the TLD. This may be used by authoring tools as the preferred prefix to use when creating an include directive for this library.

getReliableURN

public java.lang.StringgetReliableURN()
The "reliable" URN indicated in the TLD. This may be used by authoring tools as a global identifier (the uri attribute) to use when creating a taglib directive for this library.

getInfoString

public java.lang.StringgetInfoString()
Information (documentation) for this TLD.

getRequiredVersion

public java.lang.StringgetRequiredVersion()
A string describing the required version of the JSP container.

getTags

publicTagInfo[]getTags()
An array describing the tags that are defined in this tag library.

getTag

publicTagInfogetTag(java.lang.String shortname)
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
Parameters:
shortname - The short name (no prefix) of the tag

         


[8]ページ先頭

©2009-2025 Movatter.jp