| Package | Description |
|---|---|
| org.apache.isis.viewer.restfulobjects.rendering.domainobjects | |
| org.apache.isis.viewer.restfulobjects.rendering.service |
| Modifier and Type | Method and Description |
|---|---|
ActionResultReprRenderer.SelfLink |
ObjectAndActionInvocation.getSelfLink() |
static ActionResultReprRenderer.SelfLink |
ActionResultReprRenderer.SelfLink.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionResultReprRenderer.SelfLink[] |
ActionResultReprRenderer.SelfLink.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ActionResultReprRenderer(IResourceContext resourceContext,
LinkFollowSpecs linkFollower,
ActionResultReprRenderer.SelfLink selfLink,
org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation representation) |
ObjectAndActionInvocation(org.apache.isis.core.metamodel.spec.ManagedObject objectAdapter,
org.apache.isis.core.metamodel.spec.feature.ObjectAction action,
org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation arguments,
List<org.apache.isis.core.metamodel.spec.ManagedObject> argAdapters,
org.apache.isis.core.metamodel.spec.ManagedObject returnedAdapter,
ActionResultReprRenderer.SelfLink selfLink) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RepresentationService.actionResult(IResourceContext resourceContext,
ObjectAndActionInvocation objectAndActionInvocation,
ActionResultReprRenderer.SelfLink selfLink) |
javax.ws.rs.core.Response |
RepresentationServiceContentNegotiator.actionResult(IResourceContext renderContext,
ObjectAndActionInvocation objectAndActionInvocation,
ActionResultReprRenderer.SelfLink selfLink) |
Copyright © 2010–2020 The Apache Software Foundation. All rights reserved.