|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderTarget | |
---|---|
com.jivesoftware.forum.renderer |
Uses of RenderTarget in com.jivesoftware.forum.renderer |
---|
Fields in com.jivesoftware.forum.renderer declared as RenderTarget | |
---|---|
static RenderTarget[] |
RenderTarget.RENDER_TARGETS
An array containing all possible types of targets |
static RenderTarget |
RenderTarget.TARGET_HTML
This target's output will have all wiki markup converted into html for display. |
static RenderTarget |
RenderTarget.TARGET_NO_MARKUP
Use this render target for when no rendering is to be performed. |
static RenderTarget |
RenderTarget.TARGET_PLAIN_EMAIL
This target's rendered output will be suitable for sending in plain text emails. |
static RenderTarget |
RenderTarget.TARGET_PLAIN_TEXT
This target's output will contain wiki markup suitable for the plain text editor. |
static RenderTarget |
RenderTarget.TARGET_WYSIWYG_EDITOR
This target's output will be appropriate for display in the wysiwyg editor. |
Methods in com.jivesoftware.forum.renderer that return RenderTarget | |
---|---|
static RenderTarget |
RenderTarget.getRenderTarget(int key)
A helper method to get a specific RenderTarget object from its key |
RenderTarget |
RenderStrategy.getTarget()
|
Methods in com.jivesoftware.forum.renderer with parameters of type RenderTarget | |
---|---|
void |
RenderStrategy.setTarget(RenderTarget target)
|
Constructors in com.jivesoftware.forum.renderer with parameters of type RenderTarget | |
---|---|
RenderStrategy(RenderTarget target,
long flags)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |