Skip navigation links

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


oracle.adf.view.rich.context
Class BackingBeanScopeProvider

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


public abstract class BackingBeanScopeProvider
extends java.lang.Object

Abstract implementation for code that provides backing bean scope; this may be overridden.

To override this, provide a file on the classpath at /META-INF/services/oracle.adf.view.rich.context.BackingBeanScopeProvider with the name of the alternative implementation.


Constructor Summary
BackingBeanScopeProvider()
           

 

Method Summary
abstract  void begin(java.lang.String clientId)
          Indicates the beginning of a new scope instance.
abstract  void end()
          Indicates the end of the current scope as identified by the clientId of a previous call to begin().

 

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

 

Constructor Detail

BackingBeanScopeProvider

public BackingBeanScopeProvider()

Method Detail

begin

public abstract void begin(java.lang.String clientId)
Indicates the beginning of a new scope instance. The scope identified will remain current until end() is called.
Parameters:
clientId - identifier for the scope, unique for the duration of the request.

end

public abstract void end()
Indicates the end of the current scope as identified by the clientId of a previous call to begin(). This also makes the previous scope (if any) current again.

Skip navigation links

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


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