What single class must you substitute for XXXXXX in the two locations in the code?

The current page includes the following entries in its page definition file:
<bindings>
<attributeValues IterBinding="EmployeesView1Iterator" id="Email">
<AttrNames>
<Item Value="Email"/>
</AttrNames>
</attributeValues>
</bindings>
Programmatically, in a managed bean, you need to read the current EmployeesView’s email into a string. You write the following code to do this:
DCBindingContainer bc = (DCBindingContainer)BindingContext.getCurrent
().getCurrentBindingsEntry();
XXXXXX emailBinding = (XXXXXX)bc.findCtrlBinding("Email");
String emailValue = emailBinding.getAttribute().getString();
What single class must you substitute for XXXXXX in the two locations in the code? (Choose the best answer.)
A. CtrlBindingContext
B. JUCtrlActionBinding
C. JUCtrlValueBinding
D. DCValueBinding
E. BCValueBinding

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.