Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


oracle.adf.view.rich.context
Class NewSessionURLProvider

java.lang.Object
  extended by oracle.adf.view.rich.context.NewSessionURLProvider

Direct Known Subclasses:
NewSessionURLProviderBase

public abstract class NewSessionURLProvider
extends java.lang.Object

Constructor Summary
NewSessionURLProvider()
           

 

Method Summary
abstract  java.lang.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.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

NewSessionURLProvider

public NewSessionURLProvider()

Method Detail

getNewSessionURL

public abstract java.lang.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. The current page is identified by the current UIViewRoot. Note: Only called during the JSF RENDER_RESPONSE lifecycle phase.
Parameters:
context - the FacesContext.
Returns:
the URL to redirect to. A null value indicates there is no appropriate URL available.
Throws:
java.lang.IllegalStateException - if called outside of the RENDER_RESPONSE phase.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-06


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.