Class BeanContext.Service

  • All Implemented Interfaces:
    BeanContext, Cloneable, org.apache.sling.api.adapter.Adaptable
    Enclosing interface:
    BeanContext

    public static class BeanContext.Service
    extends BeanContext.Map
    a Service based implementation for a background service or a job execution
    • Constructor Detail

      • Service

        public Service()
      • Service

        public Service​(org.apache.sling.api.resource.ResourceResolver resolver)
      • Service

        public Service​(org.apache.sling.api.SlingHttpServletRequest request,
                       org.apache.sling.api.SlingHttpServletResponse response)
      • Service

        public Service​(org.apache.sling.api.SlingHttpServletRequest request,
                       org.apache.sling.api.SlingHttpServletResponse response,
                       org.apache.sling.api.resource.Resource resource)
      • Service

        public Service​(org.apache.sling.api.SlingHttpServletRequest request,
                       org.apache.sling.api.SlingHttpServletResponse response,
                       org.apache.sling.api.resource.Resource resource,
                       org.apache.sling.api.resource.ResourceResolver resolver)