org.granite.tide.cdi
Class SessionState

java.lang.Object
  extended by org.granite.tide.cdi.SessionState
All Implemented Interfaces:
Serializable

@SessionScoped
public class SessionState
extends Object
implements Serializable

Author:
William DRAI
See Also:
Serialized Form

Constructor Summary
SessionState()
           
 
Method Summary
 boolean isFirstCall()
           
 void setFirstCall(boolean firstCall)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionState

public SessionState()
Method Detail

isFirstCall

public boolean isFirstCall()

setFirstCall

public void setFirstCall(boolean firstCall)