public interface FacesConfigLocaleConfigType<T> extends Child<T>
faces-config-locale-configType
xsd typeModifier and Type | Method and Description |
---|---|
FacesConfigLocaleConfigType<T> |
defaultLocale(String defaultLocale)
Sets the
default-locale element |
List<String> |
getAllSupportedLocale()
Returns all
supported-locale elements |
String |
getDefaultLocale()
Returns the
default-locale element |
FacesConfigLocaleConfigType<T> |
removeAllSupportedLocale()
Removes the
supported-locale element |
FacesConfigLocaleConfigType<T> |
removeDefaultLocale()
Removes the
default-locale element |
FacesConfigLocaleConfigType<T> |
supportedLocale(String... values)
Creates for all String objects representing
supported-locale elements,
a new supported-locale element |
FacesConfigLocaleConfigType<T> defaultLocale(String defaultLocale)
default-locale
elementdefaultLocale
- the value for the element default-locale
FacesConfigLocaleConfigType
String getDefaultLocale()
default-locale
elementdefault-locale
FacesConfigLocaleConfigType<T> removeDefaultLocale()
default-locale
elementFacesConfigLocaleConfigType
FacesConfigLocaleConfigType<T> supportedLocale(String... values)
supported-locale
elements,
a new supported-locale
elementvalues
- list of supported-locale
objectsFacesConfigLocaleConfigType
List<String> getAllSupportedLocale()
supported-locale
elementssupported-locale
FacesConfigLocaleConfigType<T> removeAllSupportedLocale()
supported-locale
elementFacesConfigLocaleConfigType
Copyright © 2017 JBoss by Red Hat. All rights reserved.