Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.0)

E10686-08

oracle.adf.share
Class ADFScopeHelper

java.lang.Object
  extended by oracle.adf.share.ADFScopeHelper
All Implemented Interfaces:
java.io.Serializable

public class ADFScopeHelper
extends java.lang.Object
implements java.io.Serializable

Since:
release specific (what release of product did this appear in) Internal use only. Defines some utitlity functions for ADFScope implementations.
See Also:
Serialized Form

Constructor Summary
ADFScopeHelper()
           
 
Method Summary
 void addScopeListener(ADFScopeListener listener)
           
static void addScopeListener(ADFScopeListener listener, java.util.Map scope)
           
 void fireScopeInvalidated(java.lang.String scopeName)
           
static void fireScopeInvalidated(java.lang.String scopeName, java.util.Map scope)
           
 void removeScopeListener(ADFScopeListener listener)
           
static void removeScopeListener(ADFScopeListener listener, java.util.Map scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADFScopeHelper

public ADFScopeHelper()
Method Detail

addScopeListener

public void addScopeListener(ADFScopeListener listener)

addScopeListener

public static void addScopeListener(ADFScopeListener listener,
                                    java.util.Map scope)

removeScopeListener

public void removeScopeListener(ADFScopeListener listener)

removeScopeListener

public static void removeScopeListener(ADFScopeListener listener,
                                       java.util.Map scope)

fireScopeInvalidated

public void fireScopeInvalidated(java.lang.String scopeName)

fireScopeInvalidated

public static void fireScopeInvalidated(java.lang.String scopeName,
                                        java.util.Map scope)

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.0)

E10686-08

Copyright © 1997, 2013, Oracle. All rights reserved.