Uses of Class
org.apache.sling.api.servlets.SlingAllMethodsServlet

Packages that use SlingAllMethodsServlet
org.apache.sling.auth.core.impl   
org.apache.sling.jackrabbit.usermanager.impl.post   
org.apache.sling.jcr.jackrabbit.accessmanager.post   
org.apache.sling.launchpad.testservices.servlets   
org.apache.sling.servlets.post.impl   
 

Uses of SlingAllMethodsServlet in org.apache.sling.auth.core.impl
 

Subclasses of SlingAllMethodsServlet in org.apache.sling.auth.core.impl
 class LoginServlet
          The LoginServlet lets the Authenticator do the login.
 class LogoutServlet
          The LogoutServlet lets the Authenticator do the logout.
 

Uses of SlingAllMethodsServlet in org.apache.sling.jackrabbit.usermanager.impl.post
 

Subclasses of SlingAllMethodsServlet in org.apache.sling.jackrabbit.usermanager.impl.post
 class AbstractAuthorizablePostServlet
          Base class for all the POST servlets for the UserManager operations
 class AbstractGroupPostServlet
          Base class for servlets manipulating groups
 class AbstractUserPostServlet
          Base class for servlets manipulating users
 class ChangeUserPasswordServlet
           Changes the password associated with a user.
 class CreateGroupServlet
           Sling Post Servlet implementation for creating a group in the jackrabbit UserManager.
 class CreateUserServlet
           Sling Post Servlet implementation for creating a user in the jackrabbit UserManager.
 class DeleteAuthorizableServlet
          Rest Service Description
 class UpdateGroupServlet
           Sling Post Operation implementation for updating a group in the jackrabbit UserManager.
 class UpdateUserServlet
           Sling Post Operation implementation for updating a user in the jackrabbit UserManager.
 

Uses of SlingAllMethodsServlet in org.apache.sling.jcr.jackrabbit.accessmanager.post
 

Subclasses of SlingAllMethodsServlet in org.apache.sling.jcr.jackrabbit.accessmanager.post
 class AbstractAccessPostServlet
          Base class for all the POST servlets for the AccessManager operations
 class AbstractGetAclServlet
           
 class DeleteAcesServlet
           Sling Post Servlet implementation for deleting the ACE for a set of principals on a JCR resource.
 class GetAclServlet
           Sling GET servlet implementation for dumping the declared ACL of a resource to JSON.
 class GetEffectiveAclServlet
           Sling GET servlet implementation for dumping the declared ACL of a resource to JSON.
 class ModifyAceServlet
           Sling Post Servlet implementation for modifying the ACEs for a principal on a JCR resource.
 

Uses of SlingAllMethodsServlet in org.apache.sling.launchpad.testservices.servlets
 

Subclasses of SlingAllMethodsServlet in org.apache.sling.launchpad.testservices.servlets
 class ExtensionServlet
          Example/test Sling Servlet registered with two extensions
 class HtmlDefaultServlet
          Default servlet for the html extension, see SLING-1069.
 class PathsServlet
          Servlet that registers itself for specific paths
 class PrefixServletMinusOne
          Example/test Sling Servlet using a prefix to demonstrate how PrefixServletZero overrides PrefixServletMinusOne
 class PrefixServletZero
          Example/test Sling Servlet using a prefix to demonstrate how PrefixServletZero overrides PrefixServletMinusOne
 class PutMethodServlet
          Example/test Sling Servlet registered for the PUT method on a specific resource type
 class RequestUriOptingServlet
          OptingServlet that uses the RequestURI to opt in
 class SelectorServlet
          Example/test Sling Servlet registered with two selectors
 

Uses of SlingAllMethodsServlet in org.apache.sling.servlets.post.impl
 

Subclasses of SlingAllMethodsServlet in org.apache.sling.servlets.post.impl
 class SlingPostServlet
          POST servlet that implements the sling client library "protocol"
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.