Class DebugClientlibGraphServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- org.apache.sling.api.servlets.SlingSafeMethodsServlet
-
- com.composum.sling.clientlibs.servlet.DebugClientlibGraphServlet
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
@Deprecated public class DebugClientlibGraphServlet extends org.apache.sling.api.servlets.SlingSafeMethodsServlet
Deprecated.Not yet fully functionalTries to print a graph of all client libraries. Unfortunately it is somewhat too complex to be useful.Plot the result with viz-js.com or try with graphviz, e.g. with some of the command lines
unflatten -f -l 4 -c 6 input.dot | dot | gvpack -array_t6 | neato -s -n2 -Tpng -o output.png
or
ccomps -x graph.dot | dot | gvpack -array3 | neato -Tpng -n2 -o graph.png
- Since:
- 10/2017
- Author:
- Hans-Peter Stoerr
- See Also:
- "viz-js.com", Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVLET_PATH
Deprecated.
-
Constructor Summary
Constructors Constructor Description DebugClientlibGraphServlet()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
doGet(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response)
Deprecated.-
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet
doGeneric, doHead, doOptions, doTrace, getAllowedRequestMethods, getServletInfo, handleMethodNotImplemented, mayService, service, service
-
-
-
-
Field Detail
-
SERVLET_PATH
public static final String SERVLET_PATH
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
doGet
protected void doGet(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull org.apache.sling.api.SlingHttpServletResponse response) throws javax.servlet.ServletException, IOException
Deprecated.- Overrides:
doGet
in classorg.apache.sling.api.servlets.SlingSafeMethodsServlet
- Throws:
javax.servlet.ServletException
IOException
-
-