|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpaceLocator | |
---|---|
com.atlassian.confluence.content.service | |
com.atlassian.confluence.content.service.page | |
com.atlassian.confluence.content.service.space |
Uses of SpaceLocator in com.atlassian.confluence.content.service |
---|
Methods in com.atlassian.confluence.content.service that return SpaceLocator | |
---|---|
SpaceLocator |
SpaceService.getKeySpaceLocator(String spaceKey)
Creates a space locator object that can locate a space based on a key. |
Methods in com.atlassian.confluence.content.service with parameters of type SpaceLocator | |
---|---|
MovePageCommand |
PageService.newMovePageCommand(PageLocator sourcePageLocator,
SpaceLocator targetSpaceLocator)
Retrieve a command that performs a move operation of a page to a top level of a target space. |
MovePageCommand |
DefaultPageService.newMovePageCommand(PageLocator sourcePageLocator,
SpaceLocator targetSpaceLocator)
|
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 SpaceLocator | |
---|---|
RenderContentCommandImpl(PermissionManager permissionManager,
IdContentLocator entityLocator,
SpaceLocator spaceLocator,
String contentType,
String content,
DefaultRenderingService.RenderMode mode,
Transformer storageToViewTransformer,
EditorConverter editConverter,
XhtmlCleaner xhtmlCleaner,
I18NBeanFactory i18nBeanFactory,
LocaleManager localeManager)
|
Uses of SpaceLocator in com.atlassian.confluence.content.service.page |
---|
Constructors in com.atlassian.confluence.content.service.page with parameters of type SpaceLocator | |
---|---|
MovePageToTopOfSpaceCommand(PageManager pageManager,
PermissionManager permissionManager,
PageLocator sourcePageLocator,
SpaceLocator targetSpaceLocator)
|
Uses of SpaceLocator in com.atlassian.confluence.content.service.space |
---|
Classes in com.atlassian.confluence.content.service.space that implement SpaceLocator | |
---|---|
class |
KeySpaceLocator
A space locator that uses a space key to find a space. |
Methods in com.atlassian.confluence.content.service.space that return SpaceLocator | |
---|---|
SpaceLocator |
DefaultSpaceService.getKeySpaceLocator(String spaceKey)
|
Constructors in com.atlassian.confluence.content.service.space with parameters of type SpaceLocator | |
---|---|
DeleteSpaceCommand(SpaceManager spaceManager,
PermissionManager permissionManager,
SpaceLocator spaceLocator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |