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 theCharsetthat 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 theResourceBundlethat 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.voidConfigBeanSpec.setCharset(Charset charset) Sets theCharsetthat should be used throughout the program run.
Setting a newCharsetwith this method will not change the system defaultCharset.voidSets the locale that should be used throughout the program run.
Setting a new locale with this method will not change the system default locale.voidConfigBeanSpec.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.
