|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.context.BackingBeanScopeProvider
public abstract class BackingBeanScopeProvider
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 |
|---|
public BackingBeanScopeProvider()
| Method Detail |
|---|
public abstract void begin(java.lang.String clientId)
clientId - identifier for the scope, unique for the duration of the request.public abstract void end()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E10684-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||