📄 session.tld
字号:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
<!-- a tab library descriptor -->
<taglib>
<tlibversion>1.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>sessionUtils</shortname>
<info>
This tag library contains JSP tag extension utilities for
working with sessions.
</info>
<tag>
<name>list</name>
<tagclass>examples.jsp.tagext.session.ListTag</tagclass>
<teiclass>examples.jsp.tagext.session.ListTagExtraInfo</teiclass>
<bodycontent>JSP</bodycontent>
<info>
Cycles through each attribute in the page session,
evaluating the body once for each attribute and making
the name/value pairs available as scripting variables
"name" and "value" respectively within the nested body.
</info>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -