Home » Mojarra-2.0.1 » javax » faces » context » [javadoc | source]
javax.faces.context
abstract public class: FacesContextWrapper [javadoc | source]
java.lang.Object
   javax.faces.context.FacesContext
      javax.faces.context.FacesContextWrapper

All Implemented Interfaces:
    FacesWrapper

Provides a simple implementation of FacesContext that can be subclassed by developers wishing to provide specialized behavior to an existing FacesContext instance. The default implementation of all methods is to call through to the wrapped FacesContext instance.

Usage: extend this class and override #getWrapped to return the instance being wrapping.

Method from javax.faces.context.FacesContextWrapper Summary:
addMessage,   getApplication,   getAttributes,   getClientIdsWithMessages,   getCurrentPhaseId,   getELContext,   getExceptionHandler,   getExternalContext,   getMaximumSeverity,   getMessageList,   getMessageList,   getMessages,   getMessages,   getPartialViewContext,   getRenderKit,   getRenderResponse,   getResponseComplete,   getResponseStream,   getResponseWriter,   getViewRoot,   getWrapped,   isPostback,   isProcessingEvents,   isProjectStage,   isValidationFailed,   release,   renderResponse,   responseComplete,   setCurrentPhaseId,   setExceptionHandler,   setProcessingEvents,   setResponseStream,   setResponseWriter,   setViewRoot,   validationFailed
Methods from javax.faces.context.FacesContext:
addMessage,   getApplication,   getAttributes,   getClientIdsWithMessages,   getCurrentInstance,   getCurrentPhaseId,   getELContext,   getExceptionHandler,   getExternalContext,   getMaximumSeverity,   getMessageList,   getMessageList,   getMessages,   getMessages,   getPartialViewContext,   getRenderKit,   getRenderResponse,   getResponseComplete,   getResponseStream,   getResponseWriter,   getViewRoot,   isPostback,   isProcessingEvents,   isProjectStage,   isValidationFailed,   release,   renderResponse,   responseComplete,   setCurrentInstance,   setCurrentPhaseId,   setExceptionHandler,   setProcessingEvents,   setResponseStream,   setResponseWriter,   setViewRoot,   validationFailed
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.context.FacesContextWrapper Detail:
 public  void addMessage(String clientId,
    FacesMessage message) 
 public Application getApplication() 
 public Map<Object, Object> getAttributes() 
 public Iterator<String> getClientIdsWithMessages() 
 public PhaseId getCurrentPhaseId() 
 public ELContext getELContext() 
 public ExceptionHandler getExceptionHandler() 
 public ExternalContext getExternalContext() 
 public Severity getMaximumSeverity() 
 public List<FacesMessage> getMessageList() 
 public List<FacesMessage> getMessageList(String clientId) 
 public Iterator<FacesMessage> getMessages() 
 public Iterator<FacesMessage> getMessages(String clientId) 
 public PartialViewContext getPartialViewContext() 
 public RenderKit getRenderKit() 
 public boolean getRenderResponse() 
 public boolean getResponseComplete() 
 public ResponseStream getResponseStream() 
 public ResponseWriter getResponseWriter() 
 public UIViewRoot getViewRoot() 
 abstract public FacesContext getWrapped()
 public boolean isPostback() 
 public boolean isProcessingEvents() 
 public boolean isProjectStage(ProjectStage stage) 
 public boolean isValidationFailed() 
 public  void release() 
 public  void renderResponse() 
 public  void responseComplete() 
 public  void setCurrentPhaseId(PhaseId currentPhaseId) 
 public  void setExceptionHandler(ExceptionHandler exceptionHandler) 
 public  void setProcessingEvents(boolean processingEvents) 
 public  void setResponseStream(ResponseStream responseStream) 
 public  void setResponseWriter(ResponseWriter responseWriter) 
 public  void setViewRoot(UIViewRoot root) 
 public  void validationFailed()