Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


oracle.adf.view.rich.context
Class NewSessionURLProviderBase

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


public class NewSessionURLProviderBase
extends NewSessionURLProvider

Base implementation of the NewSessionURLProvider


Constructor Summary
NewSessionURLProviderBase()
           

 

Method Summary
 java.lang.String getNewSessionURL(javax.faces.context.FacesContext context)
          This method is the basic implementation on getting the URL to redirect the page to when session times out.

 

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

 

Constructor Detail

NewSessionURLProviderBase

public NewSessionURLProviderBase()

Method Detail

getNewSessionURL

public java.lang.String getNewSessionURL(javax.faces.context.FacesContext context)
This method is the basic implementation on getting the URL to redirect the page to when session times out.
Specified by:
getNewSessionURL in class NewSessionURLProvider
Parameters:
context - the FacesContext.
Returns:
the URL to redirect to.

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


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