It implements JSTL 1.1 specifications from Sun.
它实现Sun的JSTL 1.1规范。
Other libraries: JAXB 2, JSTL, commons-logging.
其他程序库:JAXB2、JSTL、commons - logging。
JSTL provides tags for conditional and looping constructs.
JSTL为条件及循环结构提供了标记。
The remaining tags in the JSTL core library focus on URLs.
JSTLcore库中的其余标记主要是关于URL。
These steps are mirrored in the JSTL tags used for manipulating XML.
这些步骤都在用于控制XML的JSTL标记中反映出。
See Resources for more information on JSTL and the <c:url> tag.
请参阅参考资料,以了解关于 JSTL和 <c:url>标签的更多信息。
They are based on corresponding tags from the JSTL core library.
它们都基于JSTLcore库相应的标记。
The custom tags in the JSTL FMT library fall into four major groupings.
JSTLfmt库中的定制标记主要分成四组。
The JSTL out tag has just one required attribute, the value attribute.
JSTL out标记只具有一个必选属性,即value属性。
The base name for the bundle is set to app using the <fmt:bundle> JSTL tag.
用 <fmt:bundle>JSTL标签把绑定的基本名称设为app。
Figure 2 shows sample page output corresponding to the JSTL code in Listing 7.
图2显示了清单7中JSTL程序代码的实例页面输出结果。
If you omit the datasource attribute, then the JSTL default datasource is used.
如果您忽略了datasource属性,那么使用JSTL的缺省datasource。
Listing 5 USES the JSTL internationalization helper tag library (see Resources).
清单5使用了JSTL国际化辅助标签库(请参阅参考资料)。
In addition to a rich set of tags, the JSTL defines its own expression language (EL).
除了一组丰富的标记外,JSTL还定义了自己的表达式语言(EL)。
Next month, we'll start talking about JSP custom tags and the JSP Standard tag Library (JSTL).
下个月,我们将开始讲述JS p自定义标记和JSP标准标记库(JSTL)。
In the previous articles in this series, we discussed the JSTL and its expression language (EL).
在本系列的前几篇文章中,我们讨论了JSTL及其表达式语言(EL)。
The first step in displaying such localized content with JSTL is to specify the resource bundle.
用JSTL显示这样的本地化内容,第一步就是指定资源束。
This section shows how easily you can implement this with the help of JSTL and JSP tag files.
本节将展示如何借助JSTL和JSP标记文件轻松实现这一点。
This section demonstrates how to implement the same input component, using JSTL and JSP tag files.
本节演示如何使用JSTL和JSP标记文件实现相同的输入组件。
In this series, we have examined the capabilities of the four JSTL custom tag libraries and their usage.
在本系列中,我们讨论了4个JSTL定制标记库的功能及它们的使用。
Assuming the JSP is written using JSTL, here is an example of how to create the static URL for the JSP.
假设JSP是使用JSTL进行编写的,以下是如何为JSP创建静态url的示例?
Of further benefit is the existence of the standard set of custom tag libraries defined within the JSTL.
更好的是在JSTL中已存在一组已定义的标准的自定义标记库。
You'll find out how to make your JSP pages a lot cleaner using some tags from the JSTL and the Spring Tag Library.
您将了解如何使用一些来自JSTL和Spring标记库的标记使JSP页面变得更干净。
JSF tags support the JSTL expression language; JSP 2.0 will fully support the JSTL expression language as well.
JSF标记支持JSTL表达式语言;jsp 2.0也将完全支持JSTL表达式语言。
Download the compressed file shown above (the Standard JSTL library link), and save it somewhere on your hard drive.
下载如上所示的压缩文件(标准jstl库链接),并且将其保存到硬盘驱动器中的某个位置。
This article demonstrates how you can build customizable Web components, using JSP tag files and JSTL instead of JSF.
本文将演示如何使用JS p标记文件和JSTL构建可定制Web组件,而无需使用JSF。
Defined initially as a main feature of JSTL, the expression language was later incorporated into the JSP 2.0 standard.
表达式语言最初是JSTL的一个主要特性,后来合并到了JSP 2.0标准。
Because JSTL USES features only found in the JSP 1.2 specification, you'll need a JSP 1.2 container to use the library.
由于JSTL使用的只是JSP 1.2规范中的功能,所以您将需要一个JSP 1.2容器来使用该标记库。
You can use the JSTL core out tag to display the parameters passed to JSPs in either the session or request objects.
您可以使用JSTL coreout标记来显示传递给JSP的会话对象或请求对象中的参数。
So far in our tour of JSTL, we've examined the JSTL expression language (EL) and both the core and FMT tag libraries.
迄今为止,在我们的JSTL之旅中,我们讨论了JSTL表达式语言(expression language,EL)和core和fmt标记库。
应用推荐