这个任务最适合于定制标记库。
以下方案说明了如何使用定制标记库。
The following scenario illustrates how the custom tag library would be used.
JSP定制标记库是用标记表示的一组行为的集合。
The JSP custom tag libraries are a collection of actions presented as tags.
清单1显示了我们的xss定制标记库的tld文件。
The TLD file for our XSS custom tag library, is shown in Listing 1.
JSTL第4个也是最后一个操作是sql定制标记库。
The fourth and final set of JSTL actions is the SQL custom tag library.
在本系列中,我们讨论了4个JSTL定制标记库的功能及它们的使用。
In this series, we have examined the capabilities of the four JSTL custom tag libraries and their usage.
除了将我们的定制标记库命名为 XSS 之外,还有什么更好的叫法吗?
What better name is there for our custom tag library besides naming it XSS?
我们还演示了当网站使用简单的定制标记库正确编码动态内容时,可以消除大多数攻击。
We have also demonstrated that the majority of the attacks can be eliminated when a Web site uses a simple custom tag library to properly encode the dynamic content.
WebSpherePortalServer允许开发者实现和提供用户定义的定制标记库。
WebSphere Portal Server allows developers to implement and provide a user-defined customized tag library.
在下一个方案中,这个虚拟网站确保生成的页面是通过使用xss定制标记库正确编码的,并且能避免攻击。
In the next scenario, the hypothetical Web site ensures that the generated pages are properly encoded by using the XSS custom tag library and is able to protect itself from the attack.
xss定制标记库是Web应用程序的一部分,它作为附加文件打包到Web应用程序的WAR文件中,如下所示。
The XSS custom tag library, which is part of a Web application, is packaged as additional files into the Web application's WAR file as follows.
JS p标记文件是简化We b组件开发的理想解决方案,因为它们允许使用jsp语法创建定制标记库。
JSP tag files are the ideal solution for simplifying Web component development because they let you create custom tag libraries, using the JSP syntax.
除了开发者的定制标记库之外,PortalServer还实现Portal Server引擎所使用的一套标记库函数。
Besides the developer's customized tag library, Portal Server implements a set of tag library functions for use by the Portal Server engine.
应用程序服务器对JSP页面的动态编译也使得这些库中的定制标记可以用于作为调试工具。
Dynamic compilation of JSP pages by the application server also makes the custom tags in these libraries useful as debugging tools.
JSTLfmt库中的定制标记又会利用这些方法来自动地确定用户的语言环境,从而相应地调整它们的输出。
The custom tags in the JSTL FMT library in turn leverage these methods to automatically determine a user's locale and adjust their output accordingly.
我们还研究了由core库定义的定制标记。
We also examined the custom tags defined by the core library.
最后,除了提供用于生成和显示格式化数据的操作之外,fmt库还包含了用于解析面向数字和时间数据的定制标记。
Finally, in addition to providing actions for generating and displaying formatted data, the FMT library also includes custom tags for parsing numerical and time-oriented data.
JSTLfmt库中的定制标记主要分成四组。
The custom tags in the JSTL FMT library fall into four major groupings.
您还可以在数据库中使用定制标记来创建静态web页面。
You can also create static Web pages in the database using the custom tags.
我们“定制的”合适的标记库。
现在要做的全部工作就是创建一个TLD(标记库描述符)文件,以登记定制标记,如清单4所示。
Now all you have to do is create a TLD (tag Library Descriptor) file to register your custom tag, as shown in Listing 4.
JSTLcore库含有多种通用的定制标记,广大的JSP开发人员都会使用这些标记。
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开发人员都会使用这些标记。
The JSTL core library contains a variety of general-purpose custom tags that should be of use to a wide spectrum of JSP developers.
应用推荐