public class RestResolver extends GenericService implements ComponentResolver
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
SERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description | 
|---|
RestResolver()
Constructor 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
findComponent(java.lang.Object pIdentifier,
             java.lang.Object... pDynamoRequest)
Resolves components by doing a nucleus lookup, a filtered component lookup, and then a JNDI lookup. 
 | 
Nucleus | 
getGlobalNucleus()
Returns a reference to the global nucleus 
 | 
protected java.lang.Object | 
lookupFilteredComponent(java.lang.Object pIdentifier,
                       java.lang.Object... pDynamoRequest)
Resolves components by doing a filtered component lookup. 
 | 
protected java.lang.Object | 
lookupJNDIComponent(java.lang.Object pIdentifier,
                   java.lang.Object... pDynamoRequest)
Resolves components by doing a JNDI lookup. 
 | 
protected java.lang.Object | 
lookupNucleusComponent(java.lang.Object pIdentifier,
                      java.lang.Object... pDynamoRequest)
Resolves components by doing a nucleus lookup. 
 | 
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService, toStringvlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic Nucleus getGlobalNucleus()
public java.lang.Object findComponent(java.lang.Object pIdentifier,
                                      java.lang.Object... pDynamoRequest)
findComponent in interface ComponentResolverpIdentifier - a string containing the pathpDynamo - if supplied, a DynamoHttpServletRequest to resolve request, session, and globally scoped components.
        If not supplied, resolves only globally scoped components.ComponentResolver.findComponent(Object, Object...)protected java.lang.Object lookupNucleusComponent(java.lang.Object pIdentifier,
                                                  java.lang.Object... pDynamoRequest)
pIdentifier - a string containing the pathpDynamo - if supplied, a DynamoHttpServletRequest to resolve request, session, and globally scoped components.
        If not supplied, resolves only globally scoped components.protected java.lang.Object lookupFilteredComponent(java.lang.Object pIdentifier,
                                                   java.lang.Object... pDynamoRequest)
pIdentifier - a string containing the pathpDynamo - if supplied, a DynamoHttpServletRequest.protected java.lang.Object lookupJNDIComponent(java.lang.Object pIdentifier,
                                               java.lang.Object... pDynamoRequest)
pIdentifier - a string containing the pathpDynamo - if supplied, a DynamoHttpServletRequest