DocumentTag.tld
资源名称:JSP-OA.rar [点击查看]
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:1k
源码类别:
Jsp/Servlet
开发平台:
Java
- <?xml version="1.0" encoding="gb2312" ?>
- <!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 tag library descriptor -->
- <taglib>
- <tlibversion>1.0</tlibversion>
- <jspversion>1.1</jspversion>
- <shortname>DocumentTag</shortname>
- <uri></uri>
- <info>DocumentTag</info>
- <tag>
- <name>DocumentTag</name>
- <tagclass>cn.js.fan.module.cms.DocumentTag</tagclass>
- <bodycontent>JSP</bodycontent>
- <info>DocumentTag</info>
- <attribute>
- <name>id</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- <attribute>
- <name>dirCode</name>
- <required>false</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- </taglib>