|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderFilter | |
---|---|
com.jivesoftware.forum.action | Jive Forums WebWork actions. |
com.jivesoftware.forum.proxy | Protection proxies for Jive Forums objects. |
com.jivesoftware.forum.renderer | |
com.jivesoftware.forum.renderer.filter | |
com.jivesoftware.forum.renderer.impl | |
com.jivesoftware.forum.renderer.macro |
Uses of RenderFilter in com.jivesoftware.forum.action |
---|
Methods in com.jivesoftware.forum.action that return RenderFilter | |
---|---|
RenderFilter |
EditRenderFilter.getFilter()
|
Uses of RenderFilter in com.jivesoftware.forum.proxy |
---|
Methods in com.jivesoftware.forum.proxy that return RenderFilter | |
---|---|
RenderFilter |
RenderManagerProxy.getRenderFilter(java.lang.String filterName)
|
RenderFilter[] |
RenderManagerProxy.getRenderFilters()
|
Uses of RenderFilter in com.jivesoftware.forum.renderer |
---|
Subinterfaces of RenderFilter in com.jivesoftware.forum.renderer | |
---|---|
interface |
RenderMacro
The RenderMacro interface is an extension to the RenderFilter interface, the main difference being that it will not execute over the whole page, rather it will be provided with just the text between the macro tags, if it exists. |
interface |
TagFilter
An interface for filters that filter via tags such as [message][/message]. |
Classes in com.jivesoftware.forum.renderer that implement RenderFilter | |
---|---|
class |
AbstractRenderFilter
An abstract implementation of the RenderFilter interface this class provides subclasses with built in support for documentation and splits apart the execute method into seperate methods depending on the render target specified in the render context. |
Methods in com.jivesoftware.forum.renderer that return RenderFilter | |
---|---|
RenderFilter |
RenderManager.getRenderFilter(java.lang.String filterName)
Return the render filter with the specified name |
RenderFilter[] |
RenderManager.getRenderFilters()
Returns an array of RenderFilter objects that list all the currently configured render filters. |
RenderFilter[] |
RenderPipe.getRenderFilters()
|
Constructors in com.jivesoftware.forum.renderer with parameters of type RenderFilter | |
---|---|
RenderPipe(RenderFilter[] filters)
|
Uses of RenderFilter in com.jivesoftware.forum.renderer.filter |
---|
Classes in com.jivesoftware.forum.renderer.filter that implement RenderFilter | |
---|---|
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 RenderFilter in com.jivesoftware.forum.renderer.impl |
---|
Classes in com.jivesoftware.forum.renderer.impl that implement RenderFilter | |
---|---|
class |
AbstractClassicRegexTokenRenderFilter
|
class |
AbstractJiveClassicRenderFilter
|
Methods in com.jivesoftware.forum.renderer.impl that return RenderFilter | |
---|---|
static RenderFilter[] |
JiveRenderManager.getDefaultFilterList(RenderType renderType)
Returns an array of default filters in the system. |
RenderFilter |
JiveRenderManager.getRenderFilter(java.lang.String filterName)
|
RenderFilter[] |
JiveRenderManager.getRenderFilters()
|
Uses of RenderFilter in com.jivesoftware.forum.renderer.macro |
---|
Classes in com.jivesoftware.forum.renderer.macro that implement RenderFilter | |
---|---|
class |
CodeMacro
Macro that pretty prints java, sql and xml code fragments. |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |