ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.LocaleEncodingMappingListType

Packages that use LocaleEncodingMappingListType
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of LocaleEncodingMappingListType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return LocaleEncodingMappingListType
 LocaleEncodingMappingListType<WebAppDescriptor> WebAppDescriptor.createLocaleEncodingMappingList()
          Creates a new locale-encoding-mapping-list element
 LocaleEncodingMappingListType<WebAppDescriptor> WebAppDescriptor.getOrCreateLocaleEncodingMappingList()
          If not already created, a new locale-encoding-mapping-list element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type LocaleEncodingMappingListType
 List<LocaleEncodingMappingListType<WebAppDescriptor>> WebAppDescriptor.getAllLocaleEncodingMappingList()
          Returns all locale-encoding-mapping-list elements
 

Uses of LocaleEncodingMappingListType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return LocaleEncodingMappingListType
 LocaleEncodingMappingListType<WebFragmentType<T>> WebFragmentType.createLocaleEncodingMappingList()
          Creates a new locale-encoding-mapping-list element
 LocaleEncodingMappingListType<WebAppType<T>> WebAppType.createLocaleEncodingMappingList()
          Creates a new locale-encoding-mapping-list element
 LocaleEncodingMappingListType<WebFragmentType<T>> WebFragmentType.getOrCreateLocaleEncodingMappingList()
          If not already created, a new locale-encoding-mapping-list element will be created and returned.
 LocaleEncodingMappingListType<WebAppType<T>> WebAppType.getOrCreateLocaleEncodingMappingList()
          If not already created, a new locale-encoding-mapping-list element will be created and returned.
 LocaleEncodingMappingListType<T> LocaleEncodingMappingListType.removeAllLocaleEncodingMapping()
          Removes all locale-encoding-mapping elements
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type LocaleEncodingMappingListType
 LocaleEncodingMappingType<LocaleEncodingMappingListType<T>> LocaleEncodingMappingListType.createLocaleEncodingMapping()
          Creates a new locale-encoding-mapping element
 List<LocaleEncodingMappingType<LocaleEncodingMappingListType<T>>> LocaleEncodingMappingListType.getAllLocaleEncodingMapping()
          Returns all locale-encoding-mapping elements
 List<LocaleEncodingMappingListType<WebFragmentType<T>>> WebFragmentType.getAllLocaleEncodingMappingList()
          Returns all locale-encoding-mapping-list elements
 List<LocaleEncodingMappingListType<WebAppType<T>>> WebAppType.getAllLocaleEncodingMappingList()
          Returns all locale-encoding-mapping-list elements
 LocaleEncodingMappingType<LocaleEncodingMappingListType<T>> LocaleEncodingMappingListType.getOrCreateLocaleEncodingMapping()
          If not already created, a new locale-encoding-mapping element will be created and returned.
 

Uses of LocaleEncodingMappingListType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return LocaleEncodingMappingListType
 LocaleEncodingMappingListType<WebFragmentDescriptor> WebFragmentDescriptor.createLocaleEncodingMappingList()
          Creates a new locale-encoding-mapping-list element
 LocaleEncodingMappingListType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateLocaleEncodingMappingList()
          If not already created, a new locale-encoding-mapping-list element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type LocaleEncodingMappingListType
 List<LocaleEncodingMappingListType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllLocaleEncodingMappingList()
          Returns all locale-encoding-mapping-list elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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