|
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.ViewScopeProvider
public abstract class ViewScopeProvider
META_INF/services-based application-scoped factory. If present, this factory will be used for AdfFacesContext.getViewScope()
AdfFacesContext.getViewScope()| Constructor Summary | |
|---|---|
ViewScopeProvider() |
|
| Method Summary | |
|---|---|
abstract java.util.Map<java.lang.String,java.lang.Object> |
getViewScope(javax.faces.context.FacesContext context)Returns a Map of objects at "view" scope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewScopeProvider()
| Method Detail |
|---|
public abstract java.util.Map<java.lang.String,java.lang.Object> getViewScope(javax.faces.context.FacesContext context)
The viewScope may not be available until after the RestoreView phase completes.
|
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 | |||||||||