@WebServlet(value="/server-properties.jsp")
public class SystemPropertiesServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Class and Description |
---|---|
static class |
SystemPropertiesServlet.CompoundProperty
Not every entry in the ofProperty table will have a matching
SystemProperty - so this class exists so
that the admin UI can display either |
static class |
SystemPropertiesServlet.Search
Represents the properties being searched for
|
Constructor and Description |
---|
SystemPropertiesServlet() |
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) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
doPost
in class javax.servlet.http.HttpServlet
IOException
Copyright © 2003–2020 Ignite Realtime. All rights reserved.