Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Fetch Page Properties in Servlet

Avatar

Level 1

Implemented an servlet which export page info, considering this I wanted to get page properties in given servlet, when I add PageManager or CurrentPage & passing the page path causes problem and trying to adapt to Page also have problem, can anybody please help.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @shiva_das,

I can able to achieve it without any issue, please check this: https://github.com/sansai2011/klick/blob/master/core/src/main/java/com/klick/core/servlets/PageInfoS...

Hope that helps!

Regards,

Santosh

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @shiva_das,

I can able to achieve it without any issue, please check this: https://github.com/sansai2011/klick/blob/master/core/src/main/java/com/klick/core/servlets/PageInfoS...

Hope that helps!

Regards,

Santosh