📄 jiveforum.tld
字号:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!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.0</tlibversion>
<jspversion>1.1</jspversion>
<shortname>jf</shortname>
<uri>jiveforum.tld</uri>
<info>Jive Forum JSP Tag Library</info>
<tag>
<name>account</name>
<tagclass>com.coolservlets.forum.tags.AccountTag</tagclass>
<teiclass>com.coolservlets.forum.tags.AccountTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>Access or modify user account information</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>confirm</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>admin</name>
<tagclass>com.coolservlets.forum.tags.AdminUserTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Login as the admin user to view or modify account information
for a user that is not logged in.
</info>
</tag>
<tag>
<name>anonymous_user</name>
<tagclass>com.coolservlets.forum.tags.AnonymousUserTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Includes body of tag if user is anonymous.</info>
<attribute>
<name>value</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>authorize</name>
<tagclass>com.coolservlets.forum.tags.AuthorizeTag</tagclass>
<teiclass>com.coolservlets.forum.tags.AuthorizeTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>
Authorize Jive user and initialize forum, thread,
and message parameters.
</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>anonymous</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>create</name>
<tagclass>com.coolservlets.forum.tags.CreateTag</tagclass>
<teiclass>com.coolservlets.forum.tags.CreateTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>Create a new user account.</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>confirm</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>password</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>login</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>login</name>
<tagclass>com.coolservlets.forum.tags.LoginTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Login user using username and password.
Includes body of tag if login succeeded.
</info>
</tag>
<tag>
<name>logout</name>
<tagclass>com.coolservlets.forum.tags.LogoutTag</tagclass>
<bodycontent>empty</bodycontent>
<info>
Logout a user from Jive and sets their Authorization to an
anonymous user.
</info>
</tag>
<tag>
<name>member_of_group</name>
<tagclass>com.coolservlets.forum.tags.MemberOfGroupTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Includes body of tag if user is a member of group.</info>
<attribute>
<name>name</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>value</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>user</name>
<tagclass>com.coolservlets.forum.tags.UserTag</tagclass>
<teiclass>com.coolservlets.forum.tags.UserTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>Access public information about a user.</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>change_forum</name>
<tagclass>com.coolservlets.forum.tags.ChangeForumTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Changes to an alternate forum, used to post or move message to,
or use a different forum.
</info>
</tag>
<tag>
<name>forum</name>
<tagclass>com.coolservlets.forum.tags.ForumTag</tagclass>
<teiclass>com.coolservlets.forum.tags.ForumTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>Information about the current forum.</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>trackVisits</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>match</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>forum_loop</name>
<tagclass>com.coolservlets.forum.tags.ForumLoopTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Implement a loop for a list of forums</info>
<attribute>
<name>begin</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>end</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>match</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>match</name>
<tagclass>com.coolservlets.forum.tags.MatchTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Set forum extended property match</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>property</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>next_forum</name>
<tagclass>com.coolservlets.forum.tags.NextForumTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Includes body of tag if there is another forum following the current
forum in the list of available forums.
</info>
<attribute>
<name>value</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>prev_forum</name>
<tagclass>com.coolservlets.forum.tags.PrevForumTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Includes body of tag if there is a forum preceding the current
forum in the list of available forums.
</info>
<attribute>
<name>value</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>query</name>
<tagclass>com.coolservlets.forum.tags.QueryTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Create a query to use for selecting forum messages</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>property</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>change_thread</name>
<tagclass>com.coolservlets.forum.tags.ChangeThreadTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Changes to an alternate thread, used to view a different thread.
</info>
</tag>
<tag>
<name>move_thread</name>
<tagclass>com.coolservlets.forum.tags.MoveThreadTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Move a thread to a different forum.</info>
</tag>
<tag>
<name>next_thread</name>
<tagclass>com.coolservlets.forum.tags.NextThreadTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Includes body of tag if there is another thread following the current
thread in the current forum.
</info>
<attribute>
<name>value</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>prev_thread</name>
<tagclass>com.coolservlets.forum.tags.PrevThreadTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Includes body of tag if there is a thread preceding the current
thread in the current forum.
</info>
<attribute>
<name>value</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>thread</name>
<tagclass>com.coolservlets.forum.tags.ThreadTag</tagclass>
<teiclass>com.coolservlets.forum.tags.ThreadTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>Get the current thread data</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>thread_loop</name>
<tagclass>com.coolservlets.forum.tags.ThreadLoopTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Implement a loop for a list of threads in a forum</info>
<attribute>
<name>begin</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>end</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>walk</name>
<tagclass>com.coolservlets.forum.tags.WalkTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Walks a tree of messages in a thread.</info>
<attribute>
<name>thread</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>anonymous_message</name>
<tagclass>com.coolservlets.forum.tags.AnonymousMessageTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Includes body of tag if user who authored message is anonymous.</info>
<attribute>
<name>value</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>message</name>
<tagclass>com.coolservlets.forum.tags.MessageTag</tagclass>
<teiclass>com.coolservlets.forum.tags.MessageTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>
Current Message. Looks for a message from the walk tag,
thread tag, or from the message parameter in that order.
</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -