atg.service.webappregistry
Class WebAppRegistryAdminServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by atg.nucleus.ServiceAdminServlet
              extended by atg.service.webappregistry.WebAppRegistryAdminServlet
All Implemented Interfaces:
atg.beans.NotSerializable, PropertyValueFormatter, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class WebAppRegistryAdminServlet
extends ServiceAdminServlet

Describe class 'WebAppRegistryAdminServlet' here.

Since:
1.0
See Also:
ServiceAdminServlet, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Fields inherited from class atg.nucleus.ServiceAdminServlet
mNucleus, mResolvedService, mService
 
Constructor Summary
WebAppRegistryAdminServlet(java.lang.Object pService, Nucleus pNucleus)
           
 
Method Summary
protected  void printAdmin(javax.servlet.http.HttpServletRequest pRequest, javax.servlet.http.HttpServletResponse pResponse, javax.servlet.ServletOutputStream pOut)
          Describe 'printAdmin' method here.
protected  void printOtherWebApps(javax.servlet.http.HttpServletRequest pRequest, javax.servlet.http.HttpServletResponse pResponse, javax.servlet.ServletOutputStream pOut, java.lang.String pOp)
           
protected  void printStartedWebApps(javax.servlet.http.HttpServletRequest pRequest, javax.servlet.http.HttpServletResponse pResponse, javax.servlet.ServletOutputStream pOut, java.lang.String pOp)
           
protected  void printStoppedWebApps(javax.servlet.http.HttpServletRequest pRequest, javax.servlet.http.HttpServletResponse pResponse, javax.servlet.ServletOutputStream pOut, java.lang.String pOp)
           
protected  void printWebApps(java.lang.String label, java.lang.String pState, java.util.Map pApps, javax.servlet.ServletOutputStream pOut, java.lang.String pOp)
           
 
Methods inherited from class atg.nucleus.ServiceAdminServlet
formatLongObject, formatLongPropertyValue, formatObject, formatPropertyValue, formatServiceLink, formatServiceName, formatServiceName, getPropertyConfigurationErrorString, getPropertyDescriptor, getResourceBundle, getResourceString, getResourceString, handleInvocationException, insertStyle, printBodyTag, printDirectory, printEventSet, printEventSets, printHeaderTitle, printMethodInvocation, printMethodInvocationResult, printMethodInvocationVerification, printMethods, printProperty, printPropertyValues, printPropertyValues, printService, printServiceInfo, printStringValue, printTitle, service, setResolvedService, sortEventSetDescriptors, sortMethodDescriptors, sortPropertyDescriptors
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

WebAppRegistryAdminServlet

public WebAppRegistryAdminServlet(java.lang.Object pService,
                                  Nucleus pNucleus)
Method Detail

printAdmin

protected void printAdmin(javax.servlet.http.HttpServletRequest pRequest,
                          javax.servlet.http.HttpServletResponse pResponse,
                          javax.servlet.ServletOutputStream pOut)
                   throws javax.servlet.ServletException,
                          java.io.IOException
Describe 'printAdmin' method here.

Overrides:
printAdmin in class ServiceAdminServlet
Parameters:
pRequest - a value of type 'HttpServletRequest'
pResponse - a value of type 'HttpServletResponse'
pOut - a value of type 'ServletOutputStream'
Throws:
javax.servlet.ServletException - if an error occurs
java.io.IOException - if an error occurs

printStartedWebApps

protected void printStartedWebApps(javax.servlet.http.HttpServletRequest pRequest,
                                   javax.servlet.http.HttpServletResponse pResponse,
                                   javax.servlet.ServletOutputStream pOut,
                                   java.lang.String pOp)
                            throws javax.servlet.ServletException,
                                   java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

printStoppedWebApps

protected void printStoppedWebApps(javax.servlet.http.HttpServletRequest pRequest,
                                   javax.servlet.http.HttpServletResponse pResponse,
                                   javax.servlet.ServletOutputStream pOut,
                                   java.lang.String pOp)
                            throws javax.servlet.ServletException,
                                   java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

printOtherWebApps

protected void printOtherWebApps(javax.servlet.http.HttpServletRequest pRequest,
                                 javax.servlet.http.HttpServletResponse pResponse,
                                 javax.servlet.ServletOutputStream pOut,
                                 java.lang.String pOp)
                          throws javax.servlet.ServletException,
                                 java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

printWebApps

protected void printWebApps(java.lang.String label,
                            java.lang.String pState,
                            java.util.Map pApps,
                            javax.servlet.ServletOutputStream pOut,
                            java.lang.String pOp)
                     throws javax.servlet.ServletException,
                            java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException