Uses of Interface
org.jboss.shrinkwrap.descriptor.api.facesconfig21.FacesConfigLocaleConfigType

Packages that use FacesConfigLocaleConfigType
org.jboss.shrinkwrap.descriptor.api.facesconfig21 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of FacesConfigLocaleConfigType in org.jboss.shrinkwrap.descriptor.api.facesconfig21
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig21 that return FacesConfigLocaleConfigType
 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig21 that return types with arguments of type FacesConfigLocaleConfigType
 List<FacesConfigLocaleConfigType<FacesConfigApplicationType<T>>> FacesConfigApplicationType.getAllLocaleConfig()
          Returns all locale-config elements
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.