Class TransformationServiceUser
- java.lang.Object
-
- org.apache.sling.cms.transformer.internal.TransformationServiceUser
-
public class TransformationServiceUser extends Object
Service for retrieving the service user
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_USER
-
Constructor Summary
Constructors Constructor Description TransformationServiceUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sling.api.resource.ResourceResolvergetTransformationServiceUser()voidsetResolverFactory(org.apache.sling.api.resource.ResourceResolverFactory resolverFactory)
-
-
-
Field Detail
-
SERVICE_USER
public static final String SERVICE_USER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTransformationServiceUser
public org.apache.sling.api.resource.ResourceResolver getTransformationServiceUser() throws org.apache.sling.api.resource.LoginException- Throws:
org.apache.sling.api.resource.LoginException
-
setResolverFactory
public void setResolverFactory(org.apache.sling.api.resource.ResourceResolverFactory resolverFactory)
-
-