javax.ws.rs.core.Response.ResponseBuilder |
ContentNegotiationService.buildResponse(IResourceContext renderContext,
ObjectAndActionInvocation objectAndActionInvocation) |
javax.ws.rs.core.Response.ResponseBuilder |
ContentNegotiationServiceAbstract.buildResponse(IResourceContext renderContext2,
ObjectAndActionInvocation objectAndActionInvocation) |
javax.ws.rs.core.Response.ResponseBuilder |
ContentNegotiationServiceForRestfulObjectsV1_0.buildResponse(IResourceContext resourceContext,
ObjectAndActionInvocation objectAndActionInvocation) |
javax.ws.rs.core.Response.ResponseBuilder |
ContentNegotiationServiceOrgApacheIsisV1.buildResponse(IResourceContext resourceContext,
ObjectAndActionInvocation objectAndActionInvocation)
Action invocation is supported provided it returns a single domain object or a list of domain objects
(ie invocations returning void or scalar value are not supported).
|
javax.ws.rs.core.Response.ResponseBuilder |
ContentNegotiationServiceXRoDomainType.buildResponse(IResourceContext renderContext,
ObjectAndActionInvocation objectAndActionInvocation)
search for an accept header in form application/xml;profile=urn:org.restfulobjects:repr-types/action-result;x-ro-domain-type=todoapp.dto.module.todoitem.ToDoItemDto
|
protected Object |
ContentNegotiationServiceAbstract.returnedObjectOf(ObjectAndActionInvocation objectAndActionInvocation) |