Class CountryRestService

java.lang.Object
org.primefaces.showcase.rest.CountryRestService

@Path("/country") public class CountryRestService extends Object
  • Constructor Details

    • CountryRestService

      public CountryRestService()
  • Method Details

    • autocomplete

      @GET @Path("/autocomplete") @Produces("application/json") public org.primefaces.model.rest.AutoCompleteSuggestionResponse autocomplete(@QueryParam("query") String query)