public class ConsoleServlet extends RegistryBasedServlet
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONSOLE_PATH_PARAMETER |
private static java.lang.String |
coreVersion |
private static java.util.logging.Logger |
log |
private static long |
serialVersionUID |
Constructor and Description |
---|
ConsoleServlet() |
ConsoleServlet(Registry registry) |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
private java.lang.String |
getConfigInfo(boolean verbose)
retracing how the hub config was built to help debugging.
|
private java.lang.Object |
getHeader() |
private java.lang.Object |
getRequestQueue() |
private java.lang.String |
prettyHtmlPrint(GridHubConfiguration config) |
protected void |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
getRegistry
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
private static final long serialVersionUID
private static final java.util.logging.Logger log
private static java.lang.String coreVersion
public static final java.lang.String CONSOLE_PATH_PARAMETER
public ConsoleServlet()
public ConsoleServlet(Registry registry)
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
protected void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException
java.io.IOException
private java.lang.Object getRequestQueue()
private java.lang.Object getHeader()
private java.lang.String getConfigInfo(boolean verbose)
private java.lang.String prettyHtmlPrint(GridHubConfiguration config)