| Package | Description |
|---|---|
| org.randombits.support.confluence.render |
| Modifier and Type | Method and Description |
|---|---|
RenderType |
Renderable.getType() |
RenderType |
BodyContentRenderable.getType() |
RenderType |
DefaultRenderable.getType() |
static RenderType |
RenderType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RenderType[] |
RenderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
DefaultRenderAssistant.render(java.lang.String text,
RenderType type,
com.atlassian.confluence.content.render.xhtml.ConversionContext conversionContext) |
java.lang.String |
RenderAssistant.render(java.lang.String text,
RenderType type,
com.atlassian.confluence.content.render.xhtml.ConversionContext conversionContext) |
| Constructor and Description |
|---|
DefaultRenderable(java.lang.String text,
RenderType renderType,
com.atlassian.confluence.content.render.xhtml.ConversionContext conversionContext)
Constructs an instance with the specified text, renderType and conversion context.
|
Copyright © 2013 randombits.org. All Rights Reserved.