Skip to content

Instantly share code, notes, and snippets.

@donatasnicequestion
Created May 28, 2012 15:08
Show Gist options
  • Save donatasnicequestion/2819637 to your computer and use it in GitHub Desktop.
Save donatasnicequestion/2819637 to your computer and use it in GitHub Desktop.
Implementation of specific ADF flow scoped bean data control.
package com.nicequestion.donatas.adf;
import com.nicequestion.donatas.controller.SampleFlowController;
/** Implementation of specific ADF flow scoped bean data control.
*
* (Used to "Right-Click->Create Data Control" in JDeveloper :)
*
* SampleFlowDataControl as parameterized type is used to
* provide type information for the ADF data control facility
*
* @author Donatas Valys
*/
public class SampleFlowDataControl extends FlowScopedDataControlBase<SampleFlowController> {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment