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 IdContentLocator
DefaultRenderingService. getContentLocator(long contentId)
IdContentLocator
RenderingService. getContentLocator(long contentId)
Creates and returns aIdContentLocator
that can locate aConfluenceEntityObject
by an id.Methods in com.atlassian.confluence.content.service with parameters of type IdContentLocator Modifier and Type Method Description RenderContentCommand
DefaultRenderingService. newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)
RenderContentCommand
RenderingService. newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)
Creates and returns aRenderContentCommand
that will render given wiki markup 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)
RenderContentCommand
RenderingService. newRenderXHtmlContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, String contentType, String content, ConversionContextOutputType conversionContextOutputType)
Creates and returns aRenderContentCommand
that 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)
-