public static class JAXRSApplicationRegistry.JAXRSApplicationRegistryAdminServlet extends ServiceAdminServlet
ServiceAdminServlet.EncodingOutputStreamATTR_AMIN_SERVLET_POST_REQUEST_PROCESSORS, CLASS_VERSION, mCharEncoding, mNucleus, mResolvedService, mService, mUseServletOutputStream| Constructor and Description | 
|---|
JAXRSApplicationRegistryAdminServlet(JAXRSApplicationRegistry pRegistry,
                                    Nucleus pNucleus)
Set up the Admin Servlet for viewing registered JAXRSApplication's. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
printAdmin(javax.servlet.http.HttpServletRequest pRequest,
          javax.servlet.http.HttpServletResponse pResponse,
          javax.servlet.ServletOutputStream pOut)
The main method used for actually outputting the details for display within dyn/admin. 
 | 
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 JAXRSApplicationRegistryAdminServlet(JAXRSApplicationRegistry pRegistry, Nucleus pNucleus)
pRegistry - The registry being viewed.pNucleus - A reference to nucleus.public 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 - the current http request.pResponse - the http response.pOut - the output stream to write to.javax.servlet.ServletException - If there is a failure processing.java.io.IOException - It there is an I/O issue.