Package ru.slie.luna.system
Interface ApplicationProperties
public interface ApplicationProperties
-
Method Summary
Modifier and TypeMethodDescription@NonNull Locale@NonNull LocalevoidsetApplicationTitle(String title) voidsetBaseUrl(String baseUrl) voidsetDefaultLocale(Locale locale) voidsetIndexingLocale(Locale locale)
-
Method Details
-
getApplicationTitle
String getApplicationTitle() -
setApplicationTitle
- Throws:
ValidateException
-
getBaseUrl
String getBaseUrl() -
setBaseUrl
- Throws:
ValidateException
-
getDefaultLocale
@NonNull Locale getDefaultLocale() -
setDefaultLocale
-
getIndexingLocale
@NonNull Locale getIndexingLocale() -
setIndexingLocale
-
getVersion
String getVersion() -
getServerId
String getServerId()
-