|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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.AbstractPageAction
com.atlassian.confluence.importexport.actions.ExportPageAction
public class ExportPageAction
| Field Summary |
|---|
| Fields inherited from class com.atlassian.confluence.pages.actions.AbstractPageAction |
|---|
captchaManager, contentPermissionManager, expertView, incomingLinks, isXHtml, linkManager, MARKUP, pageManager, postingDay, PREVIEW, RICHTEXT, spaceManager, wysiwygConverter |
| Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
|---|
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, localeManager, log, permissionManager, permitted, 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 | |
|---|---|
ExportPageAction()
|
|
| Method Summary | |
|---|---|
String |
doDefault()
Default webwork action execution method. |
String |
execute()
|
List |
getAvailableTypes()
|
String |
getDownloadPath()
|
protected List |
getPermissionTypes()
|
String |
getType()
|
boolean |
isBackupAttachments()
|
boolean |
isBackupHierarchy()
|
boolean |
isIncludeComments()
|
boolean |
isPageRequired()
If the action requires that the page be set before being run, then it should return true to this method. |
void |
setBackupAttachments(boolean backupAttachments)
|
void |
setBackupHierarchy(boolean backupHierarchy)
|
void |
setGateKeeper(GateKeeper gateKeeper)
|
void |
setImportExportManager(ImportExportManager importExportManager)
|
void |
setIncludeComments(boolean includeComments)
|
void |
setType(String type)
|
| Methods inherited from class com.opensymphony.xwork.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, 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.pages.actions.PageAware |
|---|
getPage, isLatestVersionRequired, isViewPermissionRequired, setPage |
| Constructor Detail |
|---|
public ExportPageAction()
| Method Detail |
|---|
public boolean isPageRequired()
PageAware
isPageRequired in interface PageAwareisPageRequired in class AbstractPageActionpublic String getDownloadPath()
public void setType(String type)
public String getType()
public List getAvailableTypes()
public void setImportExportManager(ImportExportManager importExportManager)
public boolean isIncludeComments()
public void setIncludeComments(boolean includeComments)
public String doDefault()
throws Exception
ConfluenceActionSupport
doDefault in class ConfluenceActionSupportException - if something goes wrong
public String execute()
throws Exception
execute in interface com.opensymphony.xwork.Actionexecute in class com.opensymphony.xwork.ActionSupportExceptionprotected List getPermissionTypes()
getPermissionTypes in class AbstractPageActionpublic boolean isBackupAttachments()
public void setBackupAttachments(boolean backupAttachments)
public boolean isBackupHierarchy()
public void setBackupHierarchy(boolean backupHierarchy)
public void setGateKeeper(GateKeeper gateKeeper)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||