Uses of Class
com.atlassian.confluence.content.service.IdContentLocator

Packages that use IdContentLocator
com.atlassian.confluence.content.service   
 

Uses of IdContentLocator in com.atlassian.confluence.content.service
 

Methods in com.atlassian.confluence.content.service that return IdContentLocator
 IdContentLocator RenderingService.getContentLocator(long contentId)
          Creates and returns a IdContentLocator that can locate a ConfluenceEntityObject by an id.
 IdContentLocator DefaultRenderingService.getContentLocator(long contentId)
           
 

Methods in com.atlassian.confluence.content.service with parameters of type IdContentLocator
 RenderContentCommand RenderingService.newRenderWikiMarkupContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, java.lang.String contentType, java.lang.String content)
          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, java.lang.String contentType, java.lang.String content)
           
 RenderContentCommand RenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator, SpaceLocator spaceLocator, java.lang.String contentType, java.lang.String content)
          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, java.lang.String contentType, java.lang.String content)
           
 

Constructors in com.atlassian.confluence.content.service with parameters of type IdContentLocator
RenderContentCommandImpl(PermissionManager permissionManager, IdContentLocator entityLocator, SpaceLocator spaceLocator, java.lang.String contentType, java.lang.String content, DefaultRenderingService.RenderMode mode, Transformer storageToViewTransformer, EditorConverter editConverter, StorageFormatCleaner storageFormatCleaner, I18NBeanFactory i18nBeanFactory, LocaleManager localeManager, FormatConverter formatConverter)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.