|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RenderContentCommand | |
|---|---|
| com.atlassian.confluence.content.service | |
| Uses of RenderContentCommand in com.atlassian.confluence.content.service |
|---|
| Classes in com.atlassian.confluence.content.service that implement RenderContentCommand | |
|---|---|
class |
RenderContentCommandImpl
A command that renders content for preview mode in the editor. |
| 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)
Deprecated. since 5.6, use RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator, com.atlassian.confluence.content.service.space.SpaceLocator, String, String, com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType) |
RenderContentCommand |
DefaultRenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
|
RenderContentCommand |
RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content,
ConversionContextOutputType conversionContextOutputType)
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,
ConversionContextOutputType conversionContextOutputType)
|
RenderContentCommand |
RenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content)
Deprecated. since 5.6, use RenderingService.newRenderXHtmlContentCommand(IdContentLocator, com.atlassian.confluence.content.service.space.SpaceLocator, String, String, com.atlassian.confluence.content.render.xhtml.ConversionContextOutputType) |
RenderContentCommand |
DefaultRenderingService.newRenderXHtmlContentCommand(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,
ConversionContextOutputType conversionContextOutputType)
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,
ConversionContextOutputType conversionContextOutputType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||