- BodyArgs - Enum in org.apache.isis.viewer.restfulobjects.rendering.domainobjects
-
- build() - Method in class org.apache.isis.viewer.restfulobjects.rendering.LinkBuilder
-
- builder() - Method in class org.apache.isis.viewer.restfulobjects.rendering.domainobjects.DomainObjectLinkTo
-
- builder(Rel) - Method in class org.apache.isis.viewer.restfulobjects.rendering.domainobjects.DomainObjectLinkTo
-
- builder(Rel) - Method in class org.apache.isis.viewer.restfulobjects.rendering.domainobjects.DomainServiceLinkTo
-
- builder() - Method in interface org.apache.isis.viewer.restfulobjects.rendering.domainobjects.ObjectAdapterLinkTo
-
- builder(Rel) - Method in interface org.apache.isis.viewer.restfulobjects.rendering.domainobjects.ObjectAdapterLinkTo
-
- buildResponse(IResourceContext, ManagedObject) - Method in interface org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationService
-
- buildResponse(IResourceContext, ManagedProperty) - Method in interface org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationService
-
- buildResponse(IResourceContext, ManagedCollection) - Method in interface org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationService
-
- buildResponse(IResourceContext, ManagedAction) - Method in interface org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationService
-
- buildResponse(IResourceContext, ObjectAndActionInvocation) - Method in interface org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationService
-
- buildResponse(IResourceContext, ManagedObject) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceAbstract
-
- buildResponse(IResourceContext, ManagedProperty) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceAbstract
-
- buildResponse(IResourceContext, ManagedCollection) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceAbstract
-
- buildResponse(IResourceContext, ManagedAction) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceAbstract
-
- buildResponse(IResourceContext, ObjectAndActionInvocation) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceAbstract
-
- buildResponse(IResourceContext, ManagedObject) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceForRestfulObjectsV1_0
-
- buildResponse(IResourceContext, ManagedProperty) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceForRestfulObjectsV1_0
-
- buildResponse(IResourceContext, ManagedCollection) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceForRestfulObjectsV1_0
-
- buildResponse(IResourceContext, ManagedAction) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceForRestfulObjectsV1_0
-
- buildResponse(IResourceContext, ObjectAndActionInvocation) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceForRestfulObjectsV1_0
-
- buildResponse(IResourceContext, ManagedObject) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceOrgApacheIsisV1
-
Domain object is returned as a map with the RO 1.0 representation as a special '$$ro' property
within that map.
- buildResponse(IResourceContext, ManagedProperty) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceOrgApacheIsisV1
-
Individual property of an object is not supported.
- buildResponse(IResourceContext, ManagedCollection) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceOrgApacheIsisV1
-
Individual (parented) collection of an object is returned as a list with the RO representation
as an object in the list with a single property named '$$ro'
- buildResponse(IResourceContext, ManagedAction) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceOrgApacheIsisV1
-
Action prompt is not supported.
- buildResponse(IResourceContext, ObjectAndActionInvocation) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceOrgApacheIsisV1
-
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).
- buildResponse(IResourceContext, ManagedObject) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceXRoDomainType
-
search for an accept header in form application/xml;profile=urn:org.restfulobjects:repr-types/object;x-ro-domain-type=todoapp.dto.module.todoitem.ToDoItemDto
- buildResponse(IResourceContext, ObjectAndActionInvocation) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceXRoDomainType
-
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
- buildResponse(IResourceContext, Object, RepresentationType) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.conneg.ContentNegotiationServiceXRoDomainType
-
- buildResponse(Response.ResponseBuilder) - Method in class org.apache.isis.viewer.restfulobjects.rendering.service.RepresentationServiceContentNegotiator
-
Override to allow further customization.