kieker.webgui.web.beans.request.user
Class NewUserBean
java.lang.Object
kieker.webgui.web.beans.request.user.AbstractUserBean
kieker.webgui.web.beans.request.user.NewUserBean
@Component
@Scope(value="request")
public final class NewUserBean
- extends AbstractUserBean
This simple Spring
managed bean is request scoped and can be used to store the necessary data for a new user during a request. It should not be used, for
example, to deliver a list containing the available user within the system. For such cases you should use User
instead.
- Author:
- Nils Christian Ehmke
Constructor Summary |
NewUserBean()
Creates a new instance of this bean and initializes it with default values. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewUserBean
public NewUserBean()
- Creates a new instance of this bean and initializes it with default values. Do not use this constructor. This bean is Spring managed.
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getMessageTarget
public javax.faces.component.UIComponent getMessageTarget()
setMessageTarget
public void setMessageTarget(javax.faces.component.UIComponent messageTarget)
Copyright © 2015. All rights reserved.