Exam Name: | Adobe Experience Manager Developer Expert | ||
Exam Code: | AD0-E116 Dumps | ||
Vendor: | Adobe | Certification: | Adobe Experience Manager |
Questions: | 94 Q&A's | Shared By: | noel |
A developer has a component named foobar with the following file:
FooBar.java
importcom.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
${fooBar.text}
What is the output when the component is rendered?
A developer needs to configure sets of values according to the following parameters:
- Varies for different staging environments
- Varies for different content paths
-Diffets between author and publish
Which implementation strategy should the developer use to meet these requirements?
A developer is working on a dialog for a contact list component. The dialog has the following requirements:
1. The list of contacts must include one ormore entries.
2. Contact details must include a full name.
3. Contact details must include an email address
4. Contact details can optionally include a short bio
5. Authors need to be able to rearrange the contacts in the list
Which dialog configuration should the developer use to meet all of these requirements?