Uses of Class
com.atlassian.confluence.content.service.IdContentLocator
-
Packages that use IdContentLocator Package Description com.atlassian.confluence.content.service -
-
Uses of IdContentLocator in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that return IdContentLocator Modifier and Type Method Description IdContentLocatorDefaultRenderingService. getContentLocator(long contentId)IdContentLocatorRenderingService. getContentLocator(long contentId)Creates and returns aIdContentLocatorthat can locate aConfluenceEntityObjectby an id.Methods in com.atlassian.confluence.content.service with parameters of type IdContentLocator 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.Constructors in com.atlassian.confluence.content.service with parameters of type IdContentLocator Constructor Description RenderContentCommandImpl(PermissionManager permissionManager, IdContentLocator entityLocator, SpaceLocator spaceLocator, String contentType, String content, FormatConverter formatConverter, ConversionContextOutputType conversionContextOutputType, PageTemplateManager pageTemplateManager)
-