Class ResponseStateManager

java.lang.Object
jakarta.faces.render.ResponseStateManager
Direct Known Subclasses:
ResponseStateManagerImpl

public abstract class ResponseStateManager
extends Object

ResponseStateManager is the helper class to StateManager that knows the specific rendering technology being used to generate the response. It is a singleton abstract class, vended by the RenderKit. This class knows the mechanics of saving state, whether it be in hidden fields, session, or some combination of the two.