Uses of Interface
com.atlassian.confluence.content.service.RenderContentCommand
-
Packages that use RenderContentCommand Package Description com.atlassian.confluence.content.service -
-
Uses of RenderContentCommand in com.atlassian.confluence.content.service
Classes in com.atlassian.confluence.content.service that implement RenderContentCommand Modifier and Type Class Description classRenderContentCommandImplA command that renders content for preview mode in the editor.Methods in com.atlassian.confluence.content.service that return RenderContentCommand Modifier and Type Method Description RenderContentCommandDefaultRenderingService. newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)RenderContentCommandRenderingService. newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)Creates and returns aRenderContentCommandthat will render given wiki markup content in the context of the entity and space provided by the locators.RenderContentCommandDefaultRenderingService. newRenderXHtmlContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)RenderContentCommandRenderingService. newRenderXHtmlContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)Creates and returns aRenderContentCommandthat will render given xhtml content in the context of the entity and space provided by the locators.
-