com.sun.jsfcl.app
Class AbstractSessionBean

java.lang.Object
  extended by com.sun.jsfcl.app.FacesBean
      extended by com.sun.jsfcl.app.AbstractSessionBean
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.faces.event.PhaseListener

public abstract class AbstractSessionBean
extends FacesBean
implements java.io.Serializable

AbstractSessionBean is the abstract base class for data bean(s) that are stored in session scope attributes. It extends FacesBean, so it inherits all of the default behavior found there.

See Also:
Serialized Form

Constructor Summary
AbstractSessionBean()
          Create a new session scope bean.
 
Method Summary
 
Methods inherited from class com.sun.jsfcl.app.FacesBean
afterApplyRequestValues, afterInvokeApplication, afterPhase, afterProcessValidations, afterRenderResponse, afterRestoreView, afterUpdateModelValues, beforeApplyRequestValues, beforeInvokeApplication, beforePhase, beforeProcessValidations, beforeRenderResponse, beforeRestoreView, beforeUpdateModelValues, erase, error, error, fatal, fatal, getApplication, getApplicationMap, getBean, getContext, getExternalContext, getFacesContext, getLifecycle, getPhaseId, getRequestMap, getSessionMap, getValue, info, info, isPostBack, log, log, renderResponse, setBean, setValue, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSessionBean

public AbstractSessionBean()

Create a new session scope bean.