|
|||||||||
| Home >> All >> nectar >> template >> [ blocks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
nectar.template.blocks
Class LoginBlockView

java.lang.Objectnectar.template.blocks.BlockView
nectar.template.blocks.LoginBlockView
- All Implemented Interfaces:
- java.io.Serializable
- public class LoginBlockView
- extends BlockView
| Field Summary | |
static java.lang.String |
LOGIN_ERROR_KEY
|
(package private) nectar.view.PersonView |
user
|
| Fields inherited from class nectar.template.blocks.BlockView |
project, request |
| Constructor Summary | |
LoginBlockView()
|
|
| Method Summary | |
java.lang.String |
getErrorKey()
|
nectar.view.PersonView |
getView()
|
void |
init()
|
boolean |
isLoggedIn()
|
void |
setLoggedIn(boolean b)
|
void |
setView(nectar.view.PersonView s)
|
| Methods inherited from class nectar.template.blocks.BlockView |
getJSP, setJSP, setProject, setRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
user
nectar.view.PersonView user
LOGIN_ERROR_KEY
public static final java.lang.String LOGIN_ERROR_KEY
- See Also:
- Constant Field Values
| Constructor Detail |
LoginBlockView
public LoginBlockView()
| Method Detail |
isLoggedIn
public boolean isLoggedIn()
setLoggedIn
public void setLoggedIn(boolean b)
getView
public nectar.view.PersonView getView()
setView
public void setView(nectar.view.PersonView s)
getErrorKey
public java.lang.String getErrorKey()
init
public void init()
throws nectar.data.DataException
|
|||||||||
| Home >> All >> nectar >> template >> [ blocks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC