| 123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="GBK" ?>
- <!DOCTYPE taglib
- PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
- "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
- <taglib>
- <tlibversion>1.0</tlibversion>
- <jspversion>1.1</jspversion>
- <shortname>j2ee</shortname>
- <uri>http://fzywtx.com/jsp/yw/author</uri>
- <info>
- 权限判断
- </info>
- <tag>
- <name>isAuthor</name>
- <tagclass>com.yw.core.common.tld.AuthorTag</tagclass>
-
- <!-- 属性 -->
- <attribute>
- <name>key</name>
- <required>true</required>
- <rtexprvalue>true</rtexprvalue>
- </attribute>
- </tag>
- </taglib>
|