com.day.cq.extwidget.servlets
Class DialogServlet
java.lang.Object
javax.servlet.GenericServlet
org.apache.sling.api.servlets.SlingSafeMethodsServlet
org.apache.sling.api.servlets.SlingAllMethodsServlet
com.day.cq.extwidget.servlets.DialogServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class DialogServlet
- extends SlingAllMethodsServlet
Handles requests for cq:Dialog nodes.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialogServlet
public DialogServlet()
doPost
protected void doPost(SlingHttpServletRequest request,
SlingHttpServletResponse response)
throws ServletException
- Description copied from class:
SlingAllMethodsServlet
- Called by the
SlingAllMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse) method to
handle an HTTP POST request.
This default implementation reports back to the client that the method is
not supported.
Implementations of this class should overwrite this method with their
implementation for the HTTP POST method support.
- Overrides:
doPost in class SlingAllMethodsServlet
- Parameters:
request - The HTTP requestresponse - The HTTP response
- Throws:
ServletException - Not thrown by this implementation.- See Also:
SlingAllMethodsServlet.doPost(org.apache.sling.api.SlingHttpServletRequest,
org.apache.sling.api.SlingHttpServletResponse)
Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.