Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM Logo component having design mode dialog

Avatar

Level 9

Hi All,

I have a doubt as below :

1] Why is it that in the article https://helpx.adobe.com/experience-manager/using/creating-logo.html the java filename is something like "img.GET.java". Does it hold any significance or any name can be used?

Any thoughts here would be helpful.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

Its the way sling request are processed... GET in the file denotes its a GET request, you can have POST as well.

Please read this article https://docs.adobe.com/docs/en/cq/5-6-1/developing/the_basics.html#Locating the script

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Hi,

Its the way sling request are processed... GET in the file denotes its a GET request, you can have POST as well.

Please read this article https://docs.adobe.com/docs/en/cq/5-6-1/developing/the_basics.html#Locating the script