public class GraphServlet
extends org.apache.sling.api.servlets.SlingSafeMethodsServlet
| Modifier and Type | Field and Description |
|---|---|
protected Authorizables |
authorizablesService |
static String |
BROWSER_PATH |
static String |
COMPONENT_BASE |
static String |
MANAGER_PATH |
static String |
SERVLET_PATH |
static org.apache.commons.codec.net.URLCodec |
URL_CODEC |
protected org.apache.sling.xss.XSSFilter |
xssFilter |
| Constructor and Description |
|---|
GraphServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(@NotNull org.apache.sling.api.SlingHttpServletRequest request,
@NotNull org.apache.sling.api.SlingHttpServletResponse response) |
protected AuthorizablesGraph |
getGraph(@NotNull org.apache.sling.api.SlingHttpServletRequest request,
@NotNull org.apache.sling.api.SlingHttpServletResponse response) |
protected AuthorizablesPaths |
getPaths(@NotNull org.apache.sling.api.SlingHttpServletRequest request,
@NotNull org.apache.sling.api.SlingHttpServletResponse response) |
protected String |
nodeUrl(@NotNull org.apache.sling.api.SlingHttpServletRequest request,
@NotNull String option,
@NotNull AuthorizableModel node) |
protected String |
pathUrl(@NotNull org.apache.sling.api.SlingHttpServletRequest request,
@NotNull String option,
@NotNull AuthorizableModel node,
@NotNull String path) |
doGeneric, doHead, doOptions, doTrace, getAllowedRequestMethods, getServletInfo, handleMethodNotImplemented, mayService, service, servicepublic static final String BROWSER_PATH
public static final String MANAGER_PATH
public static final String SERVLET_PATH
public static final String COMPONENT_BASE
public static final org.apache.commons.codec.net.URLCodec URL_CODEC
protected org.apache.sling.xss.XSSFilter xssFilter
protected Authorizables authorizablesService
protected void doGet(@NotNull
@NotNull org.apache.sling.api.SlingHttpServletRequest request,
@NotNull
@NotNull org.apache.sling.api.SlingHttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class org.apache.sling.api.servlets.SlingSafeMethodsServletjavax.servlet.ServletExceptionIOExceptionprotected AuthorizablesGraph getGraph(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull org.apache.sling.api.SlingHttpServletResponse response) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionprotected AuthorizablesPaths getPaths(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull org.apache.sling.api.SlingHttpServletResponse response) throws javax.jcr.RepositoryException
javax.jcr.RepositoryExceptionprotected String nodeUrl(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull String option, @NotNull @NotNull AuthorizableModel node)
protected String pathUrl(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull String option, @NotNull @NotNull AuthorizableModel node, @NotNull @NotNull String path)
Copyright © 2021. All rights reserved.