|
Jive Forums API (5.5.20.2-oracle) Core Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.renderer.RenderTarget
public class RenderTarget
The target of a particular render operation.
RenderStrategy
Field Summary | |
---|---|
static RenderTarget[] |
RENDER_TARGETS
An array containing all possible types of targets |
static RenderTarget |
TARGET_HTML
This target's output will have all wiki markup converted into html for display. |
static RenderTarget |
TARGET_NO_MARKUP
Use this render target for when no rendering is to be performed. |
static RenderTarget |
TARGET_PLAIN_EMAIL
This target's rendered output will be suitable for sending in plain text emails. |
static RenderTarget |
TARGET_PLAIN_TEXT
This target's output will contain wiki markup suitable for the plain text editor. |
static RenderTarget |
TARGET_WYSIWYG_EDITOR
This target's output will be appropriate for display in the wysiwyg editor. |
Method Summary | |
---|---|
long |
getKey()
Gets the key of a RenderTarget object |
static RenderTarget |
getRenderTarget(int key)
A helper method to get a specific RenderTarget object from its key |
java.lang.String |
getValue()
Gets the value of a RenderTarget object |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RenderTarget TARGET_PLAIN_TEXT
public static final RenderTarget TARGET_PLAIN_EMAIL
public static final RenderTarget TARGET_HTML
public static final RenderTarget TARGET_WYSIWYG_EDITOR
public static final RenderTarget TARGET_NO_MARKUP
public static final RenderTarget[] RENDER_TARGETS
Method Detail |
---|
public long getKey()
public java.lang.String getValue()
public static RenderTarget getRenderTarget(int key)
key
- the key value of the RenderTarget object
public java.lang.String toString()
toString
in class java.lang.Object
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |