atg.service.webappregistry
Class WebAppRegistryAdminServlet
java.lang.Object
  
javax.servlet.GenericServlet
      
javax.servlet.http.HttpServlet
          
atg.nucleus.ServiceAdminServlet
              
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
 
 
 
| 
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, getAbsoluteNameOf, getPropertyConfigurationErrorString, getPropertyDescriptor, getResourceBundle, getResourceString, getResourceString, getScopeRelativePath, handleInvocationException, insertStyle, printBodyTag, printCollectionValues, printDirectory, printDynamicPropertyValues, printDynamicPropertyValues, printEventSet, printEventSets, printHeaderTitle, printMethodInvocation, printMethodInvocationResult, printMethodInvocationVerification, printMethods, printProperty, printPropertyValues, printPropertyValues, printService, printServiceInfo, printStringValue, printTitle, reloadComponent, 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 | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
WebAppRegistryAdminServlet
public WebAppRegistryAdminServlet(java.lang.Object pService,
                                  Nucleus pNucleus)
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