Methods in com.atlassian.confluence.content.service that return RenderContentCommand |
RenderContentCommand |
RenderingService.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 |
DefaultRenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
|
RenderContentCommand |
RenderingService.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. |
RenderContentCommand |
DefaultRenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
|