ExamGecko
Question list
Search
Search

Related questions











Question 14 - AD0-E134 discussion

Report
Export

A developer needs to create a new Title component. The requirements are:

A.
The layout must be the same as the Title core component
Answers
A.
The layout must be the same as the Title core component
B.
The text property must have the page title as prefix (e.g., Page Title - <component text>)
Answers
B.
The text property must have the page title as prefix (e.g., Page Title - <component text>)
C.
The component must be reusableWhich approach is recommended?
Answers
C.
The component must be reusableWhich approach is recommended?
D.
Answers
D.
E.
Create a Proxy Component of Title core component
Answers
E.
Create a Proxy Component of Title core component
F.
Create a Custom Sling Model that overrides the default behavior
Answers
F.
Create a Custom Sling Model that overrides the default behavior
G.
Customize the component templateB, 1. Create a custom component from scratch
Answers
G.
Customize the component templateB, 1. Create a custom component from scratch
H.
Create a Custom Sling Model for the component that follows the requirement
Answers
H.
Create a Custom Sling Model for the component that follows the requirement
I.
Create a Model Exporter
Answers
I.
Create a Model Exporter
J.
Answers
J.
K.
Create a Proxy Component from Title core component
Answers
K.
Create a Proxy Component from Title core component
L.
Create a Custom Sling Model that overrides the default behavior
Answers
L.
Create a Custom Sling Model that overrides the default behavior
Suggested answer: A

Explanation:

A proxy component is a site-specific component that inherits from a core component and allows customization of the component name, group, dialog, and behavior. A proxy component can refer to any version of the core component by changing the sling:resourceSuperType property. A custom sling model can be used to implement the logic for adding the page title as prefix to the text property. A component template can be used to define the layout of the component.

Reference: 1 Using Core Components section 2 Create Proxy Component in AEM section 3 AEMCreate

Proxy Component section 4 Proxy Components in AEM 6.4 section 5 AEM Proxy Component Pattern and Component Versioning section

asked 02/10/2024
aakriti grover
51 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first