public class DomainTypeResourceServerside extends ResourceAbstract implements org.apache.isis.viewer.restfulobjects.applib.domaintypes.DomainTypeResource
Path rather than the interface (at least under RestEasy 1.0.2
and 1.1-RC2).ResourceAbstract.CachingACTION_TYPES, jsonMapper| Constructor and Description |
|---|
DomainTypeResourceServerside() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
domainType(String domainType) |
javax.ws.rs.core.Response |
domainTypeIsSubtypeOf(String domainType,
String superTypeStr,
String args) |
javax.ws.rs.core.Response |
domainTypeIsSupertypeOf(String domainType,
String subTypeStr,
String args) |
javax.ws.rs.core.Response |
domainTypes() |
javax.ws.rs.core.Response |
typeAction(String domainType,
String actionId) |
javax.ws.rs.core.Response |
typeActionParam(String domainType,
String actionId,
String paramName) |
javax.ws.rs.core.Response |
typeCollection(String domainType,
String collectionId) |
javax.ws.rs.core.Response |
typeProperty(String domainType,
String propertyId) |
addLastModifiedAndETagIfAvailable, getAdapterManager, getAuthenticationSession, getConfiguration, getLocalization, getObjectAdapterElseNull, getObjectAdapterElseThrowNotFound, getOidMarshaller, getPersistenceSession, getResourceContext, getServiceAdapter, getServletRequest, getSpecification, getSpecificationLoader, init, init, init, init, jsonFor, responseOf, responseOfNoContent, responseOfOk, responseOfOkpublic DomainTypeResourceServerside()
public javax.ws.rs.core.Response domainTypes()
domainTypes in interface org.apache.isis.viewer.restfulobjects.applib.domaintypes.DomainTypeResourcepublic javax.ws.rs.core.Response domainType(String domainType)
domainType in interface org.apache.isis.viewer.restfulobjects.applib.domaintypes.DomainTypeResourcepublic javax.ws.rs.core.Response typeProperty(String domainType, String propertyId)
typeProperty in interface org.apache.isis.viewer.restfulobjects.applib.domaintypes.DomainTypeResourcepublic javax.ws.rs.core.Response typeCollection(String domainType, String collectionId)
typeCollection in interface org.apache.isis.viewer.restfulobjects.applib.domaintypes.DomainTypeResourcepublic javax.ws.rs.core.Response typeAction(String domainType, String actionId)
typeAction in interface org.apache.isis.viewer.restfulobjects.applib.domaintypes.DomainTypeResourcepublic javax.ws.rs.core.Response typeActionParam(String domainType, String actionId, String paramName)
typeActionParam in interface org.apache.isis.viewer.restfulobjects.applib.domaintypes.DomainTypeResourcepublic javax.ws.rs.core.Response domainTypeIsSubtypeOf(String domainType, String superTypeStr, String args)
domainTypeIsSubtypeOf in interface org.apache.isis.viewer.restfulobjects.applib.domaintypes.DomainTypeResourcepublic javax.ws.rs.core.Response domainTypeIsSupertypeOf(String domainType, String subTypeStr, String args)
domainTypeIsSupertypeOf in interface org.apache.isis.viewer.restfulobjects.applib.domaintypes.DomainTypeResourceCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.