org.apache.solr.rest
Interface PUTable

All Known Implementing Classes:
FieldResource

public interface PUTable

Marker interface for resource classes that handle PUT requests.


Method Summary
 org.restlet.representation.Representation put(org.restlet.representation.Representation entity)
           
 

Method Detail

put

@Put
org.restlet.representation.Representation put(org.restlet.representation.Representation entity)


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.