@Service public class ModerationDashboardSocialComponentFactory extends AbstractSocialComponentFactory
Constructor and Description |
---|
ModerationDashboardSocialComponentFactory() |
Modifier and Type | Method and Description |
---|---|
SocialComponent |
getSocialComponent(Resource resource)
Return the socialComponent.
|
SocialComponent |
getSocialComponent(Resource resource,
ClientUtilities clientUtils,
QueryRequestInfo queryRequestInfo)
Return the socialComponent.
|
SocialComponent |
getSocialComponent(Resource resource,
SlingHttpServletRequest request)
Return the socialComponent.
|
java.lang.String |
getSupportedResourceType() |
getPriority
public ModerationDashboardSocialComponentFactory()
public SocialComponent getSocialComponent(Resource resource)
resource
- The resource for the social component.public SocialComponent getSocialComponent(Resource resource, SlingHttpServletRequest request)
resource
- The resource for the social component.request
- The request using this factory to get a social component.public SocialComponent getSocialComponent(Resource resource, ClientUtilities clientUtils, QueryRequestInfo queryRequestInfo)
resource
- The resource for the social component.clientUtils
- ClientUtils usedqueryRequestInfo
- the queryRequestInfo, which might be used.AbstractSocialComponentFactory.getClientUtilities(SlingHttpServletRequest)
public java.lang.String getSupportedResourceType()
Copyright © 2010 - 2020 Adobe. All Rights Reserved