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

Constructor Index

 o AdminServlet()

Method Index

 o getServletInfo()
Returns a string containing information about the author, version, and copyright of the servlet.
 o init()
Initialize
 o modifyAcls(ServletRequest, ServletResponse)
 o modifyAliases(ServletRequest, ServletResponse)
 o modifyLogs(ServletRequest, ServletResponse)
 o modifyMime(ServletRequest, ServletResponse)
 o modifyRules(ServletRequest, ServletResponse)
 o modifySecurity(ServletRequest, ServletResponse)
 o modifyServer(ServletRequest, ServletResponse)
 o modifyServlets(ServletRequest, ServletResponse)
 o parsePositiveInt(String)
 o serverMonitoring(ServletRequest, ServletResponse)
 o service(ServletRequest, ServletResponse)
Services a single request from the client.

Constructors

 o AdminServlet
  public AdminServlet()

Methods

 o init
  public void init()
Initialize
Overrides:
init in class Servlet
 o service
  public void service(ServletRequest req,
                      ServletResponse res) throws IOException
Services a single request from the client.
Overrides:
service in class Servlet
 o modifyServer
  public void modifyServer(ServletRequest req,
                           ServletResponse res) throws IOException
 o parsePositiveInt
  protected int parsePositiveInt(String value) throws NumberFormatException
 o modifyRules
  public void modifyRules(ServletRequest req,
                          ServletResponse res) throws IOException
 o modifyAliases
  public void modifyAliases(ServletRequest req,
                            ServletResponse res) throws IOException
 o modifySecurity
  public void modifySecurity(ServletRequest req,
                             ServletResponse res) throws IOException
 o modifyAcls
  public void modifyAcls(ServletRequest req,
                         ServletResponse res) throws IOException
 o modifyLogs
  public void modifyLogs(ServletRequest req,
                         ServletResponse res) throws IOException
 o modifyMime
  public void modifyMime(ServletRequest req,
                         ServletResponse res) throws IOException
 o modifyServlets
  public void modifyServlets(ServletRequest req,
                             ServletResponse res) throws IOException
 o serverMonitoring
  public void serverMonitoring(ServletRequest req,
                               ServletResponse res) throws IOException
 o 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