Class PropertyServlet

  • All Implemented Interfaces:
    com.composum.sling.core.service.RestrictedService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class PropertyServlet
    extends com.composum.sling.core.servlet.AbstractServiceServlet
    The service servlet handling one single JCR property for one resource.
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyServlet

        public PropertyServlet()
    • Method Detail

      • getOperations

        @NotNull
        protected @NotNull com.composum.sling.core.servlet.ServletOperationSet<PropertyServlet.Extension,​PropertyServlet.Operation> getOperations()
        Specified by:
        getOperations in class com.composum.sling.core.servlet.AbstractServiceServlet
      • init

        public void init()
                  throws javax.servlet.ServletException
        setup of the servlet operation set for this servlet instance
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException