Valid AD0-E116 Dumps shared by ExamDiscuss.com for Helping Passing AD0-E116 Exam! ExamDiscuss.com now offer the newest AD0-E116 exam dumps, the ExamDiscuss.com AD0-E116 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AD0-E116 dumps with Test Engine here:
A developer has a component named foobar with the following file: FooBar.java import com.adobe.cq.sightly.WCMUsePojo; public class FooBar extends WCMUsePojo; { @Override public void activate() throws Exception {} public String getLink() { return "http://www.foo'bar.com"; } public String getText() { return "foo'bar"; } } foobar.html <div data-sly-use.fooBar="FooBar"> <a href="${fooBar.link}" title="${fooBar.text}"> ${fooBar.text} </a> </div> What is the output when the component is rendered?