单词 | JSTL | ||||||||
释义 | JSTL
更多释义 收起释义 例句释义: 全部 1. This code fragment can be reduced back to a single line by moving the JSTL code into a reusable tag file that outputs the element. 通过将JSTL代码移动到输出元素的可重用标记文件中,就可以将此代码片段缩减为一行。 www.ibm.com 2. The solution is to cache the code, possibly using JSTL to store the generated code within the JSP application scope as shown in Listing 5. 解决的方法就是缓存代码,比如用SJTL将生成的代码存储到JSPapplication作用域,如清单5所示。 www.ibm.com 3. Of further benefit is the existence of the standard set of custom tag libraries defined within the JSTL. 更好的是在JSTL中已存在一组已定义的标准的自定义标记库。 www.ibm.com 4. When combined with the JSTL tags, however, it enables complex behavior to be represented using a simple and convenient notation. 但是,与JSTL标记一起使用时,它就能使用简单而又方便的符号来表示复杂的行为。 www-128.ibm.com 5. When the var attribute is specified, no change is made to the JSP environment with respect to what time zone is used by any other JSTL tags. 当指定var属性时,对于任何其它JSTL标记使用什么时区,不会对JSP环境作任何更改。 www.ibm.com 6. The JSTL core library contains a variety of general-purpose custom tags that should be of use to a wide spectrum of JSP developers. JSTLcore库含有多种通用的定制标记,广大的JSP开发人员都会使用这些标记。 www.ibm.com 7. For now, the expression language is only available for specifying dynamic attribute values in JSTL custom tags. 目前,表达式语言仅可用于指定JSTL定制标记中的动态属性值。 www-128.ibm.com 8. JSTL EL provides considerable flexibility in writing your JSP code, and is a great addition to the core JSP language. JSTLEL可以相当灵活地写入JSP代码,是对核心JSP语言的有力补充。 www-128.ibm.com 9. To understand the JSTL examples, then, only these two classes are important. 这样,对于理解JSTL示例而言,只有这两个类比较重要。 www-128.ibm.com 10. Download the compressed file shown above (the Standard JSTL library link), and save it somewhere on your hard drive. 下载如上所示的压缩文件(标准JSTL库链接),并且将其保存到硬盘驱动器中的某个位置。 www.ibm.com 1. These steps are mirrored in the JSTL tags used for manipulating XML. 这些步骤都在用于控制XML的JSTL标记中反映出。 www.ibm.com 2. If no such header is present, then JSTL provides a set of JSP configuration variables you can set to specify a default locale. 如果没有提供这样的头,那么JSTL提供一组JSP配置变量,您可以设置这些变量以指定缺省的语言环境。 www.ibm.com 3. In addition to a rich set of tags, the JSTL defines its own expression language (EL). 除了一组丰富的标记外,JSTL还定义了自己的表达式语言(EL)。 www.ibm.com 4. First, JSTL is now defined in a separate specification from JSP tags. 首先,JSTL现在采用独立于JSP标记的规范来定义。 www-128.ibm.com 5. The custom tags in the JSTL fmt library provide straightforward access to the Java platform's internationalization API for JSP developers. JSTLfmt库的定制标记为JSP开发人员提供了一种对Java平台的国际化API的简单访问。 www.ibm.com 6. JSTL expressions also have no special meaning inside an HTML tag's attribute. jstl的表达,也没有特殊的意义,标记内的属性。 www.taody.com 7. 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表达式语言(expressionlanguage,EL)和core和fmt标记库。 www.ibm.com 8. JSTL extends this capability by providing additional actions for assigning and removing objects within these scopes. JSTL通过提供用于指定和除去这些作用域中的对象的附加操作来扩展这一能力。 www-128.ibm.com 9. I've also provided a brief intro to the JSTL and outlined the benefits of using it rather than creating all your custom tags from scratch. 我还简单介绍了JSTL并阐述了使用它而不是从头创建所有的自定义标记的好处。 www.ibm.com 10. This ensures that your JSTL tags will remain consistent, even as the JSP specification changes. 因此,即使JSP规范发生改动,也可以保证JSTL标记的一致性。 www-128.ibm.com 1. In the previous articles in this series, we discussed the JSTL and its expression language (EL). 在本系列的前几篇文章中,我们讨论了JSTL及其表达式语言(EL)。 www.ibm.com 2. While we ve learned about just one JSTL tag here, there are obviously quite a few more you should know about. 虽然我们在此学习了一个JSTL标记,但是很明显,您需要了解很多相关知识。 www-128.ibm.com 3. Display layers of data validation using JS, AJAX uses asynchronous submission display the data using JSTL tags. 显示层使用JS进行数据验证、使用AJAX实现异步提交、使用JSTL标签显示相关数据。 zhidao.baidu.com 4. Among other things, JSTL extends our capacity for working with scoped variables and implicit objects. JSTL扩展了我们使用具有作用域的变量和隐式对象的能力。 www-128.ibm.com 5. JSF tags support the JSTL expression language; JSP 2. 0 will fully support the JSTL expression language as well. JSF标记支持JSTL表达式语言;JSP2.0也将完全支持JSTL表达式语言。 www.ibm.com 6. To demonstrate the JSTL tags, we ll use examples from a working application for the remaining articles in this series. 为了演示JSTL标记,我们将使用来自一个工作应用程序的示例,本系列中余下的文章都将使用此应用程序。 www-128.ibm.com 7. The first step in displaying such localized content with JSTL is to specify the resource bundle. 用JSTL显示这样的本地化内容,第一步就是指定资源束。 www.ibm.com 8. The next JSTL library we'll discuss is the fmt library. 我们接下来将讨论的JSTL库是fmt库。 www.ibm.com 9. The fourth and final set of JSTL actions is the sql custom tag library. JSTL第4个也是最后一个操作是sql定制标记库。 www.ibm.com 10. The two JSTL tag library validators allow developers to enforce coding standards within their JSP applications. 两个JSTL标记库验证器允许开发人员在其JSP应用程序中强制使用编码标准。 www-128.ibm.com 1. Several of the "commons" libraries from Apache are available, such as the JSTL expression language tools and collection libraries. Apache的“Commons”中的多个库,例如JSTL表达式语言工具和集合库。 www.ibm.com 2. Defined initially as a main feature of JSTL, the expression language was later incorporated into the JSP 2. 0 standard. 表达式语言最初是JSTL的一个主要特性,后来合并到了JSP2.0标准。 www.ibm.com 3. Using JSTL over the core JSP tags offers several big advantages. 在核心JSP标记上使用JSTL有以下几大优势。 www-128.ibm.com 4. You can use the JSTL core out tag to display the parameters passed to JSPs in either the session or request objects. 您可以使用JSTLcoreout标记来显示传递给JSP的会话对象或请求对象中的参数。 www.ibm.com 5. JSTL provides tags for conditional and looping constructs. JSTL为条件及循环结构提供了标记。 www.ibm.com 6. This section shows how easily you can implement this with the help of JSTL and JSP tag files. 本节将展示如何借助JSTL和JSP标记文件轻松实现这一点。 www.ibm.com 7. Next month, we'll start talking about JSP custom tags and the JSP Standard Tag Library (JSTL). 下个月,我们将开始讲述JSP自定义标记和JSP标准标记库(JSTL)。 www.ibm.com 8. The first two lines include the taglib directives available to the JSP page, so that you can use the core and SQL JSTL tag libraries. 前两行包括可用于JSP页面的taglib指令,这样便可以使用core和SQLJSTL标记库。 www.ibm.com 9. The JSTL out tag has just one required attribute, the value attribute. JSTLout标记只具有一个必选属性,即value属性。 www.ibm.com 10. You'll use JSTL mainly to eliminate the looping Java code from the home page. 将主要使用JSTL来消除主页中的循环Java代码。 www.ibm.com 1. The custom tags in the JSTL fmt library fall into four major groupings. JSTLfmt库中的定制标记主要分成四组。 www.ibm.com 2. In the initial article of this series, you got your first look at JSTL. 通过阅读本系列的第一篇文章,您对JSTL有了初步的了解。 www.ibm.com 3. This section demonstrates how to implement the same input component, using JSTL and JSP tag files. 本节演示如何使用JSTL和JSP标记文件实现相同的输入组件。 www.ibm.com 4. The remaining tags in the JSTL core library focus on URLs. JSTLcore库中的其余标记主要是关于URL。 www.ibm.com 5. Is the final authority on the EL and the four JSTL tag libraries . 是关于EL和四个JSTL标记库的最终权威文本。 www.bing.com 6. Figure 2 shows sample page output corresponding to the JSTL code in Listing 7. 图2显示了清单7中JSTL程序代码的实例页面输出结果。 www.ibm.com 7. Project is home to the reference implementation for JSTL 1. 0. 项目是JSTL1.0参考实现的起源。 www-128.ibm.com 8. As we discussed earlier , JSTL 1. 0 Includes four custom tag libraries . 正如我们先前讨论的,JSTL1.0包括四个定制标记库。 www.bing.com 9. They are based on corresponding tags from the JSTL core library. 它们都基于JSTLcore库相应的标记。 www.ibm.com 10. 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页面变得更干净。 www.ibm.com 1. However, we are handling roles through JSTL, so we can define the constraint for all roles by adding the code in Listing 3. 不过,由于我们通过JSTL处理角色,因此我们可以通过添加清单3中的代码来为所有角色定义约束。 www.ibm.com 2. Standard JSTL library -- The current release is 1. 1. 2. 标准JSTL库——当前版本为1.1. www.ibm.com 3. Finally, you used the JSTL SQL tag library to issue queries against the Derby database you configured as a data source. 最后,您使用JSTLSQL标记库对被配置为数据源的Derby数据库发出查询。 www-128.ibm.com 4. As the final row of the table indicates, JSTL defines its own interface, 正如表的最后一行所指出的那样,JSTL定义了它自己的接口, www-128.ibm.com 5. The JSTL core library includes a second tag for managing scoped variables, JSTLcore库包含第二个用于管理限制了作用域的变量的标记, www-128.ibm.com 6. Any tag that supports JSTL expression language can now access the symbol variable using 任何支持JSTL表达式语言的标记现在都可以利用 www-128.ibm.com 7. The primary JSTL action for implementing iterative content is the 实现迭代内容的主要JSTL操作是 www-128.ibm.com 8. ideas used in struts evolved into jstl and jsf struts中使用的思想演变成了jstl和jsf。 www.ichacha.net 9. To illustrate the interaction of JSTL tags with the expression language, we will look at several of the tags from the JSTL 为了演示JSTL标记和表达式语言的交互,我们将研究几个来自JSTL www-128.ibm.com 10. The first JSTL custom tag we will consider is the 我们首先要考虑的JSTL定制标记是 www-128.ibm.com 1. is a good starting point to learn more about jstl 是深入了解jstl的不错的起点。 www.ichacha.net |
||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。