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.

Extending OOTB Social Tag Cloud Component in AEM Community

Avatar

Level 1

I have extended the following three classes:

1) interface BlogTagCloud extends SocialCollectionComponent

where RESOURCE_TYPE has been mentioned as extended component.

2) BlogTagCloudCollectionSocialComponentFactory

extends AbstractSocialComponentFactory

implements SocialComponentFactory

where getSupportedResourceType  has been mentioned as extended component and also priority level mentioned as "10000".

3) BlogTagCloudImpl extends BaseSocialComponent

implements KeysightBlogTagCloud

But BlogTagCloudCollectionSocialComponentFactory.java class is not getting called from my exended component.

Anyone have any idea?

2 Replies

Avatar

Level 10

Are you following an Adobe Online doc set for this use case?