Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesconfig20 |
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.removeAllSupportedLocale()
Removes the
supported-locale element |
FacesConfigLocaleConfigType<T> |
FacesConfigLocaleConfigType.removeDefaultLocale()
Removes the
default-locale element |
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 © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.