注意,実行する方法は静的である必要があります
<%...@ taglib uri=" http://hxex.cn/vote " prefix="vote" %>
${vote.name}
${vote.title}
${vote:votetype(vote.votetype)}
${vote:pictype(vote.pictype)}
修正投票
删除投票
修正选项
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">
<表示名>投票表示名>
<機能>
<関数クラス>cn.hxex.vote.util.VoteFunction関数クラス>
関数>
<機能>
<関数クラス>cn.hxex.vote.util.VoteFunction関数クラス>
関数>
<機能>
<関数クラス>cn.hxex.vote.util.VoteFunction関数クラス>
関数>
<機能>
<関数クラス>cn.hxex.vote.util.VoteFunction関数クラス>
関数>
タグリブ>
パッケージ cn.hxex.vote.util;
パブリック クラス VoteFunction ...{
public static String votetype(String votetype)...{
return SelectConst.getVoteTypeTitle(votetype);
}
public static String votetypeoptions(String defaultValue)...{
SelectConst.getVoteTypeOptions(defaultValue) を返します。
}
public static String pictype(String pictype)...{
selectConst.getPicTypeTitle(pictype) を返します。
}
public static String pictypeoptions(String defaultValue)...{
SelectConst.getPicTypeoptions(defaultValue) を返します。
}
}
http://blog.csdn.net/daryl715/archive/2007/02/11/1507387.aspx