public class ConsoleServlet extends RegistryBasedServlet
| Modifier and Type | Field and Description |
|---|---|
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 void |
getVersion() |
private java.lang.String |
prettyHtmlPrint(GridHubConfiguration config) |
protected void |
process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
getRegistrydoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprivate static final long serialVersionUID
private static final java.util.logging.Logger log
private static java.lang.String coreVersion
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.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionprotected 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.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionprotected void process(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
java.io.IOExceptionprivate java.lang.Object getRequestQueue()
private java.lang.Object getHeader()
private java.lang.String getConfigInfo(boolean verbose)
private java.lang.String prettyHtmlPrint(GridHubConfiguration config)
private void getVersion()