|
|||||||||||
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.AbstractPageAction
com.atlassian.confluence.pages.actions.AbstractPageChangeAction
com.atlassian.confluence.pages.actions.AbstractFileAttachmentAction
com.atlassian.confluence.pages.actions.AbstractEditAttachedFileAction
Field Summary | |
protected Attachment |
attachment
|
protected String |
fileName
|
protected int |
version
|
Fields inherited from class com.atlassian.confluence.pages.actions.AbstractFileAttachmentAction |
attachmentManager |
Fields inherited from class com.atlassian.confluence.pages.actions.AbstractPageChangeAction |
suggestedContentToBeRefactored |
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, 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 | |
AbstractEditAttachedFileAction()
|
Method Summary | |
Attachment |
getAttachment()
|
String |
getFileName()
|
int |
getVersion()
|
void |
setFileName(String fileName)
|
void |
setVersion(int version)
|
Methods inherited from class com.atlassian.confluence.pages.actions.AbstractFileAttachmentAction |
setAttachmentManager |
Methods inherited from class com.atlassian.confluence.pages.actions.AbstractPageChangeAction |
execute, getNewPageTitle, getNewSpace, getNewSpaceKey, getSuggestedContentToBeRefactored, isPermitted, pageAlreadyExists, setNewPageTitle, setNewSpaceKey |
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 |
Field Detail |
protected String fileName
protected int version
protected Attachment attachment
Constructor Detail |
public AbstractEditAttachedFileAction()
Method Detail |
public String getFileName()
public void setFileName(String fileName)
public int getVersion()
public void setVersion(int version)
public Attachment getAttachment()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |