Sling Filter Restring scope to resources
Hi,
I want to reggister a filter using a resourceTypes , as part of my code i have implemented the following
@8220494(service = Filter.class, property = {SLING_FILTER_SCOPE_REQUEST, SERVICE_RANKING_MAX,
SLING_FILTER_RESOURCETYPES + "= testproject/components/page/myDetailsPage"})
when i open an page with the above resourcetype, the above filter is not getting triggered, can anyone help me how to overcome this issue.
also how to register the filter using multiple resourceTypes