📄 index.html
字号:
<html><head><title>Standard: An Implementation of the JSP™ Standard Tag Library (JSTL)</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head><body bgcolor="#FFFFFF"><h1>Standard: An Implementation of the JSP™ Standard Tag Library (JSTL)</h1><p>Thanks for downloading the Standard Tag Library. We hope you find the tags, documents, and examples here of interest. We're curious to hear your feedback on this release. Please contact us at</p><pre> <a href="mailto:jsr-52-comments@jcp.org">jsr-52-comments@jcp.org</a></pre><p>with any comments you might have.</p><p>Included in this distibution:</p><h3>Documentation ('doc/web' directory)</h3><ul> <li><a href="GettingStarted.html">Getting Started</a>: A quick roadmap to help you get started with this release.</li> <li><a href="ReleaseNotes.html">Release Notes</a>: Release history of the Standard Taglib.</li> <li><a href="http://java.sun.com/products/jstl"> JSTL 1.0 Specification</a> developed by the JSR052 expert group under the <a href="http://www.jcp.org">Java Community Process</a>. <ul> <li>The specification is a formal description of the functionality and features of the JSTL 1.0 tag set.</li> </ul> <li>Sun's <a href="http://java.sun.com/products/jstl">JSTL web site</a> lists several books about JSTL that are available or will be available shortly.</li></ul><h3>Examples ('examples' directory)</h3><p> The standard-examples application included with this distribution demonstrates the current capabilities of JSTL, exploring idioms and usage patterns when appropriate.</p><h3>Implementation of JSTL ('src' and 'conf' directories)</h3><p> Every effort has been made to provide a functional, robust, and speedy implementation of JSTL. For developers, the code is commented thoroughly to help provide an understanding of design considerations and salient implementation details.</p><p> Classes in any of the subpackages of javax.servlet.jsp.jstl represent JSTL API classes. Classes under org.apache.* represent implementation classes. The implementation's package structure is organized as follows:</p><pre> org.apache.taglibs.standard .tag tag handlers and routines related to them .common handlers and support routines common for RT/EL attributes .core core library (common) .fmt i18n-capable formatting tags (common) .xml XML manipulation library (common) .sql SQL library (common) .el handlers specific to expression language (EL) evaluation .core core library (EL) .fmt i18n-capable formatting tags (EL) .xml XML manipulation library (EL) .sql SQL library (EL) .rt handlers specific to rtexprvalue (rt) evaluation .core core library (rt) .fmt i18n-capable formatting tags (rt) .xml XML manipulation library (rt) .sql SQL library (rt) .tei TagExtraInfo classes (common to both libraries) .tlv TagLibraryValidator classes (and associated helpers) .lang expression-language support and implementation .support ExpressionEvaluator, ExpressionEvaluatorManager .jstl JSTL 1.0 expression language</pre><p> The <tt>javax.servlet.jsp.jstl.*</tt> tree is discussed in the JSTLspecification.</p><p>Enjoy!</p><pre> -- Shawn Bayern <bayern@essentially.net> (on behalf of <a href="mailto:jsr-52-comments@jcp.org">JSR-052 (JSTL) Expert Group</a>)</pre>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -