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, executeAdminServletPostRequestProcessors, formatCompleteServiceLink, formatLongObject, formatLongPropertyValue, formatObject, formatPropertyValue, formatServiceLink, formatServiceName, formatServiceName, getAbsoluteNameOf, getDynamicPropertyValue, getPropertyConfigurationErrorString, getPropertyDescriptor, getResourceBundle, getResourceString, getResourceString, getResourceString, getResponseStream, 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
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public 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 ServiceAdminServlet
pRequest
- 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.ServletException
java.io.IOException
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
javax.servlet.ServletException
java.io.IOException
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
javax.servlet.ServletException
java.io.IOException
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
javax.servlet.ServletException
java.io.IOException