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

Packages that use SlingSafeMethodsServlet
org.apache.sling.api.servlets   
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.scripting   
org.apache.sling.launchpad.testservices.servlets   
org.apache.sling.servlets.get.impl   
org.apache.sling.servlets.get.impl.helpers   
org.apache.sling.servlets.get.impl.impl.info   
org.apache.sling.servlets.post.impl   
org.apache.sling.servlets.resolver.internal.defaults   
 

Uses of SlingSafeMethodsServlet in org.apache.sling.api.servlets
 

Subclasses of SlingSafeMethodsServlet in org.apache.sling.api.servlets
 class SlingAllMethodsServlet
          Helper base class for data modifying Servlets used in Sling.
 

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

Subclasses of SlingSafeMethodsServlet 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 SlingSafeMethodsServlet in org.apache.sling.jackrabbit.usermanager.impl.post
 

Subclasses of SlingSafeMethodsServlet 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 SlingSafeMethodsServlet in org.apache.sling.jcr.jackrabbit.accessmanager.post
 

Subclasses of SlingSafeMethodsServlet 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 SlingSafeMethodsServlet in org.apache.sling.launchpad.testservices.scripting
 

Subclasses of SlingSafeMethodsServlet in org.apache.sling.launchpad.testservices.scripting
 class StandaloneScriptExecutionServlet
          Test Servlet that executes a named script in standalone mode, i.e.
 

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

Subclasses of SlingSafeMethodsServlet in org.apache.sling.launchpad.testservices.servlets
 class ExtensionServlet
          Example/test Sling Servlet registered with two extensions
 class GetConfigServlet
          GET returns the contents of an OSGi config by PID
 class HtmlDefaultServlet
          Default servlet for the html extension, see SLING-1069.
 class NamespaceTestServlet
          Test Servlet which outputs the current namespace mappings.
 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 SlingSafeMethodsServlet in org.apache.sling.servlets.get.impl
 

Subclasses of SlingSafeMethodsServlet in org.apache.sling.servlets.get.impl
 class DefaultGetServlet
          A SlingSafeMethodsServlet that renders the current Resource as simple HTML
 class DefaultHeadServlet
          The DefaultHeadServlet class implements default support for the HTTP HEAD request method.
 class JsonQueryServlet
          A SlingSafeMethodsServlet that renders the search results as JSON data
 class RedirectServlet
          The RedirectServlet implements support for GET requests to resources of type sling:redirect.
 

Uses of SlingSafeMethodsServlet in org.apache.sling.servlets.get.impl.helpers
 

Subclasses of SlingSafeMethodsServlet in org.apache.sling.servlets.get.impl.helpers
 class HtmlRendererServlet
          The HtmlRendererServlet renders the current resource in HTML on behalf of the DefaultGetServlet.
 class JsonRendererServlet
          The JsonRendererServlet renders the current resource in JSON on behalf of the DefaultGetServlet.
 class PlainTextRendererServlet
          The PlainTextRendererServlet renders the current resource in plain text on behalf of the DefaultGetServlet.
 class StreamRendererServlet
          The StreamRendererServlet streams the current resource to the client on behalf of the DefaultGetServlet.
 class XMLRendererServlet
          The XMLRendererServlet renders the current resource in XML on behalf of the DefaultGetServlet.
 

Uses of SlingSafeMethodsServlet in org.apache.sling.servlets.get.impl.impl.info
 

Subclasses of SlingSafeMethodsServlet in org.apache.sling.servlets.get.impl.impl.info
 class SlingInfoServlet
          The SlingInfoServlet TODO
 

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

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

Uses of SlingSafeMethodsServlet in org.apache.sling.servlets.resolver.internal.defaults
 

Subclasses of SlingSafeMethodsServlet in org.apache.sling.servlets.resolver.internal.defaults
 class DefaultServlet
          The DefaultServlet is a very simple default resource handler.
 



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