Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
LocaleEncodingMappingType<LocaleEncodingMappingListType<T>> |
LocaleEncodingMappingListType.createLocaleEncodingMapping()
Creates a new
locale-encoding-mapping element |
LocaleEncodingMappingType<T> |
LocaleEncodingMappingType.encoding(String encoding)
Sets the
encoding element |
LocaleEncodingMappingType<LocaleEncodingMappingListType<T>> |
LocaleEncodingMappingListType.getOrCreateLocaleEncodingMapping()
If not already created, a new
locale-encoding-mapping element will be created and returned. |
LocaleEncodingMappingType<T> |
LocaleEncodingMappingType.id(String id)
Sets the
id attribute |
LocaleEncodingMappingType<T> |
LocaleEncodingMappingType.locale(String locale)
Sets the
locale element |
LocaleEncodingMappingType<T> |
LocaleEncodingMappingType.removeEncoding()
Removes the
encoding element |
LocaleEncodingMappingType<T> |
LocaleEncodingMappingType.removeId()
Removes the
id attribute |
LocaleEncodingMappingType<T> |
LocaleEncodingMappingType.removeLocale()
Removes the
locale element |
Modifier and Type | Method and Description |
---|---|
List<LocaleEncodingMappingType<LocaleEncodingMappingListType<T>>> |
LocaleEncodingMappingListType.getAllLocaleEncodingMapping()
Returns all
locale-encoding-mapping elements |
Copyright © 2016 JBoss by Red Hat. All rights reserved.