
public interface FacesConfigLocaleConfigType<T> extends Child<T>, JavaeeFacesConfigLocaleConfigCommonType<T,FacesConfigLocaleConfigType<T>>
faces-config-locale-configType xsd type| Modifier 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 |
String |
getId()
Returns the
id attribute |
FacesConfigLocaleConfigType<T> |
id(String id)
Sets the
id attribute |
FacesConfigLocaleConfigType<T> |
removeAllSupportedLocale()
Removes the
supported-locale element |
FacesConfigLocaleConfigType<T> |
removeDefaultLocale()
Removes the
default-locale element |
FacesConfigLocaleConfigType<T> |
removeId()
Removes the
id attribute |
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-localeFacesConfigLocaleConfigTypeString getDefaultLocale()
default-locale elementdefault-localeFacesConfigLocaleConfigType<T> removeDefaultLocale()
default-locale elementFacesConfigLocaleConfigTypeFacesConfigLocaleConfigType<T> supportedLocale(String... values)
supported-locale elements,
a new supported-locale elementvalues - list of supported-locale objectsFacesConfigLocaleConfigTypeList<String> getAllSupportedLocale()
supported-locale elementssupported-localeFacesConfigLocaleConfigType<T> removeAllSupportedLocale()
supported-locale elementFacesConfigLocaleConfigTypeFacesConfigLocaleConfigType<T> id(String id)
id attributeid - the value for the attribute idFacesConfigLocaleConfigTypeString getId()
id attributeidFacesConfigLocaleConfigType<T> removeId()
id attributeFacesConfigLocaleConfigTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.