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) |
getTreeStructureToRestore
public 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.ResponseStateManagerImpl
public Object getState(javax.faces.context.FacesContext context, String viewId)
getState
in class com.sun.faces.renderkit.ResponseStateManagerImpl
ResponseStateManager.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.ResponseStateManagerImpl
IOException
ResponseStateManager.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.ResponseStateManagerImpl
ResponseStateManager.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.ResponseStateManagerImpl
facesContext
- 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.ResponseStateManagerImpl
Copyright © 2015 Nuxeo SA. All rights reserved.