Class sun.server.http.AdminServlet
All Packages Class Hierarchy This Package Previous Next Index
Class sun.server.http.AdminServlet
java.lang.Object
|
+----java.servlet.Servlet
|
+----sun.server.http.AdminServlet
- public class AdminServlet
- extends Servlet
Admin Servlet
-
AdminServlet()
-
-
getServletInfo()
- Returns a string containing information about the author, version,
and copyright of the servlet.
-
init()
- Initialize
-
modifyAcls(ServletRequest, ServletResponse)
-
-
modifyAliases(ServletRequest, ServletResponse)
-
-
modifyLogs(ServletRequest, ServletResponse)
-
-
modifyMime(ServletRequest, ServletResponse)
-
-
modifyRules(ServletRequest, ServletResponse)
-
-
modifySecurity(ServletRequest, ServletResponse)
-
-
modifyServer(ServletRequest, ServletResponse)
-
-
modifyServlets(ServletRequest, ServletResponse)
-
-
parsePositiveInt(String)
-
-
serverMonitoring(ServletRequest, ServletResponse)
-
-
service(ServletRequest, ServletResponse)
- Services a single request from the client.
AdminServlet
public AdminServlet()
init
public void init()
- Initialize
- Overrides:
- init in class Servlet
service
public void service(ServletRequest req,
ServletResponse res) throws IOException
- Services a single request from the client.
- Overrides:
- service in class Servlet
modifyServer
public void modifyServer(ServletRequest req,
ServletResponse res) throws IOException
parsePositiveInt
protected int parsePositiveInt(String value) throws NumberFormatException
modifyRules
public void modifyRules(ServletRequest req,
ServletResponse res) throws IOException
modifyAliases
public void modifyAliases(ServletRequest req,
ServletResponse res) throws IOException
modifySecurity
public void modifySecurity(ServletRequest req,
ServletResponse res) throws IOException
modifyAcls
public void modifyAcls(ServletRequest req,
ServletResponse res) throws IOException
modifyLogs
public void modifyLogs(ServletRequest req,
ServletResponse res) throws IOException
modifyMime
public void modifyMime(ServletRequest req,
ServletResponse res) throws IOException
modifyServlets
public void modifyServlets(ServletRequest req,
ServletResponse res) throws IOException
serverMonitoring
public void serverMonitoring(ServletRequest req,
ServletResponse res) throws IOException
getServletInfo
public String getServletInfo()
- Returns a string containing information about the author, version,
and copyright of the servlet.
- Overrides:
- getServletInfo in class Servlet
All Packages Class Hierarchy This Package Previous Next Index