| 
 | ||||||||||
| 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.common.AbstractPluginResource
fr.cnes.sitools.dataset.converter.AbstractConverterResource
fr.cnes.sitools.dataset.converter.ConverterResource
public final class ConverterResource
Resource for a converter
| Field Summary | 
|---|
| Fields inherited from class fr.cnes.sitools.common.SitoolsResource | 
|---|
| DEFAULT_MEDIATYPE | 
| Constructor Summary | |
|---|---|
| ConverterResource() | |
| Method Summary | |
|---|---|
|  void | describeDelete(org.restlet.ext.wadl.MethodInfo info)Describe the Delete command | 
|  void | describeGet(org.restlet.ext.wadl.MethodInfo info)Describe the Get command | 
|  void | describePut(org.restlet.ext.wadl.MethodInfo info)Describe the Put command | 
|  void | doInit()Initiate the resource | 
|  org.restlet.representation.Representation | get(org.restlet.representation.Variant variant)Get the description of a converter in the converterChained list | 
|  SitoolsStore<ConverterChainedModel> | getStore()Gets the store value | 
|  org.restlet.representation.Representation | put(org.restlet.representation.Representation representation,
    org.restlet.representation.Variant variant)Modify an existing converter in the converterChained list | 
|  void | sitoolsDescribe()Method implementation mandatory | 
| Methods inherited from class fr.cnes.sitools.dataset.converter.AbstractConverterResource | 
|---|
| addCurrentClassDescriptions, checkValidity, configure, getConverterModel, getConverterModelDTO, getDatasetId, getRepresentation, registerObserver, unregisterObserver | 
| Methods inherited from class fr.cnes.sitools.common.AbstractPluginResource | 
|---|
| checkValidity, fromListToMap | 
| Methods inherited from class fr.cnes.sitools.common.resource.AbstractSitoolsResource | 
|---|
| getMediaType | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ConverterResource()
| Method Detail | 
|---|
public void sitoolsDescribe()
AbstractSitoolsResource
sitoolsDescribe in class AbstractSitoolsResourcepublic void doInit()
SitoolsResource
doInit in class AbstractConverterResource@Get public org.restlet.representation.Representation get(org.restlet.representation.Variant variant)
variant - the variant needed
public void describeGet(org.restlet.ext.wadl.MethodInfo info)
info - the info sent
@Put
public org.restlet.representation.Representation put(org.restlet.representation.Representation representation,
                                                         org.restlet.representation.Variant variant)
representation - the converter representationvariant - the variant needed
public void describePut(org.restlet.ext.wadl.MethodInfo info)
info - the info sentpublic void describeDelete(org.restlet.ext.wadl.MethodInfo info)
info - the info sentpublic SitoolsStore<ConverterChainedModel> getStore()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||