📄 jiveforum.tld
字号:
<name>nested</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>message_loop</name>
<tagclass>com.coolservlets.forum.tags.MessageLoopTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Implement a loop for a list of messages in a forum</info>
<attribute>
<name>query</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>move_message</name>
<tagclass>com.coolservlets.forum.tags.MoveMessageTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Move a message to a different forum and thread.</info>
</tag>
<tag>
<name>post</name>
<tagclass>com.coolservlets.forum.tags.PostTag</tagclass>
<teiclass>com.coolservlets.forum.tags.PostTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>Used to setup for posting a new message.</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>post_append</name>
<tagclass>com.coolservlets.forum.tags.PostAppendTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Appends the body of this tag to message being posted.</info>
</tag>
<tag>
<name>post_message</name>
<tagclass>com.coolservlets.forum.tags.PostMessageTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Saves the message to the forum.</info>
</tag>
<tag>
<name>set_parent_message</name>
<tagclass>com.coolservlets.forum.tags.SetParentMessageTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Sets the parent message of message being moved.</info>
</tag>
<tag>
<name>set_thread</name>
<tagclass>com.coolservlets.forum.tags.SetThreadTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Sets the thread where message should be moved.</info>
</tag>
<tag>
<name>current_depth</name>
<tagclass>com.coolservlets.forum.tags.CurrentDepthTag</tagclass>
<bodycontent>empty</bodycontent>
<info>Returns the current depth of message being walked.</info>
</tag>
<tag>
<name>is_message</name>
<tagclass>com.coolservlets.forum.tags.IsMessageTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
When walking a tree of messages, body is included if this
message is below the users message_depth.
</info>
</tag>
<tag>
<name>is_parent</name>
<tagclass>com.coolservlets.forum.tags.IsParentTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
When walking a tree of messages, body is included if this
is a parent message to the starting message for this page.
</info>
</tag>
<tag>
<name>is_summary</name>
<tagclass>com.coolservlets.forum.tags.IsSummaryTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
When walking a tree of messages, body is included if this message
is above the users message_depth, but below the users thread_depth.
</info>
</tag>
<tag>
<name>is_total</name>
<tagclass>com.coolservlets.forum.tags.IsTotalTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
When walking a tree of messages, body is included if this
message depth is greater than the users thread_depth.
</info>
</tag>
<tag>
<name>while_child</name>
<tagclass>com.coolservlets.forum.tags.WhileChildTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Loops for every child message.</info>
</tag>
<tag>
<name>while_new_child</name>
<tagclass>com.coolservlets.forum.tags.WhileNewChildTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Loops while there is a new child message.</info>
</tag>
<tag>
<name>while_parent</name>
<tagclass>com.coolservlets.forum.tags.WhileParentTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Loops for every parent message.</info>
</tag>
<tag>
<name>while_new_parent</name>
<tagclass>com.coolservlets.forum.tags.WhileNewParentTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Loops while there is a parent message.</info>
</tag>
<tag>
<name>new_messages</name>
<tagclass>com.coolservlets.forum.tags.NewMessagesTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Includes body of tag if there are new messages since last forum visit.
</info>
<attribute>
<name>value</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>next_item</name>
<tagclass>com.coolservlets.forum.tags.NextItemTag</tagclass>
<bodycontent>empty</bodycontent>
<info>
Used to get the query portion of an HREF get for paging to the
start of the next list of items to display for the forum_loop,
thread_loop, or walk tag.
</info>
</tag>
<tag>
<name>next_page</name>
<tagclass>com.coolservlets.forum.tags.NextPageTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
When looping using forum_loop, thread_loop, or walk tag; includes
body of tag on last iteration of loop if there are more items to
be displayed.
</info>
</tag>
<tag>
<name>on_entry</name>
<tagclass>com.coolservlets.forum.tags.OnEntryTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
When looping using forum_loop, thread_loop, or walk tag;
includes body of tag on first iteration of loop.
</info>
</tag>
<tag>
<name>on_exit</name>
<tagclass>com.coolservlets.forum.tags.OnExitTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
When looping using forum_loop, thread_loop, or walk tag;
includes body of tag on last iteration of loop.
</info>
</tag>
<tag>
<name>prev_item</name>
<tagclass>com.coolservlets.forum.tags.PrevItemTag</tagclass>
<bodycontent>empty</bodycontent>
<info>
Used to get the query portion of an HREF get for paging to the
previous list of items to display for the forum_loop, thread_loop,
or walk tag.
</info>
</tag>
<tag>
<name>prev_page</name>
<tagclass>com.coolservlets.forum.tags.PrevPageTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
When looping using forum_loop, thread_loop, or walk tag; includes
body of tag on first iteration of loop if there is a previous list
of items to be displayed.
</info>
</tag>
<tag>
<name>getJiveProperty</name>
<tagclass>com.coolservlets.forum.tags.GetJivePropertyTag</tagclass>
<bodycontent>empty</bodycontent>
<info>Gets a Jive extended property value.</info>
<attribute>
<name>name</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>property</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>setJiveProperty</name>
<tagclass>com.coolservlets.forum.tags.SetJivePropertyTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Sets a Jive extended property value.</info>
<attribute>
<name>name</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>property</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>eval</name>
<tagclass>com.coolservlets.forum.tags.EvalTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>
Compares two values, use the true and false tags to test result
of eval. The values can be strings without any whitespace.
</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>foreach</name>
<tagclass>com.coolservlets.forum.tags.ForEachTag</tagclass>
<teiclass>com.coolservlets.forum.tags.ForEachTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>Implement a loop.</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>begin</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>end</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
<attribute>
<name>step</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>false</name>
<tagclass>com.coolservlets.forum.tags.FalseTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Evaluate an expression</info>
<attribute>
<name>eval</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>true</name>
<tagclass>com.coolservlets.forum.tags.TrueTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Evaluate an expression</info>
<attribute>
<name>eval</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>rotate</name>
<tagclass>com.coolservlets.forum.tags.RotateTag</tagclass>
<teiclass>com.coolservlets.forum.tags.RotateTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>Rotates output within a loop.</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>rotate_selection</name>
<tagclass>com.coolservlets.forum.tags.RotateSelectionTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Rotate selection within a loop.</info>
</tag>
<tag>
<name>calc</name>
<tagclass>com.coolservlets.forum.tags.CalcTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Calculate an expression</info>
</tag>
<tag>
<name>if_error</name>
<tagclass>com.coolservlets.forum.tags.ErrorTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Includes body of tag if an error is set.</info>
<attribute>
<name>value</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>error_loop</name>
<tagclass>com.coolservlets.forum.tags.ErrorLoopTag</tagclass>
<teiclass>com.coolservlets.forum.tags.ErrorLoopTEI</teiclass>
<bodycontent>JSP</bodycontent>
<info>Loops through all the error messages.</info>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>false</rtexprvalue>
</attribute>
</tag>
<tag>
<name>log</name>
<tagclass>com.coolservlets.forum.tags.LogTag</tagclass>
<bodycontent>JSP</bodycontent>
<info>Logs the body of the tag to the servlet context log.</info>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -