session.tld

来自「java的一系列产品中包括jsme,jmse,j2ee,本文件提供j2ee实现的」· TLD 代码 · 共 31 行

TLD
31
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?