注意,实现的方法必须是静态的
<%...@ taglib uri=" http://hxex.cn/vote " prefix="vote" %>
<c:forEach var="vote" items="${votes}">
<tr>
<td>${vote.name}</td>
<td>${vote.title}</td>
<td>${vote:votetype(vote.votetype)}</td>
<td>${vote:pictype(vote.pictype)}</td>
<td align="center">
<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:สำหรับแต่ละ>
<?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>
<ชื่อย่อ>โหวต</ชื่อย่อ>
<uri>http://hxex.cn/vote</uri>
<ฟังก์ชั่น>
<ชื่อ>ประเภทการโหวต</ชื่อ>
<function-class>cn.hxex.vote.util.VoteFunction</function-class>
<function-signature>java.lang.String votetype(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 votetypeoptions(java.lang.String)</function-signature>
</ฟังก์ชั่น>
<ฟังก์ชั่น>
<ชื่อ>ตัวเลือกรูปภาพ</ชื่อ>
<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;
VoteFunction ชั้นเรียนสาธารณะ ...{
ประเภทโหวตสตริงคงที่สาธารณะ (ประเภทโหวตสตริง)...{
กลับ SelectConst.getVoteTypeTitle (ประเภทโหวต);
-
ตัวเลือกการโหวตสตริงแบบคงที่สาธารณะ (String defaultValue) ... {
กลับ SelectConst.getVoteTypeOptions (ค่าเริ่มต้น);
-
pictype สตริงสาธารณะแบบคงที่ (String pictype) ... {
กลับ SelectConst.getPicTypeTitle (pictype);
-
ตัวเลือก pictype สตริงคงที่สาธารณะ (String defaultValue) ... {
กลับ SelectConst.getPicTypeoptions (defaultValue);
-
-
http://blog.csdn.net/daryl715/archive/2007/02/11/1507387.aspx