Class SlingAllMethodsServlet

All Implemented Interfaces:
Serializable, Servlet, ServletConfig
Direct Known Subclasses:
AbstractPredicateServlet, AbstractPredicateServlet

public class SlingAllMethodsServlet extends SlingSafeMethodsServlet
Helper base class for data modifying Servlets used in Sling. This class extends the SlingSafeMethodsServlet by support for the POST, PUT and DELETE methods.

Implementors note: The methods in this class are all declared to throw the exceptions according to the intentions of the Servlet API rather than throwing their Sling RuntimeException counter parts. This is done to easy the integration with traditional servlets.

See Also:
  • Constructor Details

    • SlingAllMethodsServlet

      public SlingAllMethodsServlet()