com.atlassian.confluence.pages.actions
Class InsertImageInPageAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.confluence.core.ConfluenceActionSupport
          extended by com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
              extended by com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
                  extended by com.atlassian.confluence.pages.actions.InsertImageInPageAction
All Implemented Interfaces:
BootstrapAware, PageAware, TinyUrlAware, WebInterface, CaptchaAware, com.opensymphony.webwork.interceptor.ServletRequestAware, com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, Serializable

Deprecated. since 3.1 this action is no longer required by Confluence. Use AttachFileAction to attach files and AttachedImagesAction to view the current attached images.

@Deprecated
public class InsertImageInPageAction
extends ViewPageAttachmentsAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
attachmentManager, fileStorer, highlight
 
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, log, 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
InsertImageInPageAction()
          Deprecated.  
 
Method Summary
 void bootstrap()
          Deprecated.  
 String doDefault()
          Deprecated. Default webwork action execution method.
 String execute()
          Deprecated.  
 String getFieldname()
          Deprecated.  
 String getFileName()
          Deprecated.  
 String getFormname()
          Deprecated.  
 ThumbnailManager getThumbnailManager()
          Deprecated.  
 Thumbnails getThumbnails()
          Deprecated.  
 void setFieldname(String fieldname)
          Deprecated.  
 void setFormname(String formname)
          Deprecated.  
 void setThumbnailManager(ThumbnailManager thumbnailManager)
          Deprecated.  
 
Methods inherited from class com.atlassian.confluence.pages.actions.ViewPageAttachmentsAction
getCaptchaManager, getContentEntityObject, getLatestVersionsOfAttachments, getPage, getPageId, getPaginationSupport, getSpace, getSpaceKey, getStartIndex, getTargetHelper, getTinyUrl, getWebInterfaceContext, getWebInterfaceContext, isLatestVersionRequired, isPageRequired, isPermitted, isViewPermissionRequired, setCaptchaManager, setPage, setPageId, setStartIndex
 
Methods inherited from class com.atlassian.confluence.pages.actions.AbstractViewAttachmentsAction
getAttachmentDetails, getHighlight, getHighlightParameter, getLabels, getMaxAttachments, getMultiPartRequest, getPreviousVersions, getSortBy, getUploadLimit, hasAttachFilePermissions, setAttachmentManager, setFileUploadManager, setHighlight, setLabels, setServletRequest, setSortBy, validateUpload
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
addActionError, addFieldError, addPermissionTypeTo, addToHistory, formatFriendlyDate, getActionName, getActionName, getBootstrapManager, getCancelResult, getContext, getDateFormatSetting, getDateFormatter, getDefaultResourceBundle, getDocLink, getEventManager, getFriendlyDateFormatter, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getNiceContentType, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRandom, getRemoteUser, getSession, getSystemInformationService, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUser, getUserAccessor, getUserFullName, getUserInterfaceState, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermissionCheck, isPermittedAsString, isPrintableVersion, isSharedMode, isUserStatusPluginEnabled, isUsingHSQL, setBootstrapManager, setCancel, setContentUiSupport, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setLoginManager, setPermissionCheck, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSpacePermissionManager, setSystemInformationService, setUserAccessor, setWebInterfaceManager
 
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
 

Constructor Detail

InsertImageInPageAction

public InsertImageInPageAction()
Deprecated. 
Method Detail

bootstrap

public void bootstrap()
Deprecated. 
Specified by:
bootstrap in interface BootstrapAware
Overrides:
bootstrap in class AbstractViewAttachmentsAction

doDefault

public String doDefault()
                 throws Exception
Deprecated. 
Description copied from class: ConfluenceActionSupport
Default webwork action execution method.

Overrides:
doDefault in class ConfluenceActionSupport
Returns:
the action result
Throws:
Exception - if something goes wrong

execute

public String execute()
               throws Exception
Deprecated. 
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class AbstractViewAttachmentsAction
Throws:
Exception

getThumbnails

public Thumbnails getThumbnails()
Deprecated. 

getThumbnailManager

public ThumbnailManager getThumbnailManager()
Deprecated. 

setThumbnailManager

public void setThumbnailManager(ThumbnailManager thumbnailManager)
Deprecated. 

getFormname

public String getFormname()
Deprecated. 

setFormname

public void setFormname(String formname)
Deprecated. 

getFieldname

public String getFieldname()
Deprecated. 

setFieldname

public void setFieldname(String fieldname)
Deprecated. 

getFileName

public String getFileName()
Deprecated. 


Copyright © 2003-2012 Atlassian. All Rights Reserved.