|
||||||||||
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.registry.AppRegistryAbstractResource
public abstract class AppRegistryAbstractResource
Base class for resources
Field Summary |
---|
Fields inherited from class fr.cnes.sitools.common.SitoolsResource |
---|
DEFAULT_MEDIATYPE |
Constructor Summary | |
---|---|
AppRegistryAbstractResource()
|
Method Summary | |
---|---|
void |
doInit()
Initiate the resource |
AppRegistryApplication |
getAppRegistryApplication()
Get the Application registry application |
org.restlet.representation.Representation |
getRepresentation(Response response,
org.restlet.data.MediaType media)
Get object representation |
java.lang.String |
getResourceId()
Get the resource identifier |
SitoolsStore<AppRegistry> |
getStore()
Get the store associated to the Application registry application |
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 |
Constructor Detail |
---|
public AppRegistryAbstractResource()
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 server responsemedia
- the media used
public final java.lang.String getResourceId()
public final SitoolsStore<AppRegistry> getStore()
public final AppRegistryApplication getAppRegistryApplication()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |