fr.cnes.sitools.units.dimension
Class AbstractDimensionResource
java.lang.Object
   ExtendedWadlServerResource
ExtendedWadlServerResource
       fr.cnes.sitools.common.resource.AbstractSitoolsResource
fr.cnes.sitools.common.resource.AbstractSitoolsResource
           fr.cnes.sitools.common.SitoolsResource
fr.cnes.sitools.common.SitoolsResource
               fr.cnes.sitools.units.dimension.AbstractDimensionResource
fr.cnes.sitools.units.dimension.AbstractDimensionResource
- Direct Known Subclasses: 
- DimensionCollectionResource, DimensionResource
- public abstract class AbstractDimensionResource 
- extends SitoolsResource
Base class for Dimension resources
- Author:
- m.marseille
 
 
 
 
| Methods inherited from class fr.cnes.sitools.common.SitoolsResource | 
| addStandardGetRequestInfo, addStandardInternalServerErrorInfo, addStandardNotificationInfo, addStandardObjectResponseInfo, addStandardPostOrPutRequestInfo, addStandardResourceCollectionFilterInfo, addStandardResponseInfo, addStandardSimpleResponseInfo, configure, getNotificationObject, getRepresentation, getSettings, getSitoolsApplication, getSitoolsSetting, trace, trace | 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractDimensionResource
public AbstractDimensionResource()
doInit
public void doInit()
- Description copied from class: SitoolsResource
- Initiate the resource
 
- 
 
- 
 
getDimensionApplication
public final AbstractDimensionApplication getDimensionApplication()
- Gets the dimApp value
 
- 
- Returns:
- the dimApp
 
getStore
public final SitoolsStore<SitoolsDimension> getStore()
- Gets the store value
 
- 
- Returns:
- the store
 
getRepresentation
public final org.restlet.representation.Representation getRepresentation(Response response,
                                                                         org.restlet.data.MediaType media)
- Gets representation according to the specified MediaType.
 
- 
- Overrides:
- getRepresentationin class- SitoolsResource
 
- 
- Parameters:
- response- : The response to get the representation from
- media- : The MediaType asked
- Returns:
- The Representation of the response with the selected mediaType
 
Copyright © 2010-2013 CNES. All Rights Reserved.