Skip navigation links

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


oracle.adf.view.rich.activedata
Class NullDataUpdateManagerFactory

java.lang.Object
  extended by oracle.adf.view.rich.activedata.NullDataUpdateManagerFactory

All Implemented Interfaces:
DataUpdateManagerFactory

public class NullDataUpdateManagerFactory
extends java.lang.Object
implements DataUpdateManagerFactory

DataUpdateManagerFactory that returns a DataUpdateManager that does nothing.

Author:
Blake Sullivan

Constructor Summary
NullDataUpdateManagerFactory()
           

 

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

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

NullDataUpdateManagerFactory

public NullDataUpdateManagerFactory()

Method Detail

getDataUpdateManager

public DataUpdateManager getDataUpdateManager(javax.faces.context.FacesContext context)
Returns the instance of the DataUpdateManager to use for this request
Specified by:
getDataUpdateManager in interface DataUpdateManagerFactory
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-04


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