Class TimezoneControllerImpl
java.lang.Object
org.eblocker.server.http.controller.impl.TimezoneControllerImpl
- All Implemented Interfaces:
TimezoneController
This class is able to set the default timezone
Deprecated: There is also a script to set the OS timezone called: set_timezone; it expects the posix timezone string as the first parameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTimezoneCategories(org.restexpress.Request request, org.restexpress.Response response) getTimeZoneStringsForCategory(org.restexpress.Request request, org.restexpress.Response response)
-
Constructor Details
-
TimezoneControllerImpl
-
-
Method Details
-
getTimezoneCategories
public Set<String> getTimezoneCategories(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getTimezoneCategoriesin interfaceTimezoneController
-
getTimeZoneStringsForCategory
public List<String> getTimeZoneStringsForCategory(org.restexpress.Request request, org.restexpress.Response response) - Specified by:
getTimeZoneStringsForCategoryin interfaceTimezoneController
-