oracle.adf.model.generic.toplink
Class DataControlFactoryImpl
java.lang.Object
oracle.adf.model.generic.DataControlFactoryImpl
oracle.adf.model.generic.toplink.DataControlFactoryImpl
- All Implemented Interfaces:
- DataControlFactory
- public class DataControlFactoryImpl
- extends DataControlFactoryImpl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_DATA_CONTROL_CLASS_NAME
public static final java.lang.String DEFAULT_DATA_CONTROL_CLASS_NAME
- See Also:
- Constant Field Values
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
getDataControlClassName
public java.lang.String getDataControlClassName()
- May be overridden to return a custom DataControl class name.
Copyright © 1997, 2004, Oracle. All rights reserved.