@Named(value="registrationController") @RequestScoped public class RegistrationController extends Object
| Constructor and Description |
|---|
RegistrationController() |
| Modifier and Type | Method and Description |
|---|---|
String |
doPreregistrateUser()
Action method to perform the preregistration of a new user
|
String |
getEmail()
Get the email of the user to be registered
|
String |
getLogin()
Get the login of the user to be registered
|
String |
getPassword1()
Get the password of the user to be registered
|
String |
getPassword2()
Get the password repetition of the user to be registered
|
void |
setEmail(String email)
Set the email of the user to be registered
|
void |
setLogin(String login)
Set the login of the user to be registered
|
void |
setPassword1(String password1)
Set the password of the user to be registered
|
void |
setPassword2(String password2)
Set the password repetition of the user to be registered
|
public String getLogin()
public void setLogin(String login)
login - login to be setpublic String getEmail()
public void setEmail(String email)
email - email to be setpublic String getPassword1()
public void setPassword1(String password1)
password1 - password to be setpublic String getPassword2()
public void setPassword2(String password2)
password2 - password repetition to be setpublic String doPreregistrateUser()
Copyright © 2018. All rights reserved.