org.primefaces.context
Class PrimeFacesContext

java.lang.Object
  extended by javax.faces.context.FacesContext
      extended by javax.faces.context.FacesContextWrapper
          extended by org.primefaces.context.PrimeFacesContext
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.context.FacesContext>

public class PrimeFacesContext
extends javax.faces.context.FacesContextWrapper

Custom FacesContextWrapper to init and release our RequestContext.


Constructor Summary
PrimeFacesContext(javax.faces.context.FacesContext wrapped)
           
 
Method Summary
 javax.faces.context.FacesContext getWrapped()
           
 void release()
           
 
Methods inherited from class javax.faces.context.FacesContextWrapper
addMessage, getApplication, getAttributes, getClientIdsWithMessages, getCurrentPhaseId, getELContext, getExceptionHandler, getExternalContext, getMaximumSeverity, getMessageList, getMessageList, getMessages, getMessages, getNamingContainerSeparatorChar, getPartialViewContext, getRenderKit, getRenderResponse, getResourceLibraryContracts, getResponseComplete, getResponseStream, getResponseWriter, getViewRoot, isPostback, isProcessingEvents, isProjectStage, isReleased, isValidationFailed, renderResponse, responseComplete, setCurrentPhaseId, setExceptionHandler, setProcessingEvents, setResourceLibraryContracts, setResponseStream, setResponseWriter, setViewRoot, validationFailed
 
Methods inherited from class javax.faces.context.FacesContext
getCurrentInstance, setCurrentInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimeFacesContext

public PrimeFacesContext(javax.faces.context.FacesContext wrapped)
Method Detail

getWrapped

public javax.faces.context.FacesContext getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.FacesContext>
Overrides:
getWrapped in class javax.faces.context.FacesContextWrapper

release

public void release()
Overrides:
release in class javax.faces.context.FacesContextWrapper


Copyright © 2013. All rights reserved.