org.restlet.resource
Class UniformResource

java.lang.Object
  extended by org.restlet.resource.Resource
      extended by org.restlet.resource.UniformResource
Direct Known Subclasses:
ClientResource, ServerResource

Deprecated. Use the parent Resource class instead.

@Deprecated
public abstract class UniformResource
extends Resource

Base resource class exposing the uniform REST interface.

Author:
Jerome Louvel

Constructor Summary
UniformResource()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.restlet.resource.Resource
doCatch, doError, doError, doInit, doRelease, getAllowedMethods, getApplication, getAttribute, getChallengeRequests, getChallengeResponse, getClientInfo, getConditions, getConnegService, getContext, getConverterService, getCookies, getCookieSettings, getDimensions, getHostRef, getLocationRef, getLogger, getMatrix, getMatrixValue, getMaxForwards, getMetadataService, getMethod, getOriginalRef, getProtocol, getProxyChallengeRequests, getProxyChallengeResponse, getQuery, getQueryValue, getRanges, getReference, getReferrerRef, getRequest, getRequestAttributes, getRequestCacheDirectives, getRequestEntity, getResponse, getResponseAttributes, getResponseCacheDirectives, getResponseEntity, getRootRef, getServerInfo, getStatus, getStatusService, handle, init, isConfidential, isLoggable, release, setApplication, setAttribute, setQueryValue, setRequest, setResponse, toObject, toRepresentation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UniformResource

public UniformResource()
Deprecated. 


Copyright © 2005-2013 Restlet.