public abstract class StateTokenProcessor extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | STATELESS_TOKEN | 
| Constructor and Description | 
|---|
| StateTokenProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Object | decode(FacesContext facesContext,
      String token) | 
| abstract String | encode(FacesContext facesContext,
      Object savedStateObject) | 
| boolean | isStateless(FacesContext facesContext,
           String token) | 
public static final String STATELESS_TOKEN
public abstract Object decode(FacesContext facesContext, String token)
public abstract String encode(FacesContext facesContext, Object savedStateObject)
public boolean isStateless(FacesContext facesContext, String token)
Copyright © 2022 The Apache Software Foundation. All rights reserved.