Class ResponseStateManager

java.lang.Object
jakarta.faces.render.ResponseStateManager

public abstract class ResponseStateManager extends Object
see Javadoc of Faces Specification
  • Field Details

  • Constructor Details

    • ResponseStateManager

      public ResponseStateManager()
  • Method Details

    • writeState

      public void writeState(FacesContext context, Object state) throws IOException
      Throws:
      IOException
    • getViewState

      public String getViewState(FacesContext context, Object state)
      Parameters:
      context -
      state -
      Returns:
      Since:
      2.0
    • getState

      public Object getState(FacesContext context, String viewId)
      Since:
      1.2
    • isPostback

      public boolean isPostback(FacesContext context)
      Checks if the current request is a postback
      Since:
      1.2
    • getCryptographicallyStrongTokenFromSession

      public String getCryptographicallyStrongTokenFromSession(FacesContext context)
      Parameters:
      context -
      Returns:
      Since:
      2.2
    • isStateless

      public boolean isStateless(FacesContext context, String viewId)
      Parameters:
      context -
      viewId -
      Returns:
      Since:
      2.2