اتصل بنا
<%...@ taglib uri=" http://hxex.cn/vote " prefix="vote" %>
<c:forEach var="vote" items="${votes}">
<تر>
<td>${vote.name</td>
<td>${vote.title</td>
<td>${vote:votetype(vote.votetype)</td>
<td>${vote:pictype(vote.pictype)</td>
<td محاذاة = "المركز">
<a href="vote_update.jsp?id=${vote.id}">البريد الإلكتروني</a>
<a href="<%=context %>/deleteVote.do?id=${vote.id}">التصويت</a>
<a href="voteitem_updatein.jsp?id=${vote.id}">البريد الإلكتروني</a>
</TD>
</tr>
</c:forEach>
<?xml version="1.0" encoding="UTF-8" ?>
<taglib xmlns=" http://java.sun.com/xml/ns/j2ee "
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance "
xsi:schemaLocation=" http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd "
الإصدار = "2.0">
<description>مكتبة وظائف التصويت</description>
<display-name>التصويت</display-name>
<tlib-version>1.0</tlib-version>
<short-name>التصويت</short-name>
<uri>http://hxex.cn/vote</uri>
<وظيفة>
<الاسم>نوع التصويت</الاسم>
<function-class>cn.hxex.vote.util.VoteFunction</function-class>
<function-signature>java.lang.String voicetype(java.lang.String)</function-signature>
</وظيفة>
<وظيفة>
<الاسم>الصورة</الاسم>
<function-class>cn.hxex.vote.util.VoteFunction</function-class>
<function-signature>java.lang.String pictype(java.lang.String)</function-signature>
</وظيفة>
<وظيفة>
<الاسم>خيارات التصويت</الاسم>
<function-class>cn.hxex.vote.util.VoteFunction</function-class>
<function-signature>java.lang.String voicetypeoptions(java.lang.String)</function-signature>
</وظيفة>
<وظيفة>
<name>pictypeoptions</name>
<function-class>cn.hxex.vote.util.VoteFunction</function-class>
<function-signature>java.lang.String pictypeoptions(java.lang.String)</function-signature>
</وظيفة>
</taglib>
الحزمة cn.hxex.vote.util;
وظيفة التصويت للطبقة العامة ...{
نوع صوت السلسلة الثابتة العامة (نوع صوت السلسلة) ... {
return SelectConst.getVoteTypeTitle(votetype);
}
خيارات التصويت لسلسلة ثابتة عامة (القيمة الافتراضية للسلسلة) ... {
return SelectConst.getVoteTypeOptions(defaultValue);
}
سلسلة ثابتة عامة pictype(سلسلة pictype)...{
return SelectConst.getPicTypeTitle(pictype);
}
سلسلة ثابتة عامة pictypeoptions(String defaultValue)...{
return SelectConst.getPicTypeoptions(defaultValue);
}
}
http://blog.csdn.net/daryl715/archive/2007/02/11/1507387.aspx