Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.AbstractPageHandler
-
-
Uses of AbstractPageHandler in edu.cornell.mannlib.vitro.webapp.controller.accounts
Subclasses of AbstractPageHandler in edu.cornell.mannlib.vitro.webapp.controller.accounts Modifier and Type Class Description classUserAccountsPageCommon routines for the page controllers. -
Uses of AbstractPageHandler in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin
Subclasses of AbstractPageHandler in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin Modifier and Type Class Description classUserAccountsAddPageHandle the "Add new account" form display and submission.classUserAccountsAddPageStrategyHandle the variant details of the UserAccountsAddPage.classUserAccountsDeleterProcess a request to delete User Accounts.classUserAccountsEditPageHandle the "Edit Account" form display and submission.classUserAccountsEditPageStrategyHandle the variant details of the UserAccountsAddPage.classUserAccountsListPageHandle the List page. -
Uses of AbstractPageHandler in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies
Subclasses of AbstractPageHandler in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies Modifier and Type Class Description classManageProxiesCreatePageCreate a new relationship, or set of relationships, between zero or more proxies and zero or more profiles.classManageProxiesEditPageThis is not really a page, in that it doesn't display anything.classManageProxiesListPageTODO -
Uses of AbstractPageHandler in edu.cornell.mannlib.vitro.webapp.controller.accounts.user
Subclasses of AbstractPageHandler in edu.cornell.mannlib.vitro.webapp.controller.accounts.user Modifier and Type Class Description classUserAccountsCreatePasswordPageWhen the user clicks on the link in their notification email, handle their request to create a password.classUserAccountsFirstTimeExternalPageHandle the first-time login of an Externally Authenticated user who has no UserAccount - let's create one! If they get here from the login, there should be an ExternalLoginInfo waiting in the session.classUserAccountsFirstTimeExternalPageStrategyHandle the variations in the UserAccountsFirstTimeExternal page.static classUserAccountsFirstTimeExternalPageStrategy.EmailStrategystatic classUserAccountsFirstTimeExternalPageStrategy.NoEmailStrategyclassUserAccountsMyAccountPageHandle the "My Account" form display and submission.classUserAccountsMyAccountPageStrategyHandle the variant details of the MyAccounts pageclassUserAccountsPasswordBasePageRoutines in common to the "Create Password" and "Reset Password" pages.classUserAccountsResetPasswordPageWhen the user clicks on the link in their notification email, handle their request to reset their password.
-