| Package | Description | 
|---|---|
| com.atlassian.confluence.content.service | 
| Modifier and Type | Method and Description | 
|---|---|
IdContentLocator | 
RenderingService.getContentLocator(long contentId)
Creates and returns a  
IdContentLocator that can locate a ConfluenceEntityObject
 by an id. | 
IdContentLocator | 
DefaultRenderingService.getContentLocator(long contentId)  | 
| Modifier and Type | Method and Description | 
|---|---|
RenderContentCommand | 
RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator,
                                 SpaceLocator spaceLocator,
                                 String contentType,
                                 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,
                                 String contentType,
                                 String content,
                                 ConversionContextOutputType conversionContextOutputType)  | 
RenderContentCommand | 
RenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
                            SpaceLocator spaceLocator,
                            String contentType,
                            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,
                            String contentType,
                            String content,
                            ConversionContextOutputType conversionContextOutputType)  | 
| Constructor and Description | 
|---|
RenderContentCommandImpl(PermissionManager permissionManager,
                        IdContentLocator entityLocator,
                        SpaceLocator spaceLocator,
                        String contentType,
                        String content,
                        FormatConverter formatConverter,
                        ConversionContextOutputType conversionContextOutputType,
                        PageTemplateManager pageTemplateManager)  | 
Copyright © 2003–2022 Atlassian. All rights reserved.