Uses of Annotation Interface
org.tquadrat.foundation.config.SpecialProperty
Packages that use SpecialProperty
Package
Description
This module provides a facility for the runtime configuration
of a program.
-
Uses of SpecialProperty in org.tquadrat.foundation.config
Methods in org.tquadrat.foundation.config with annotations of type SpecialPropertyModifier and TypeMethodDescriptionConfigBeanSpec.getCharset()
Returns theCharset
that is used throughout the program run.ConfigBeanSpec.getLocale()
Returns the locale that is used throughout the program run.I18nSupport.getMessagePrefix()
Returns the message prefix.ConfigBeanSpec.getResourceBundle()
Returns theResourceBundle
that should be used to retrieve texts and messages for the application.SessionBeanSpec.getSessionKey()
Returns the session key.ConfigBeanSpec.getTimezone()
Returns the time zone that is used throughout the program run.void
ConfigBeanSpec.setCharset
(Charset charset) Sets theCharset
that should be used throughout the program run.
Setting a newCharset
with this method will not change the system defaultCharset
.void
Sets the locale that should be used throughout the program run.
Setting a new locale with this method will not change the system default locale.void
ConfigBeanSpec.setTimezone
(ZoneId timezone) Sets the time zone that should be used throughout the program run.
Setting a new time zone with this method will not change the system default time zone.