Uses of Interface
com.atlassian.confluence.content.service.RenderContentCommand
Packages that use RenderContentCommand
- 
Uses of RenderContentCommand in com.atlassian.confluence.content.serviceClasses in com.atlassian.confluence.content.service that implement RenderContentCommandModifier and TypeClassDescriptionclassA command that renders content for preview mode in the editor.Methods in com.atlassian.confluence.content.service that return RenderContentCommandModifier and TypeMethodDescriptionDefaultRenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType) RenderingService.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.DefaultRenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType) RenderingService.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.