com.bradmcevoy.http
Interface PropPatchableResource

All Superinterfaces:
Resource

public interface PropPatchableResource
extends Resource


Method Summary
 void setProperties(PropPatchHandler.Fields fields)
          Deprecated. - you should leave this method empty and implement CustomPropertyResource. Starting with 1.5.0 you must configure a PropPatchableSetter onto the PropPatchHandler for this method to be called.
 
Methods inherited from interface com.bradmcevoy.http.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
 

Method Detail

setProperties

void setProperties(PropPatchHandler.Fields fields)
Deprecated. - you should leave this method empty and implement CustomPropertyResource. Starting with 1.5.0 you must configure a PropPatchableSetter onto the PropPatchHandler for this method to be called.

Parameters:
fields -


Copyright © 2011. All Rights Reserved.