|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RenderingService
| Method Summary | |
|---|---|
IdContentLocator |
getContentLocator(long contentId)
Creates and returns a IdContentLocator that can locate a ConfluenceEntityObject
by an id. |
RenderContentCommand |
newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
Creates and returns a RenderContentCommand that will render given wiki markup content in the context of the
entity and space provided by the locators. |
RenderContentCommand |
newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
Creates and returns a RenderContentCommand that will render given xhtml content in the context of the
entity and space provided by the locators. |
| Method Detail |
|---|
RenderContentCommand newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
RenderContentCommand that will render given xhtml content in the context of the
entity and space provided by the locators. This is particularly useful when rendering the wysiwyg editor's content
for preview mode.
RenderContentCommand newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
RenderContentCommand that will render given wiki markup content in the context of the
entity and space provided by the locators. This is particularly useful when rendering the markup editor's content
for preview mode.
IdContentLocator getContentLocator(long contentId)
IdContentLocator that can locate a ConfluenceEntityObject
by an id.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||