Interface POSTable

  • All Known Implementing Classes:
    RestManager.ManagedEndpoint

    public interface POSTable
    Marker interface for resource classes that handle POST requests.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.restlet.representation.Representation post​(org.restlet.representation.Representation representation)  
    • Method Detail

      • post

        @Post
        org.restlet.representation.Representation post​(org.restlet.representation.Representation representation)