Interface SettingsController
- All Known Implementing Classes:
SettingsControllerImpl
public interface SettingsController
-
Method Summary
Modifier and TypeMethodDescriptiongetLocaleSettings(org.restexpress.Request request, org.restexpress.Response response) setLocale(org.restexpress.Request request, org.restexpress.Response response) setTimeZone(org.restexpress.Request request, org.restexpress.Response response)
-
Method Details
-
getLocaleSettings
LocaleSettings getLocaleSettings(org.restexpress.Request request, org.restexpress.Response response) -
setTimeZone
LocaleSettings setTimeZone(org.restexpress.Request request, org.restexpress.Response response) throws IOException - Throws:
IOException
-
setLocale
LocaleSettings setLocale(org.restexpress.Request request, org.restexpress.Response response) throws IOException - Throws:
IOException
-