com.sun.jsfcl.app
Class AbstractRequestBean

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

public abstract class AbstractRequestBean
extends FacesBean

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

See Also:
Serialized Form

Constructor Summary
AbstractRequestBean()
          Create a new request 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

AbstractRequestBean

public AbstractRequestBean()

Create a new request scope bean.