ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.facesconfig20 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.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
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.