public class WebAppRegistryAdminServlet extends ServiceAdminServlet
ServiceAdminServlet,
Serialized FormServiceAdminServlet.EncodingOutputStream| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
ATTR_AMIN_SERVLET_POST_REQUEST_PROCESSORS, mCharEncoding, mNucleus, mResolvedService, mService, mUseServletOutputStream| Constructor and Description |
|---|
WebAppRegistryAdminServlet(java.lang.Object pService,
Nucleus pNucleus) |
| Modifier and Type | Method and Description |
|---|---|
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) |
addAdminServletPostRequestProcessor, allowPropertyValueLink, appendToUrlAndEscape, appendToUrlAndEscape, executeAdminServletPostRequestProcessors, formatCompleteServiceLink, formatLongObject, formatLongPropertyValue, formatObject, formatPropertyValue, formatServiceLink, formatServiceName, formatServiceName, getAbsoluteNameOf, getDynamicPropertyValue, getPropertyConfigurationErrorString, getPropertyDescriptor, getResourceBundle, getResourceString, getResourceString, getResourceString, getResponseStream, getScopeRelativePath, getService, 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, sortPropertyDescriptorsdoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic WebAppRegistryAdminServlet(java.lang.Object pService,
Nucleus pNucleus)
protected void printAdmin(javax.servlet.http.HttpServletRequest pRequest,
javax.servlet.http.HttpServletResponse pResponse,
javax.servlet.ServletOutputStream pOut)
throws javax.servlet.ServletException,
java.io.IOException
printAdmin in class ServiceAdminServletpRequest - a value of type 'HttpServletRequest'pResponse - a value of type 'HttpServletResponse'pOut - a value of type 'ServletOutputStream'javax.servlet.ServletException - if an error occursjava.io.IOException - if an error occursprotected 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
javax.servlet.ServletExceptionjava.io.IOExceptionprotected 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
javax.servlet.ServletExceptionjava.io.IOExceptionprotected 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
javax.servlet.ServletExceptionjava.io.IOExceptionprotected 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
javax.servlet.ServletExceptionjava.io.IOException