Created
May 28, 2012 15:08
-
-
Save donatasnicequestion/2819637 to your computer and use it in GitHub Desktop.
Implementation of specific ADF flow scoped bean data control.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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