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 is working on the following Sling Model that is being used in a component. @Model(adaptables = SlingHttpServletRequest.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL) public class SampleModel { @Inject private Page currentPage; private boolead matchingTitle; @PostConstruct private void init(){ matchingTitle = title.equals(currentPage.getName()); } public boolean isMatchingTitle(){ return matchingTitle; } } The model must check if the configured value of the jct:title property for the component matches the same name of the current page. If the jcr:title property of the component has NOT been configured, then isMatchingTitle() must return false. How should the developer inject the title property in this model?