|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.pages.actions.AbstractPageAwareAction
com.atlassian.confluence.pages.actions.MovePageDialogAction
public class MovePageDialogAction
An action for suppling panels in the MovePageDialog as they are required.
Field Summary |
---|
Fields inherited from class com.atlassian.confluence.pages.actions.AbstractPageAwareAction |
---|
contentPermissionManager, spaceManager |
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
---|
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, log, messageHolder, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
MovePageDialogAction()
|
Method Summary | |
---|---|
String |
doDefault()
Default webwork action execution method. |
List<Space> |
getAvailableSpaces()
|
String |
getDialogMode()
|
String |
getNewSpaceKey()
|
Page |
getParentPage()
|
String |
getParentPageString()
|
String |
getParentPageTitle()
|
Space |
getSpace()
|
String |
getSpaceKey()
|
String |
getTitle()
|
boolean |
isPageRequired()
If the action requires that the page be set before being run, then it should return true to this method. |
void |
setDialogMode(String dialogMode)
|
void |
setPageManager(PageManager pageManager)
|
void |
setPanelName(String panelName)
|
void |
setParentPageString(String parentPageString)
|
void |
setSpaceKey(String spaceKey)
|
Methods inherited from class com.atlassian.confluence.pages.actions.AbstractPageAwareAction |
---|
getPage, getPageId, hasViewPagePermission, isLatestVersionRequired, isPermitted, isViewPermissionRequired, setContentPermissionManager, setPage, setSpaceManager |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.confluence.validation.MessageHolderAware |
---|
validate |
Constructor Detail |
---|
public MovePageDialogAction()
Method Detail |
---|
public String doDefault()
ConfluenceActionSupport
doDefault
in class ConfluenceActionSupport
public List<Space> getAvailableSpaces()
public void setDialogMode(String dialogMode)
public String getDialogMode()
public String getSpaceKey()
getSpaceKey
in class AbstractPageAwareAction
public String getNewSpaceKey()
public void setSpaceKey(String spaceKey)
public Space getSpace()
getSpace
in class AbstractPageAwareAction
public Page getParentPage()
public String getParentPageTitle()
public String getTitle()
getTitle
in class AbstractPageAwareAction
public void setParentPageString(String parentPageString)
public String getParentPageString()
public void setPanelName(String panelName)
public boolean isPageRequired()
PageAware
isPageRequired
in interface PageAware
isPageRequired
in class AbstractPageAwareAction
public void setPageManager(PageManager pageManager)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |