JSP和自定义标签库。
This task is perfect for a custom tag library.
这个任务最适合于定制标记库。
The TLD file for our XSS custom tag library, is shown in Listing 1.
清单1显示了我们的xss定制标记库的tld文件。
The fourth and final set of JSTL actions is the SQL custom tag library.
JSTL第4个也是最后一个操作是sql定制标记库。
What better name is there for our custom tag library besides naming it XSS?
除了将我们的定制标记库命名为 XSS 之外,还有什么更好的叫法吗?
The following scenario illustrates how the custom tag library would be used.
以下方案说明了如何使用定制标记库。
Next, we add a JSP declaration to any page that will need to use the custom tag library.
然后,将JSP声明加入到所有需要使用自定义标记库的页面中。
Also contains functions that implement a custom tag library (see generalstore-taglib.tld).
还包含实现自定义标记库的功能(请参见generalstore - taglib . tld)。
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.
xss定制标记库是Web应用程序的一部分,它作为附加文件打包到Web应用程序的WAR文件中,如下所示。
As I mentioned before, the concept you're working With When it comes to authoring a custom tag library is that tag design is language design.
正如自己前面提到的概念,你的工作就创作自界说标签库,标签设计言语设计。
Although there are dozens and dozens of tag libraries available in the public domain, the industry has rallied around one particular custom tag library.
尽管在公共域有数十种库,不过业界汇集了一个特定的自定义库。
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.
我们还演示了当网站使用简单的定制标记库正确编码动态内容时,可以消除大多数攻击。
The Struts framework includes an extensive custom tag library that facilitates user interfaces that are fully internationalized and interact gracefully with ActionForm beans.
Struts框架包含有扩展的自定义标签库,这个库能帮助用户界面国际化更为全面并能非常适度地与ActionFor m组件相互作用。
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定制标记库正确编码的,并且能避免攻击。
Next month, we'll start talking about JSP custom tags and the JSP Standard tag Library (JSTL).
下个月,我们将开始讲述JS p自定义标记和JSP标准标记库(JSTL)。
The use of a custom tag and associated tag library would allow the example above to be converted to that shown in Listing 6.
使用自定义标记和相关的标记库允许把以上示例转换为清单6所示的内容。
Our "custom" fitted tag library.
我们“定制的”合适的标记库。
The JSP Standard tag Library (JSTL) went a long way toward helping me get beyond my evil ways, but writing my own custom JSP tags was another issue altogether.
JPS标准标记库(JSP Standard Tag Library,JSTL)在这方面帮助了我很多,但是编写我自己的自定义JSP标记则完全是另一回事。
Now all you have to do is create a TLD (tag Library Descriptor) file to register your custom tag, as shown in Listing 4.
现在要做的全部工作就是创建一个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.
现在要做的全部工作就是创建一个TLD(标记库描述符)文件,以登记定制标记,如清单4所示。
应用推荐