author.tld 688 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="GBK" ?>
  2. <!DOCTYPE taglib
  3. PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
  4. "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
  5. <taglib>
  6. <tlibversion>1.0</tlibversion>
  7. <jspversion>1.1</jspversion>
  8. <shortname>j2ee</shortname>
  9. <uri>http://fzywtx.com/jsp/yw/author</uri>
  10. <info>
  11. 权限判断
  12. </info>
  13. <tag>
  14. <name>isAuthor</name>
  15. <tagclass>com.yw.core.common.tld.AuthorTag</tagclass>
  16. <!-- 属性 -->
  17. <attribute>
  18. <name>key</name>
  19. <required>true</required>
  20. <rtexprvalue>true</rtexprvalue>
  21. </attribute>
  22. </tag>
  23. </taglib>