public class

ResizeProfilePictureAction

extends AbstractUserProfileAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.user.actions.AbstractUserProfileAction
         ↳ com.atlassian.confluence.user.actions.ResizeProfilePictureAction

Class Overview

Action to resize a just-uploaded profile picture.

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ResizeProfilePictureAction()
Public Methods
String doDefault()
Default webwork action execution method.
String execute()
String getImageDownloadPath()
int getImageHeight()
int getImageWidth()
int getOffsetX()
int getOffsetY()
int getWidth()
boolean isPermitted()
boolean isTemporaryPictureNotFound()
void setGateKeeper(GateKeeper gateKeeper)
void setOffsetX(int offsetX)
void setOffsetY(int offsetY)
void setUserProfileService(UserProfileService userProfileService)
void setWidth(int width)
[Expand]
Inherited Methods
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.atlassian.confluence.user.actions.UserAware
From interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbAware
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public ResizeProfilePictureAction ()

Public Methods

public String doDefault ()

Default webwork action execution method.

Returns
  • the action result
Throws
Exception

public String execute ()

Throws
Exception

public String getImageDownloadPath ()

public int getImageHeight ()

public int getImageWidth ()

public int getOffsetX ()

public int getOffsetY ()

public int getWidth ()

public boolean isPermitted ()

public boolean isTemporaryPictureNotFound ()

public void setGateKeeper (GateKeeper gateKeeper)

public void setOffsetX (int offsetX)

public void setOffsetY (int offsetY)

public void setUserProfileService (UserProfileService userProfileService)

public void setWidth (int width)