Package org.primefaces.showcase.rest
Class CountryRestService
java.lang.Object
org.primefaces.showcase.rest.CountryRestService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CountryRestService
public CountryRestService()
-
-
Method Details
-
autocomplete
@GET @Path("/autocomplete") @Produces("application/json") public AutoCompleteSuggestionResponse autocomplete(@QueryParam("query") String query)
-