Uses of Class
org.opencms.site.CmsSite.LocalizationMode
-
Packages that use CmsSite.LocalizationMode Package Description org.opencms.site Provides access to the multi-site configuration of OpenCms. -
-
Uses of CmsSite.LocalizationMode in org.opencms.site
Methods in org.opencms.site that return CmsSite.LocalizationMode Modifier and Type Method Description CmsSite.LocalizationMode
CmsSite. getLocalizationMode()
Returns the localization mode.static CmsSite.LocalizationMode
CmsSite.LocalizationMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CmsSite.LocalizationMode[]
CmsSite.LocalizationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-