JSP tags, tag libraries, and tag library descriptors.
JSP标记、标记库和标记库描述符。
The JSP custom tag libraries are a collection of actions presented as tags.
JSP定制标记库是用标记表示的一组行为的集合。
The tag libraries support bidirectional data flow between Lotus Domino and WebSphere.
标签库支持LotusDomino和WebSphere之间的双向数据流动。
JSP advocates are quick to let you know that JSP tag libraries can help you avoid this problem.
JSP的拥护者会很快告诉您JS p标记库可以帮助您避免这个问题。
In Listing 1, the first few lines set up the tag libraries that will be active within the page.
在清单1中,前几行设置将在页面中处于活动状态的标记库。
In the "Insert Custom Tag" dialog, under Tag libraries in document, select /WEB-INF/struts-bean.tld .
在“InsertCustomTag”对话框中,在文档中的 Tag库中选择 /WEB-INF/struts-bean.tld。
Of further benefit is the existence of the standard set of custom tag libraries defined within the JSTL.
更好的是在JSTL中已存在一组已定义的标准的自定义标记库。
In this series, we have examined the capabilities of the four JSTL custom tag libraries and their usage.
在本系列中,我们讨论了4个JSTL定制标记库的功能及它们的使用。
The application you'll develop uses the Spring tag libraries mainly to bind forms with a command object.
要开发的应用程序将主要使用Spring标记库把表单与命令对象绑定在一起。
In the second article, we will discuss in detail how to use the Domino tag libraries to create dynamic JSPs.
在第二篇文章中,我们将详细讨论如何使用Domino标签库创建动态jsp。
JSP pages, however, with their mix of code and custom tag libraries, cannot function well in this environment.
然而,由于jsp页面将代码和自定义标记库相混合,因此无法在这种环境下良好地工作。
This ensures that the appropriate portlet tag libraries are initialized and used in the JSF presentation.
这样能保证合适的portlet标记符被初始化,并用于JSF 表示中。
To use the tag libraries, you must have intimate knowledge of the Domino architecture and the database design.
要使用标签库,必须非常熟悉Domino架构和数据库设计。
JSP custom tags can be written by anyone and then supplied for use by JSP authors, in the form of tag libraries.
任何人都可以编写JS p自定义标记,然后以标记库的形式将其提供给JSP创建者使用。
Also, since JSF components are exposed as tag libraries, we've looked at some of the source for the XHTML pages.
同时,由于JSF组件公开为标记库,因此我们查看了一些xhtml页面的源代码。
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标记库。
In the second window of the wizard (see Figure 4), select the Struts and JSP Tag Libraries options, then click Finish.
在向导的第二个窗口(见图4),选择Struts和JSPTag Libraries选项,然后点击Finish。
The point here is that more so than XMLC, JSP technology can achieve its goals, by only allowing tag libraries, for example.
这里的重点是,JSP技术实现目标的能力远远超过XMLC,例如,仅仅是允许标记库这一项就比 XMLC 强很多。
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标记库。
In addition, there is a standard facility that developers can use to define their own tags, which are organized into custom tag libraries.
另外,在自定义标签库中组织了一套标准的工具,开发者们可以使用这些工具来定义他们自己的标签。
Some knowledge of the J2EE concepts, such as JSPs, tag libraries, deployment descriptors, and packaging your Web applications in a.war file.
了解一些J2EE概念,如JSP、标签库、部署描述符以及如何将Web应用程序打包到.war文件中。
Lotus recognized the demand and responded by creating two tag libraries that abstract and encapsulate common Lotus Domino and J2EE functions.
Lotus了解到了这种需求,因此创建了两个标签库,它们对通用的LotusDomino和J2EE功能进行了抽象和封装。
The lib folder contains the Spring framework, Spring-related MVC libraries, and JSTL tag libraries and jar files required by the application.
lib文件夹包含应用程序需要的Spring框架、与Spring相关的mvc库以及JSTL标记库和jar文件。
You should include an application specific tag library in a portlet application only in the case when the standard tag libraries are not sufficient.
您只有在标准标记库不够用时,才需要在Portlet应用程序中包含特定于应用程序的标记库。
Tag libraries allow custom tags (for example, ) to be added to a JSP page, which at runtime are resolved into code fragments in, well, tag libraries.
标记库允许将自定义标记(例如 )添加到JSP页面,然后在运行时在标记库内将其解析为代码片段。
In fact, to avoid access to these native features, you will have to exercise great discipline in coding (using only EL, tag libraries, and the like).
事实上,为了避免访问这些固有的特性,您在编码中必须严格约束(只是使用EL、标签库和类似的特性)。
JSP tag files are the ideal solution for simplifying Web component development because they let you create custom tag libraries, using the JSP syntax.
JS p标记文件是简化We b组件开发的理想解决方案,因为它们允许使用jsp语法创建定制标记库。
The JSP page (see Listing 6) declares the used tag libraries, which are JSTL Core (prefix c) and the library of tag files (prefix da). The CityForm.jsp
JSP页面(见清单6)声明了所使用的标记库,它们是JSTLCore(前缀为c)和标记文件库(前缀为da)。
JSP pages are rarely well-formed XML documents, never mind conforming to XHTML, a markup language that doesn't allow the various JSP custom tag libraries.
JSP页面很少具有格式良好的XML文档,并且不重视是否符合XHTML,而 XHTML 这种标记语言并不允许使用各种 JSP自定义标记库。
And it is in those cases that JSP technology cannot help; JSP pages must always be evaluated at runtime to remove the JSP code scriptlets and tag libraries.
而JSP技术在这些情况下无能为力;Jsp页面必须始终在运行时进行处理,以去掉JSP代码scriptlets和标记库。
应用推荐