Created
May 13, 2012 17:48
-
-
Save donatasnicequestion/2689470 to your computer and use it in GitHub Desktop.
Get an instance of ADF method binding
This file contains 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
/* | |
* Get an instance of method binding named loadData1 (feeling analyzer service) | |
* of current binding container | |
* The implementation is therefore COUPLED with a page definition | |
*/ | |
BindingContext context = BindingContext.getCurrent(); | |
BindingContainer bindings = context.getCurrentBindingsEntry(); | |
OperationBinding operation = bindings.getOperationBinding("loadData1"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment