public class

UploadProfilePictureAction

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.UploadProfilePictureAction

Class Overview

Action used to handle newly uploaded user profile pictures

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
UploadProfilePictureAction()
Public Methods
String execute()
String getUserProfilePictureName()
boolean isPermitted()
void setUserProfilePictureManager(UserProfilePictureManager userProfilePictureManager)
void setUserProfilePictureName(String userProfilePictureName)
void setUserProfileService(UserProfileService userProfileService)
void validate()
[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 UploadProfilePictureAction ()

Public Methods

public String execute ()

Throws
Exception

public String getUserProfilePictureName ()

public boolean isPermitted ()

public void setUserProfilePictureManager (UserProfilePictureManager userProfilePictureManager)

public void setUserProfilePictureName (String userProfilePictureName)

public void setUserProfileService (UserProfileService userProfileService)

public void validate ()