public abstract class WrappingResource extends Resource
| Modifier and Type | Field and Description |
|---|---|
protected Resource |
wrappedResource |
idProperty, securityContext| Constructor and Description |
|---|
WrappingResource() |
| Modifier and Type | Method and Description |
|---|---|
RestMethodResult |
doPost(Map<String,Object> propertySet) |
Class |
getEntityClass() |
String |
getUriPart() |
boolean |
isCollectionResource() |
boolean |
isPrimitiveArray() |
Resource |
tryCombineWith(Resource next) |
protected void |
wrapResource(Resource wrappedResource) |
applyDefaultSorting, buildLocationHeader, checkAndConfigure, configureIdProperty, configurePropertyView, createPostTransaction, doDelete, doGet, doHead, doOptions, doPut, extractDistanceSearch, extractSearchableAttributes, findPropertyKey, getResourceSignature, parseInteger, postProcessResultSet, setSecurityContextprotected Resource wrappedResource
public RestMethodResult doPost(Map<String,Object> propertySet) throws FrameworkException
doPost in class ResourceFrameworkExceptionprotected void wrapResource(Resource wrappedResource)
public Resource tryCombineWith(Resource next) throws FrameworkException
tryCombineWith in class ResourceFrameworkExceptionpublic Class getEntityClass()
getEntityClass in class Resourcepublic String getUriPart()
getUriPart in class Resourcepublic boolean isPrimitiveArray()
isPrimitiveArray in class Resourcepublic boolean isCollectionResource()
throws FrameworkException
isCollectionResource in class ResourceFrameworkExceptionCopyright © 2014. All rights reserved.