// get the request resourcePath
String resourcePath = resourcePathResolver.resolve(rc.getPathInfo(), rc);
WebRestRef webRestRef = restRegistry.getWebRestRef(rc,resourcePath);
// --------- Resolve the ResponseType --------- //
// determine the requestType
if (webRestRef != null){
responseType = ResponseType.rest;