| Package | Description |
|---|---|
| org.apache.isis.viewer.restfulobjects.rendering.domainobjects |
| Modifier and Type | Field and Description |
|---|---|
BodyArgs |
MutatorSpec.arguments |
| Modifier and Type | Method and Description |
|---|---|
static BodyArgs |
BodyArgs.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BodyArgs[] |
BodyArgs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MutatorSpec |
MutatorSpec.of(org.apache.isis.viewer.restfulobjects.applib.Rel rel,
Class<? extends org.apache.isis.core.metamodel.facetapi.Facet> validationFacetType,
Class<? extends org.apache.isis.core.metamodel.facetapi.Facet> mutatorFacetType,
org.apache.isis.viewer.restfulobjects.applib.RestfulHttpMethod httpMethod,
BodyArgs argSpec) |
static MutatorSpec |
MutatorSpec.of(org.apache.isis.viewer.restfulobjects.applib.Rel rel,
Class<? extends org.apache.isis.core.metamodel.facetapi.Facet> validationFacetType,
Class<? extends org.apache.isis.core.metamodel.facetapi.Facet> mutatorFacetType,
org.apache.isis.viewer.restfulobjects.applib.RestfulHttpMethod httpMethod,
BodyArgs argSpec,
String suffix) |
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.