|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17488-01 |
|||||||||
| 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 scopeId)Indicates the beginning of a new scope instance. |
abstract void |
end()Indicates the end of the current scope as identified by the scope ID 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 scopeId)
Due to the scope ID being unique per component instance, a component will get one scope. This means that inside of a forEach loop, there will be one scope per stamp of the loop. For iteration, like af:iterator, there will be one scope, shared across each stamp.
scopeId - identifier for the scope, unique for the duration of the request. The ID is unique per component instance.public abstract void end()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17488-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||