public static class RestResourceRegistry.RestResourceRegistryAdminServlet extends ServiceAdminServlet
ServiceAdminServlet.EncodingOutputStreamATTR_AMIN_SERVLET_POST_REQUEST_PROCESSORS, CLASS_VERSION, mCharEncoding, mNucleus, mResolvedService, mService, mUseServletOutputStream| Constructor and Description | 
|---|
RestResourceRegistryAdminServlet(RestResourceRegistry pRegistry,
                                Nucleus pNucleus)
Set up the Admin Servlet for viewing Rest Resource information. 
 | 
| 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. 
 | 
void | 
printEndpointDetails(javax.servlet.http.HttpServletRequest pRequest,
                    javax.servlet.http.HttpServletResponse pResponse,
                    javax.servlet.ServletOutputStream pOut,
                    RestResourceRegistry.EndpointSettings pEndpoint)
Generates the details of one endpoint 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 RestResourceRegistryAdminServlet(RestResourceRegistry 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.public void printEndpointDetails(javax.servlet.http.HttpServletRequest pRequest,
                                 javax.servlet.http.HttpServletResponse pResponse,
                                 javax.servlet.ServletOutputStream pOut,
                                 RestResourceRegistry.EndpointSettings pEndpoint)
                          throws java.io.IOException
pRequest - the current http request.pResponse - the http response.pOut - the output stream to write to.pEndpoint - the EndpointSettings to displayjava.io.IOException - It there is an I/O issue.