⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 taglibraryinfo.html

📁 jsp doc sun java
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<DD>An array describing the tags that are defined in this tag library.<P><DL></DL></DL><HR><A NAME="tagFiles"><!-- --></A><H3>tagFiles</H3><PRE>protected <A HREF="../../../../javax/servlet/jsp/tagext/TagFileInfo.html" title="class in javax.servlet.jsp.tagext">TagFileInfo</A>[] <B>tagFiles</B></PRE><DL><DD>An array describing the tag files that are defined in this tag library.<P><DL><DT><B>Since:</B></DT>  <DD>2.0</DD></DL></DL><HR><A NAME="functions"><!-- --></A><H3>functions</H3><PRE>protected <A HREF="../../../../javax/servlet/jsp/tagext/FunctionInfo.html" title="class in javax.servlet.jsp.tagext">FunctionInfo</A>[] <B>functions</B></PRE><DL><DD>An array describing the functions that are defined in this tag library.<P><DL><DT><B>Since:</B></DT>  <DD>2.0</DD></DL></DL><HR><A NAME="tlibversion"><!-- --></A><H3>tlibversion</H3><PRE>protected java.lang.String <B>tlibversion</B></PRE><DL><DD>The version of the tag library.<P><DL></DL></DL><HR><A NAME="jspversion"><!-- --></A><H3>jspversion</H3><PRE>protected java.lang.String <B>jspversion</B></PRE><DL><DD>The version of the JSP specification this tag library is written to.<P><DL></DL></DL><HR><A NAME="shortname"><!-- --></A><H3>shortname</H3><PRE>protected java.lang.String <B>shortname</B></PRE><DL><DD>The preferred short name (prefix) as indicated in the TLD.<P><DL></DL></DL><HR><A NAME="urn"><!-- --></A><H3>urn</H3><PRE>protected java.lang.String <B>urn</B></PRE><DL><DD>The "reliable" URN indicated in the TLD.<P><DL></DL></DL><HR><A NAME="info"><!-- --></A><H3>info</H3><PRE>protected java.lang.String <B>info</B></PRE><DL><DD>Information (documentation) for this TLD.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="TagLibraryInfo(java.lang.String, java.lang.String)"><!-- --></A><H3>TagLibraryInfo</H3><PRE>protected <B>TagLibraryInfo</B>(java.lang.String&nbsp;prefix,                         java.lang.String&nbsp;uri)</PRE><DL><DD>Constructor. This will invoke the constructors for TagInfo, and TagAttributeInfo after parsing the TLD file.<P><DT><B>Parameters:</B><DD><CODE>prefix</CODE> - the prefix actually used by the taglib directive<DD><CODE>uri</CODE> - the URI actually used by the taglib directive</DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getURI()"><!-- --></A><H3>getURI</H3><PRE>public java.lang.String <B>getURI</B>()</PRE><DL><DD>The value of the uri attribute from the taglib directive for  this library.<P><DD><DL><DT><B>Returns:</B><DD>the value of the uri attribute</DL></DD></DL><HR><A NAME="getPrefixString()"><!-- --></A><H3>getPrefixString</H3><PRE>public java.lang.String <B>getPrefixString</B>()</PRE><DL><DD>The prefix assigned to this taglib from the taglib directive<P><DD><DL><DT><B>Returns:</B><DD>the prefix assigned to this taglib from the taglib directive</DL></DD></DL><HR><A NAME="getShortName()"><!-- --></A><H3>getShortName</H3><PRE>public java.lang.String <B>getShortName</B>()</PRE><DL><DD>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 taglib directive for this library.<P><DD><DL><DT><B>Returns:</B><DD>the preferred short name for the library</DL></DD></DL><HR><A NAME="getReliableURN()"><!-- --></A><H3>getReliableURN</H3><PRE>public java.lang.String <B>getReliableURN</B>()</PRE><DL><DD>The "reliable" URN indicated in the TLD (the uri element). This may be used by authoring tools as a global identifier to use when creating a taglib directive for this library.<P><DD><DL><DT><B>Returns:</B><DD>a reliable URN to a TLD like this</DL></DD></DL><HR><A NAME="getInfoString()"><!-- --></A><H3>getInfoString</H3><PRE>public java.lang.String <B>getInfoString</B>()</PRE><DL><DD>Information (documentation) for this TLD.<P><DD><DL><DT><B>Returns:</B><DD>the info string for this tag lib</DL></DD></DL><HR><A NAME="getRequiredVersion()"><!-- --></A><H3>getRequiredVersion</H3><PRE>public java.lang.String <B>getRequiredVersion</B>()</PRE><DL><DD>A string describing the required version of the JSP container.<P><DD><DL><DT><B>Returns:</B><DD>the (minimal) required version of the JSP container.<DT><B>See Also:</B><DD><A HREF="../../../../javax/servlet/jsp/JspEngineInfo.html" title="class in javax.servlet.jsp"><CODE>JspEngineInfo</CODE></A></DL></DD></DL><HR><A NAME="getTags()"><!-- --></A><H3>getTags</H3><PRE>public <A HREF="../../../../javax/servlet/jsp/tagext/TagInfo.html" title="class in javax.servlet.jsp.tagext">TagInfo</A>[] <B>getTags</B>()</PRE><DL><DD>An array describing the tags that are defined in this tag library.<P><DD><DL><DT><B>Returns:</B><DD>the TagInfo objects corresponding to the tags defined by this         tag library, or a zero length array if this tag library         defines no tags</DL></DD></DL><HR><A NAME="getTagFiles()"><!-- --></A><H3>getTagFiles</H3><PRE>public <A HREF="../../../../javax/servlet/jsp/tagext/TagFileInfo.html" title="class in javax.servlet.jsp.tagext">TagFileInfo</A>[] <B>getTagFiles</B>()</PRE><DL><DD>An array describing the tag files that are defined in this tag library.<P><DD><DL><DT><B>Returns:</B><DD>the TagFileInfo objects corresponding to the tag files defined         by this tag library, or a zero length array if this         tag library defines no tags files<DT><B>Since:</B></DT>  <DD>2.0</DD></DL></DD></DL><HR><A NAME="getTag(java.lang.String)"><!-- --></A><H3>getTag</H3><PRE>public <A HREF="../../../../javax/servlet/jsp/tagext/TagInfo.html" title="class in javax.servlet.jsp.tagext">TagInfo</A> <B>getTag</B>(java.lang.String&nbsp;shortname)</PRE><DL><DD>Get the TagInfo for a given tag name, looking through all the tags in this tag library.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>shortname</CODE> - The short name (no prefix) of the tag<DT><B>Returns:</B><DD>the TagInfo for the tag with the specified short name, or         null if no such tag is found</DL></DD></DL><HR><A NAME="getTagFile(java.lang.String)"><!-- --></A><H3>getTagFile</H3><PRE>public <A HREF="../../../../javax/servlet/jsp/tagext/TagFileInfo.html" title="class in javax.servlet.jsp.tagext">TagFileInfo</A> <B>getTagFile</B>(java.lang.String&nbsp;shortname)</PRE><DL><DD>Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>shortname</CODE> - The short name (no prefix) of the tag<DT><B>Returns:</B><DD>the TagFileInfo for the specified Tag file, or null         if no Tag file is found<DT><B>Since:</B></DT>  <DD>2.0</DD></DL></DD></DL><HR><A NAME="getFunctions()"><!-- --></A><H3>getFunctions</H3><PRE>public <A HREF="../../../../javax/servlet/jsp/tagext/FunctionInfo.html" title="class in javax.servlet.jsp.tagext">FunctionInfo</A>[] <B>getFunctions</B>()</PRE><DL><DD>An array describing the functions that are defined in this tag library.<P><DD><DL><DT><B>Returns:</B><DD>the functions defined in this tag library, or a zero         length array if the tag library defines no functions.<DT><B>Since:</B></DT>  <DD>2.0</DD></DL></DD></DL><HR><A NAME="getFunction(java.lang.String)"><!-- --></A><H3>getFunction</H3><PRE>public <A HREF="../../../../javax/servlet/jsp/tagext/FunctionInfo.html" title="class in javax.servlet.jsp.tagext">FunctionInfo</A> <B>getFunction</B>(java.lang.String&nbsp;name)</PRE><DL><DD>Get the FunctionInfo for a given function name, looking through all the functions in this tag library.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - The name (no prefix) of the function<DT><B>Returns:</B><DD>the FunctionInfo for the function with the given name, or null         if no such function exists<DT><B>Since:</B></DT>  <DD>2.0</DD></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/TagLibraryInfo.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../javax/servlet/jsp/tagext/TagInfo.html" title="class in javax.servlet.jsp.tagext"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../javax/servlet/jsp/tagext/TagLibraryValidator.html" title="class in javax.servlet.jsp.tagext"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="TagLibraryInfo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright &copy; 1999-2002 The Apache Software Foundation.  All Rights Reserved.</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -