Class UserAccountsMyAccountPage
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
-
- edu.cornell.mannlib.vitro.webapp.controller.accounts.user.UserAccountsMyAccountPage
-
public class UserAccountsMyAccountPage extends UserAccountsPage
Handle the "My Account" form display and submission.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserAccountsMyAccountPage.ProxyInfo-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
UserAccountsPage.ProfileInfo
-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
AbstractPageHandler.InvalidParametersException, AbstractPageHandler.Message
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
DAYS_TO_USE_PASSWORD_LINK
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
ctx, dpsDao, i18n, indDao, opsDao, unionModel, userAccountsDao, userAccountsModel, vclassDao, vreq
-
-
Constructor Summary
Constructors Constructor Description UserAccountsMyAccountPage(VitroRequest vreq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserAccountgetUserAccount()booleanisSubmit()booleanisValid()ResponseValuesshowPage()voidupdateAccount()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsPage
buildListOfSelectableRoles, buildProfileInfo, buildProfileTypesList, buildUrlsMap, checkPasswordLength, editAccountUrl, figureExpirationDate, getSiteName, isEmailEnabled
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
applyMessage, getIntegerParameter, getStringParameter, getStringParameters, isFlagOnRequest, isParameterAsExpected
-
-
-
-
Constructor Detail
-
UserAccountsMyAccountPage
public UserAccountsMyAccountPage(VitroRequest vreq)
-
-
Method Detail
-
getUserAccount
public UserAccount getUserAccount()
-
isSubmit
public boolean isSubmit()
-
isValid
public boolean isValid()
-
showPage
public final ResponseValues showPage()
-
updateAccount
public void updateAccount()
-
-