|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.context.FacesContext
javax.faces.context.FacesContextWrapper
org.primefaces.context.PrimeFacesContext
public class PrimeFacesContext
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 |
---|
public PrimeFacesContext(javax.faces.context.FacesContext wrapped)
Method Detail |
---|
public javax.faces.context.FacesContext getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.context.FacesContext>
getWrapped
in class javax.faces.context.FacesContextWrapper
public void release()
release
in class javax.faces.context.FacesContextWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |