org.apache.sling.jackrabbit.usermanager.post
Class CreateGroupServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by org.apache.sling.api.servlets.SlingSafeMethodsServlet
          extended by org.apache.sling.api.servlets.SlingAllMethodsServlet
              extended by org.apache.sling.jackrabbit.usermanager.post.AbstractAuthorizablePostServlet
                  extended by org.apache.sling.jackrabbit.usermanager.post.AbstractGroupPostServlet
                      extended by org.apache.sling.jackrabbit.usermanager.post.CreateGroupServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class CreateGroupServlet
extends AbstractGroupPostServlet

Sling Post Servlet implementation for creating a group in the jackrabbit UserManager.

See Also:
Serialized Form

Constructor Summary
CreateGroupServlet()
           
 
Method Summary
protected  void handleOperation(SlingHttpServletRequest request, HtmlResponse response, java.util.List<Modification> changes)
          Extending Servlet should implement this operation to do the work
 
Methods inherited from class org.apache.sling.jackrabbit.usermanager.post.AbstractGroupPostServlet
updateGroupMembership
 
Methods inherited from class org.apache.sling.jackrabbit.usermanager.post.AbstractAuthorizablePostServlet
activate, collectContent, deactivate, doPost, externalizePath, getItemPath, getRedirectUrl, hasItemPathPrefix, isSetStatus, processDeletes, requireItemPathPrefix, writeContent
 
Methods inherited from class org.apache.sling.api.servlets.SlingAllMethodsServlet
doDelete, doPut, getAllowedRequestMethods, isMethodValid, mayService
 
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet
doGeneric, doGet, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateGroupServlet

public CreateGroupServlet()
Method Detail

handleOperation

protected void handleOperation(SlingHttpServletRequest request,
                               HtmlResponse response,
                               java.util.List<Modification> changes)
                        throws javax.jcr.RepositoryException
Description copied from class: AbstractAuthorizablePostServlet
Extending Servlet should implement this operation to do the work

Specified by:
handleOperation in class AbstractAuthorizablePostServlet
Parameters:
request - the sling http request to process
response - the response
Throws:
javax.jcr.RepositoryException


Copyright © 2007-2009. All Rights Reserved.