public class NuxeoResponseStateManagerImpl extends com.sun.faces.renderkit.ResponseStateManagerImpl
| Modifier and Type | Field and Description |
|---|---|
static Object |
MULTIPART_SIZE_ERROR_COMPONENT_ID |
static String |
MULTIPART_SIZE_ERROR_FLAG |
| Constructor and Description |
|---|
NuxeoResponseStateManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCryptographicallyStrongTokenFromSession(javax.faces.context.FacesContext context) |
Object |
getState(javax.faces.context.FacesContext context,
String viewId) |
String |
getViewState(javax.faces.context.FacesContext context,
Object state) |
boolean |
isPostback(javax.faces.context.FacesContext context) |
boolean |
isStateless(javax.faces.context.FacesContext facesContext,
String viewId) |
void |
writeState(javax.faces.context.FacesContext context,
Object state) |
getTreeStructureToRestorepublic static final String MULTIPART_SIZE_ERROR_FLAG
public static final Object MULTIPART_SIZE_ERROR_COMPONENT_ID
public NuxeoResponseStateManagerImpl()
public String getCryptographicallyStrongTokenFromSession(javax.faces.context.FacesContext context)
getCryptographicallyStrongTokenFromSession in class com.sun.faces.renderkit.ResponseStateManagerImplpublic Object getState(javax.faces.context.FacesContext context, String viewId)
getState in class com.sun.faces.renderkit.ResponseStateManagerImplResponseStateManager.getState(javax.faces.context.FacesContext, java.lang.String)public void writeState(javax.faces.context.FacesContext context, Object state) throws IOException
writeState in class com.sun.faces.renderkit.ResponseStateManagerImplIOExceptionResponseStateManager.writeState(javax.faces.context.FacesContext, java.lang.Object)public String getViewState(javax.faces.context.FacesContext context, Object state)
getViewState in class com.sun.faces.renderkit.ResponseStateManagerImplResponseStateManager.getViewState(javax.faces.context.FacesContext, java.lang.Object)public boolean isStateless(javax.faces.context.FacesContext facesContext, String viewId)
isStateless in class com.sun.faces.renderkit.ResponseStateManagerImplfacesContext - the Faces context.viewId - the view id.IllegalStateException - when the request is not a postback.public boolean isPostback(javax.faces.context.FacesContext context)
isPostback in class com.sun.faces.renderkit.ResponseStateManagerImplCopyright © 2019 Nuxeo. All rights reserved.