|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtendedWadlServerResource
fr.cnes.sitools.common.resource.AbstractSitoolsResource
fr.cnes.sitools.common.SitoolsResource
fr.cnes.sitools.userstorage.AbstractUserStorageResource
public abstract class AbstractUserStorageResource
Resource for user storage
Field Summary | |
---|---|
static java.lang.String |
IDENTIFIER_PARAM_NAME
The name of the project ID parameter name |
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
AbstractUserStorageResource()
|
Method Summary | |
---|---|
void |
doInit()
Initiate the resource |
java.lang.String |
getAction()
Get the action described in the API |
java.lang.String |
getIdentifier()
Get the identifier given in the API |
org.restlet.representation.Representation |
getRepresentation(Response response,
org.restlet.data.MediaType media)
Get a representation of the object |
UserStorageStore |
getStore()
Get the store associated to the application |
UserStorageManagement |
getUserStorageManagement()
Get the application associated to the resource |
Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource |
---|
getMediaType, sitoolsDescribe |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String IDENTIFIER_PARAM_NAME
Constructor Detail |
---|
public AbstractUserStorageResource()
Method Detail |
---|
public final void doInit()
SitoolsResource
public final org.restlet.representation.Representation getRepresentation(Response response, org.restlet.data.MediaType media)
getRepresentation
in class SitoolsResource
response
- the response to treatmedia
- the media to use
public final java.lang.String getAction()
public final java.lang.String getIdentifier()
public final UserStorageStore getStore()
public final UserStorageManagement getUserStorageManagement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |