Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.template.blocks
Class LoginBlockView  view LoginBlockView download LoginBlockView.java

java.lang.Object
  extended bynectar.template.blocks.BlockView
      extended bynectar.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
Overrides:
init in class BlockView