Interface PageLocator
-
- All Superinterfaces:
EntityLocator
,SingleEntityLocator
- All Known Implementing Classes:
AbstractPageLocator
,IdAndVersionPageLocator
,IdPageLocator
,SinglePageLocator
,TitleAndSpaceKeyPageLocator
public interface PageLocator extends SingleEntityLocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Page
getPage()
-
Methods inherited from interface com.atlassian.confluence.core.service.EntityLocator
getEntities
-
Methods inherited from interface com.atlassian.confluence.core.service.SingleEntityLocator
getEntity
-
-
-
-
Method Detail
-
getPage
Page getPage()
-
-