Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesconfig21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FacesConfigLocaleConfigType<FacesConfigApplicationType<T>> |
FacesConfigApplicationType.createLocaleConfig()
Creates a new
locale-config element |
FacesConfigLocaleConfigType<T> |
FacesConfigLocaleConfigType.defaultLocale(String defaultLocale)
Sets the
default-locale element |
FacesConfigLocaleConfigType<FacesConfigApplicationType<T>> |
FacesConfigApplicationType.getOrCreateLocaleConfig()
If not already created, a new
locale-config element will be created and returned. |
FacesConfigLocaleConfigType<T> |
FacesConfigLocaleConfigType.id(String id)
Sets the
id attribute |
FacesConfigLocaleConfigType<T> |
FacesConfigLocaleConfigType.removeAllSupportedLocale()
Removes the
supported-locale element |
FacesConfigLocaleConfigType<T> |
FacesConfigLocaleConfigType.removeDefaultLocale()
Removes the
default-locale element |
FacesConfigLocaleConfigType<T> |
FacesConfigLocaleConfigType.removeId()
Removes the
id attribute |
FacesConfigLocaleConfigType<T> |
FacesConfigLocaleConfigType.supportedLocale(String... values)
Creates for all String objects representing
supported-locale elements,
a new supported-locale element |
Modifier and Type | Method and Description |
---|---|
List<FacesConfigLocaleConfigType<FacesConfigApplicationType<T>>> |
FacesConfigApplicationType.getAllLocaleConfig()
Returns all
locale-config elements |
Copyright © 2023 JBoss by Red Hat. All rights reserved.