Interface TimezoneController

All Known Implementing Classes:
TimezoneControllerImpl

public interface TimezoneController
  • Method Details

    • getTimezoneCategories

      Set<String> getTimezoneCategories(org.restexpress.Request request, org.restexpress.Response response)
    • getTimeZoneStringsForCategory

      List<String> getTimeZoneStringsForCategory(org.restexpress.Request request, org.restexpress.Response response)