public interface FacesConfigLocaleConfigType<T> extends Child<T>, JavaeeFacesConfigLocaleConfigCommonType<T,FacesConfigLocaleConfigType<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 |
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-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
FacesConfigLocaleConfigType<T> id(String id)
id
attributeid
- the value for the attribute id
FacesConfigLocaleConfigType
String getId()
id
attributeid
FacesConfigLocaleConfigType<T> removeId()
id
attributeFacesConfigLocaleConfigType
Copyright © 2019 JBoss by Red Hat. All rights reserved.