|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
String contentType,
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,
String contentType,
String content)
|
RenderContentCommand |
RenderingService.newRenderXHtmlContentCommand(IdContentLocator contentLocator,
SpaceLocator spaceLocator,
String contentType,
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,
String contentType,
String content)
|
| Constructors in com.atlassian.confluence.content.service with parameters of type IdContentLocator | |
|---|---|
RenderContentCommandImpl(PermissionManager permissionManager,
ConfluenceWysiwygConverter confluenceWysiwygConverter,
IdContentLocator entityLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
DefaultRenderingService.RenderMode mode)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||