static IIdType |
RestfulServerUtils.fullyQualifyResourceIdOrReturnNull(IRestfulServerDefaults theServer,
IBaseResource theResource,
String theServerBase,
IIdType theResourceId) |
static boolean |
RestfulServerUtils.prettyPrintResponse(IRestfulServerDefaults theServer,
RequestDetails theRequest) |
static Object |
RestfulServerUtils.streamResponseAsBundle(IRestfulServerDefaults theServer,
Bundle bundle,
Set<SummaryEnum> theSummaryMode,
boolean respondGzip,
RequestDetails theRequestDetails) |
static Object |
RestfulServerUtils.streamResponseAsResource(IRestfulServerDefaults theServer,
IBaseResource theResource,
Set<SummaryEnum> theSummaryMode,
int stausCode,
boolean theAddContentLocationHeader,
boolean respondGzip,
RequestDetails theRequestDetails) |
static Object |
RestfulServerUtils.streamResponseAsResource(IRestfulServerDefaults theServer,
IBaseResource theResource,
Set<SummaryEnum> theSummaryMode,
int theStausCode,
String theStatusMessage,
boolean theAddContentLocationHeader,
boolean respondGzip,
RequestDetails theRequestDetails,
IIdType theOperationResourceId,
IPrimitiveType<Date> theOperationResourceLastUpdated) |