fr.cnes.sitools.common.resource
Class AbstractSitoolsResource

java.lang.Object
  extended by ExtendedWadlServerResource
      extended by fr.cnes.sitools.common.resource.AbstractSitoolsResource
Direct Known Subclasses:
SitoolsResource, SitoolsSettingsResource

public abstract class AbstractSitoolsResource
extends ExtendedWadlServerResource

Base class for SITools resources

Author:
jp.boignard (AKKA Technologies)

Constructor Summary
AbstractSitoolsResource()
          Sets the name with the canonical name of the class.
 
Method Summary
 org.restlet.data.MediaType getMediaType(org.restlet.representation.Variant variant)
          Gets the mediaType of the request
abstract  void sitoolsDescribe()
          Method implementation mandatory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSitoolsResource

public AbstractSitoolsResource()
Sets the name with the canonical name of the class.

Method Detail

sitoolsDescribe

public abstract void sitoolsDescribe()
Method implementation mandatory


getMediaType

public org.restlet.data.MediaType getMediaType(org.restlet.representation.Variant variant)
Gets the mediaType of the request

Parameters:
variant - the variant of the request
Returns:
the MediaType of the request


Copyright © 2010-2013 CNES. All Rights Reserved.