AEM Logo component having design mode dialog | Community
Skip to main content
New Participant
November 17, 2015
Solved

AEM Logo component having design mode dialog

  • November 17, 2015
  • 1 reply
  • 727 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

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

1 reply

edubey
edubeyAccepted solution
New Participant
November 17, 2015

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