Package org.apache.sling.api.servlets
Class SlingAllMethodsServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- org.apache.sling.api.servlets.SlingSafeMethodsServlet
-
- org.apache.sling.api.servlets.SlingAllMethodsServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
- Direct Known Subclasses:
AbstractPredicateServlet
public class SlingAllMethodsServlet extends SlingSafeMethodsServlet
Helper base class for data modifying Servlets used in Sling. This class extends theSlingSafeMethodsServlet
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.
-
-
Constructor Summary
Constructors Constructor Description SlingAllMethodsServlet()
-
Method Summary
-
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet
getServletInfo, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
-
-