Interface ResourceInterface

All Known Implementing Classes:
Resource, Resource

@Path("interfaceresource") public interface ResourceInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String param)
     
  • Method Details

    • get

      @Consumes("text/plain") @Produces("text/plain") @Path("get") @GET String get(@DefaultValue("interface") @FormParam("xyz") String param)