public abstract class NewSessionURLProvider extends Object
| Constructor and Description |
|---|
NewSessionURLProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getNewSessionURL(javax.faces.context.FacesContext context)
Used to provide the view with a URL to create a new session if the current session expires while the current page is displayed.
|
public abstract String getNewSessionURL(javax.faces.context.FacesContext context)
context - the FacesContext.IllegalStateException - if called outside of the RENDER_RESPONSE phase.