Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


oracle.adf.view.rich.context
Class ViewScopeProvider

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


public abstract class ViewScopeProvider
extends java.lang.Object

META_INF/services-based application-scoped factory. If present, this factory will be used for AdfFacesContext.getViewScope()

See Also:
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

ViewScopeProvider

public ViewScopeProvider()

Method Detail

getViewScope

public abstract java.util.Map<java.lang.String,java.lang.Object> getViewScope(javax.faces.context.FacesContext context)
Returns a Map of objects at "view" scope. The lifetime of "view" scope is the period that the user interacts with this page instance in a particular view window. Thus, two windows on the same view id will have different "view" scopes.

The viewScope may not be available until after the RestoreView phase completes.


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


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