info.magnolia.module.publicuserregistration.frontend
Class AbstractProfilePage

java.lang.Object
  extended by info.magnolia.cms.servlets.MVCServletHandlerImpl
      extended by info.magnolia.cms.servlets.CommandBasedMVCServletHandler
          extended by info.magnolia.module.admininterface.PageMVCHandler
              extended by info.magnolia.module.publicuserregistration.frontend.AbstractUserRegistrationPage
                  extended by info.magnolia.module.publicuserregistration.frontend.AbstractProfilePage
All Implemented Interfaces:
info.magnolia.cms.servlets.MVCServletHandler
Direct Known Subclasses:
ProfileUpdate, Register

public abstract class AbstractProfilePage
extends AbstractUserRegistrationPage

Abstract profile page.


Field Summary
protected  String passwordConfirmation
           
protected  UserProfile userProfile
           
protected  UserRegistrar userRegistrar
           
 
Fields inherited from class info.magnolia.module.publicuserregistration.frontend.AbstractUserRegistrationPage
errorMessages
 
Fields inherited from class info.magnolia.module.admininterface.PageMVCHandler
COMMAND_PARAMETER_NAME, COMMAND_SHOW, VIEW_SHOW
 
Fields inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl
exception, request, response, VIEW_ERROR, VIEW_SUCCESS
 
Fields inherited from interface info.magnolia.cms.servlets.MVCServletHandler
VIEW_NOTHING
 
Constructor Summary
AbstractProfilePage(String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 void init()
           
 void setPasswordConfirmation(String passwordConfirmation)
           
 
Methods inherited from class info.magnolia.module.publicuserregistration.frontend.AbstractUserRegistrationPage
doExecute, execute, getModuleConfig, renderHtml, setErrorPage, setTargetPage
 
Methods inherited from class info.magnolia.module.admininterface.PageMVCHandler
getForm, getI18nBasename, getMsgs, getParams, setForm, setI18nBasename, setMsgs, setParams, show
 
Methods inherited from class info.magnolia.cms.servlets.CommandBasedMVCServletHandler
findCommand, getCatalogueName, getCommandContext, getViewNameAfterExecution, setCatalogueName
 
Methods inherited from class info.magnolia.cms.servlets.MVCServletHandlerImpl
getCommand, getException, getExceptionStackTrace, getName, getRequest, getResponse, populateFromRequest, setCommand, setRequest, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userRegistrar

protected final UserRegistrar userRegistrar

userProfile

protected UserProfile userProfile

passwordConfirmation

protected String passwordConfirmation
Constructor Detail

AbstractProfilePage

public AbstractProfilePage(String name,
                           javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
Method Detail

setPasswordConfirmation

public void setPasswordConfirmation(String passwordConfirmation)

init

public void init()
Specified by:
init in interface info.magnolia.cms.servlets.MVCServletHandler
Overrides:
init in class info.magnolia.module.admininterface.PageMVCHandler


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.