With all the prep work behind us, we're ready to use our custom tag within a JSP page.
我们完成了所有这些准备工作后,我们就可以在JSP 页面中使用我们的自定义标记了。
Listing 9. Test for a custom tag.
清单9.自定义标记的测试。
什么是自定义标记?
This task is perfect for a custom tag library.
这个任务最适合于定制标记库。
Associating a custom tag with a component.
把定制标记与组件关联。
Listing 8. Copyright notice with a custom tag.
清单8.使用自定义标记的版权声明。
To extend RSS basically means to add a custom tag.
说拓展rss基本上就是说添加自定义的标签。
So the example usage of this custom tag passes validation.
因此这个自定义标记的示例用法通过了验证。
The TLD file for our XSS custom tag library, is shown in Listing 1.
清单1显示了我们的xss定制标记库的tld文件。
Listing 1 shows what the handler of the custom tag should look like.
清单1展示了定制标记的处理函数是什么样的。
This API is used extensively when implementing JSP custom tag handlers.
这个API在实现JS p自定义标记处理程序时使用得非常多。
The fourth and final set of JSTL actions is the SQL custom tag library.
JSTL第4个也是最后一个操作是sql定制标记库。
Create a new partial template and a new custom tag to speed things along.
创建一个新的局部模板和一个新的定制标记,以加快进程。
What better name is there for our custom tag library besides naming it XSS?
除了将我们的定制标记库命名为 XSS 之外,还有什么更好的叫法吗?
The JSP custom tag libraries are a collection of actions presented as tags.
JSP定制标记库是用标记表示的一组行为的集合。
Listing 16 contains the rpc.tag file, which implements the custom tag.
清单16包含rpc. tag文件,该文件实现定制标记。
The following scenario illustrates how the custom tag library would be used.
以下方案说明了如何使用定制标记库。
Using custom tag libraries to construct the component tree in the view root.
使用自定义标签库在视图根中构造组件树。
Using the example below, we earlier looked at how custom tag validation worked.
以下面的代码为例,这是我们在前面了解自定义标记验证如何工作时所涉及的内容。
In that case, you want to design a custom tag that supports all these table types.
在这种情况下,就需要设计一个支持所有这些表格类型的自定义标记。
Thus, if the component already exists the custom tag will not modify its state.
因此,如果组件已经存在,自定义标签将不会修改它的状态。
The custom tag has two methods that return the component type and the renderer type.
定制标记有两个方法,分别返回组件类型和渲染器类型。
The issue was caused by a custom tag engine, that kept large object lists in memory.
问题是由自定义标签引擎引起的,它会在内存中存放大型对象列表。
It finds what it needs to know about a custom tag by reading metadata about the tag.
它通过读取标记的元数据来确定需要知道自定义标记的哪些信息。
It is similar to a custom tag you might find in JSPs, at least in terms of its syntax.
它与JS p中的定制标记相似,至少在语法方面是相似的。
Next, we add a JSP declaration to any page that will need to use the custom tag library.
然后,将JSP声明加入到所有需要使用自定义标记库的页面中。
Define a custom tag for table display and make your Web applications easier to manage.
为表格显示定义自定义标记并使Web应用程序更容易管理。
Also contains functions that implement a custom tag library (see generalstore-taglib.tld).
还包含实现自定义标记库的功能(请参见generalstore - taglib . tld)。
How does the JSP container know which attributes of a custom tag are required and which are not?
jsp容器如何知道自定义标记的哪些属性是必选的哪些是可选的?
The name and attributes of the custom tag are specified in the js.tld file (shown in Listing 19).
自定义标记的名称和属性是在js. tld文件中指定的(如清单19所示)。
应用推荐