com.day.cq.workflow.servlet
Class ParticipantChooserListServlet
java.lang.Object
javax.servlet.GenericServlet
org.apache.sling.api.servlets.SlingSafeMethodsServlet
org.apache.sling.api.servlets.SlingAllMethodsServlet
com.day.cq.workflow.servlet.ParticipantChooserListServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ParticipantChooserListServlet
- extends SlingAllMethodsServlet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParticipantChooserListServlet
public ParticipantChooserListServlet()
doGet
protected void doGet(SlingHttpServletRequest request,
SlingHttpServletResponse response)
throws ServletException,
IOException
- Description copied from class:
SlingSafeMethodsServlet
- Called by the
SlingSafeMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse) method to
handle an HTTP GET 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 GET method support.
- Overrides:
doGet in class SlingSafeMethodsServlet
- Parameters:
request - The HTTP requestresponse - The HTTP response
- Throws:
ServletException - Not thrown by this implementation.
IOException - If the error status cannot be reported back to the
client.- See Also:
SlingSafeMethodsServlet.doGet(org.apache.sling.api.SlingHttpServletRequest,
org.apache.sling.api.SlingHttpServletResponse)
activate
protected void activate(ComponentContext context)
throws RepositoryException
- Throws:
RepositoryException
Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.