Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save donatasnicequestion/2689470 to your computer and use it in GitHub Desktop.
Save donatasnicequestion/2689470 to your computer and use it in GitHub Desktop.
Get an instance of ADF method binding
/*
* 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