Class NodetypesPlugin
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.composum.sling.nodes.consoleplugin.NodetypesPlugin
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class NodetypesPlugin extends javax.servlet.http.HttpServletDisplays the stacktraces of active or all threads. Use as console plugin: http://localhost:9090/system/console/nodetype- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classNodetypesPlugin.NodetypesRunner
-
Field Summary
Fields Modifier and Type Field Description protected static StringLOC_CSSLocation for the CSS.static StringPARAM_NAMEREGEXprotected org.apache.sling.api.resource.ResourceResolverFactoryresolverFactory
-
Constructor Summary
Constructors Constructor Description NodetypesPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
LOC_CSS
protected static final String LOC_CSS
Location for the CSS.- See Also:
- Constant Field Values
-
PARAM_NAMEREGEX
public static final String PARAM_NAMEREGEX
- See Also:
- Constant Field Values
-
resolverFactory
protected org.apache.sling.api.resource.ResourceResolverFactory resolverFactory
-
-
Method Detail
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException- Overrides:
doGetin classjavax.servlet.http.HttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-
-