Class 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 functional
    Tries 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.
       
    • 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
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
    • Constructor Detail

      • DebugClientlibGraphServlet

        public DebugClientlibGraphServlet()
        Deprecated.
    • 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 class org.apache.sling.api.servlets.SlingSafeMethodsServlet
        Throws:
        javax.servlet.ServletException
        IOException