Uses of Class
com.atlassian.confluence.content.service.IdContentLocator
Packages that use IdContentLocator
-
Uses of IdContentLocator in com.atlassian.confluence.content.service
Methods in com.atlassian.confluence.content.service that return IdContentLocatorModifier and TypeMethodDescriptionDefaultRenderingService.getContentLocator
(long contentId) 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 IdContentLocatorModifier 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 aRenderContentCommand
that 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 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 IdContentLocatorModifierConstructorDescriptionRenderContentCommandImpl
(PermissionManager permissionManager, IdContentLocator entityLocator, SpaceLocator spaceLocator, String contentType, String content, FormatConverter formatConverter, ConversionContextOutputType conversionContextOutputType, PageTemplateManager pageTemplateManager)