Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-03


oracle.adf.view.rich.activedata
Interface DataUpdateManagerFactory

All Known Implementing Classes:
NullDataUpdateManagerFactory

public interface DataUpdateManagerFactory

Returns the instance of the DataUpdateManager to use for this request

Author:
Blake Sullivan

Method Summary
 DataUpdateManager getDataUpdateManager(javax.faces.context.FacesContext context)
          Returns the instance of the DataUpdateManager to use for this request

 

Method Detail

getDataUpdateManager

DataUpdateManager getDataUpdateManager(javax.faces.context.FacesContext context)
Returns the instance of the DataUpdateManager to use for this request
Parameters:
context - current FacesContext
Returns:
DataUpdateManager to use for this request

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-03


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