Skip navigation links
oracle.adf.model.bean
Class DataControlFactoryImpl
java.lang.Object
oracle.adf.model.generic.DataControlFactoryImpl
oracle.adf.model.bean.DataControlFactoryImpl
- All Implemented Interfaces:
- DataControlFactory
-
public class DataControlFactoryImpl
- extends DataControlFactoryImpl
Method Summary |
protected DataControl |
createBeanDataControl(java.lang.String name, java.lang.String beanClass, java.lang.Object beanInstance, boolean root)
Override this method to supply custom generic-based data control |
DataControl |
createSession(BindingContext ctx, java.lang.String sName, java.util.Map appParams, java.util.Map parameters)
The DataControl developer should implement createSession to return an instance of DataControl . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataControlFactoryImpl
public DataControlFactoryImpl()
createSession
public DataControl createSession(BindingContext ctx,
java.lang.String sName,
java.util.Map appParams,
java.util.Map parameters)
- Description copied from interface:
DataControlFactory
- The DataControl developer should implement createSession to return an instance of
DataControl
. For example, the JavaBean DataControl implements DataControlFactoryImpl
to return an instance of DCGenericDataControl
.
The data binding framework will typically invoke this method once, at the beginning of a new application session. The DataControl factory implementation to use is determined by the DataControl definition.
-
- Specified by:
createSession
in interface DataControlFactory
- Overrides:
createSession
in class DataControlFactoryImpl
-
- Parameters:
ctx
- The BindingContext for which the DataControl is being created
sName
- The DataControl name as specified in the DataControl definition
appParams
- Additional application createSession context
parameters
- A Map containing name/value pairs of the properties defined in the DataControl definition
The framework may pass additional context in the applicationParams Map. For example, in the case of a HttpSession, the framework will add the current HttpSession to the applicationParams Map.
createBeanDataControl
protected DataControl createBeanDataControl(java.lang.String name,
java.lang.String beanClass,
java.lang.Object beanInstance,
boolean root)
- Override this method to supply custom generic-based data control
Skip navigation links
Copyright © 1997, 2011, Oracle. All rights reserved.