public class PrimeFacesContext
extends javax.faces.context.FacesContextWrapper
FacesContextWrapper
to init and release our PrimeRequestContext
.Constructor and Description |
---|
PrimeFacesContext(javax.faces.context.FacesContext wrapped) |
Modifier and Type | Method and Description |
---|---|
static CspState |
getCspState(javax.faces.context.FacesContext context) |
javax.faces.context.ExternalContext |
getExternalContext() |
javax.faces.context.FacesContext |
getWrapped() |
void |
release() |
void |
setResponseWriter(javax.faces.context.ResponseWriter writer) |
addMessage, getApplication, getAttributes, getClientIdsWithMessages, getCurrentPhaseId, getELContext, getExceptionHandler, getMaximumSeverity, getMessageList, getMessageList, getMessages, getMessages, getPartialViewContext, getRenderKit, getRenderResponse, getResponseComplete, getResponseStream, getResponseWriter, getViewRoot, isPostback, isProcessingEvents, isProjectStage, isValidationFailed, renderResponse, responseComplete, setCurrentPhaseId, setExceptionHandler, setProcessingEvents, setResponseStream, setViewRoot, validationFailed
public PrimeFacesContext(javax.faces.context.FacesContext wrapped)
public javax.faces.context.ExternalContext getExternalContext()
getExternalContext
in class javax.faces.context.FacesContextWrapper
public void setResponseWriter(javax.faces.context.ResponseWriter writer)
setResponseWriter
in class javax.faces.context.FacesContextWrapper
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
public static CspState getCspState(javax.faces.context.FacesContext context)
Copyright © 2020. All rights reserved.