Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.renderer.AbstractRenderFilter

Packages that use AbstractRenderFilter
com.jivesoftware.forum.renderer.filter   
com.jivesoftware.forum.renderer.impl   
com.jivesoftware.forum.renderer.macro   
 

Uses of AbstractRenderFilter in com.jivesoftware.forum.renderer.filter
 

Subclasses of AbstractRenderFilter in com.jivesoftware.forum.renderer.filter
 class AbstractRegexTokenRenderFilter
           
 class EmailFilter
           
 class EmoticonFilter
           A Filter that converts ASCII emoticons into image equivalents.
 class ForceNewlineFilter
          A Filter that converts \\ into
tags and vice versa
 class ForumFilter
          A filter that converts [forum]123[/forum] tags into urls.
 class HostNameFilter
           
 class HTMLFilter
          A Filter that takes a string which may contain HTML tags (ie, <table>, etc) and converts the '<', '>' and '&' characters to their HTML escape sequences.
 class ImageFilter
          Format: servlet/JiveServlet/download/1-23-456-7890/test.gif
 class JavaCodeFilter
          This filter renders [code] java code here[/code].
 class JIRAFilter
          A filter for transforming JIRA issue numbers into more detailed issue information as well as a link to the actual issue.
 class MessageFilter
          A filter that converts [message]123[/message] or [msg]123[/msg] tags into urls.
 class MSWordToTextFilter
          A Filter that converts strategically incompatible non-ISO characters used by MS Word in the range 0x82 -- 0x9F into plausible ISO-8859-1 substitutes where possible.
 class NewlineFilter
          A Filter that converts newline characters into HTML <br> tags.
 class ProfanityFilter
          A Filter that filters out user-specified profanity.
 class QuoteCleanupFilter
           
 class QuoteFilter
          A Filter that can highlight quoted messages based upon the level of indentation - very similar to how groups.google.com highlights quotes.
 class RegexReplaceFilter
          A filter that allows arbitrary regular expressions to be used to replace text blocks.
 class StyleTagFilter
          A filter to handle old style [b], [i], [u] and [pre] tags.
 class ThreadFilter
          A filter that converts [thread]123[/thread] tags into urls.
 class URLFilter
           
 class WikiEscapeFilter
          A filter that escapes wiki syntax for html output.
 class WikiFilter
          This render filter will render wiki style markup such as *bold* to html and vice versa.
 class WikiTableCleanupFilter
           
 class WordBreakFilter
          A Filter that breaks apart words greater than the max size;
 class XMLFilter
           
 

Uses of AbstractRenderFilter in com.jivesoftware.forum.renderer.impl
 

Subclasses of AbstractRenderFilter in com.jivesoftware.forum.renderer.impl
 class AbstractClassicRegexTokenRenderFilter
           
 class AbstractJiveClassicRenderFilter
           
 

Uses of AbstractRenderFilter in com.jivesoftware.forum.renderer.macro
 

Subclasses of AbstractRenderFilter in com.jivesoftware.forum.renderer.macro
 class ForumMacro
          A macro to convert {forum:id=123} into a forum link
 class MessageMacro
          A macro to convert {message:id=123} into a link to a message
 class NoFormatFilter
           
 class QuoteMacro
          The quote macro pretty prints quoted for display.
 class TextColorMacro
          A macro that converts font tags with color
 class TextFontMacro
          A macro that converts font and span tags with size attributes
 class TextSizeMacro
          A macro that converts font and span tags with size attributes
 class ThreadMacro
          A macro to convert {thread:id=123} into a thread link
 class UserMacro
          A macro to convert {user:id=123} into a profile link
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.