stockoutinfo-tag.tld
来自「基于jsp的物流信息管理系统」· TLD 代码 · 共 33 行
TLD
33 行
<?xml version="1.0" encoding="UTF-8"?>
<!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.2</tlibversion>
<jspversion>1.1</jspversion>
<shortname>StockOutInfo</shortname>
<!--show StockOutInfo taglib to common User -->
<tag>
<name>StockOutInfoUserTag</name>
<tagclass>com.logistic.taglib.StockOutInfoUser</tagclass>
<bodycontent>empty</bodycontent>
<attribute>
<name>method</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<!-- show StockOutInfo taglib to Administrator-->
<tag>
<name>StockOutInfoAdminTag</name>
<tagclass>com.logistic.taglib.StockOutInfoAdmin</tagclass>
<bodycontent>empty</bodycontent>
<attribute>
<name>method</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?