Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
MimeMappingType<WebAppDescriptor> |
WebAppDescriptor.createMimeMapping()
Creates a new
mime-mapping element |
MimeMappingType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateMimeMapping()
If not already created, a new
mime-mapping element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<MimeMappingType<WebAppDescriptor>> |
WebAppDescriptor.getAllMimeMapping()
Returns all
mime-mapping elements |
Modifier and Type | Method and Description |
---|---|
MimeMappingType<WebFragmentType<T>> |
WebFragmentType.createMimeMapping()
Creates a new
mime-mapping element |
MimeMappingType<WebAppType<T>> |
WebAppType.createMimeMapping()
Creates a new
mime-mapping element |
MimeMappingType<T> |
MimeMappingType.extension(String extension)
Sets the
extension element |
MimeMappingType<WebFragmentType<T>> |
WebFragmentType.getOrCreateMimeMapping()
If not already created, a new
mime-mapping element will be created and returned. |
MimeMappingType<WebAppType<T>> |
WebAppType.getOrCreateMimeMapping()
If not already created, a new
mime-mapping element will be created and returned. |
MimeMappingType<T> |
MimeMappingType.mimeType(String mimeType)
Sets the
mime-type element |
MimeMappingType<T> |
MimeMappingType.removeExtension()
Removes the
extension element |
MimeMappingType<T> |
MimeMappingType.removeMimeType()
Removes the
mime-type element |
Modifier and Type | Method and Description |
---|---|
List<MimeMappingType<WebFragmentType<T>>> |
WebFragmentType.getAllMimeMapping()
Returns all
mime-mapping elements |
List<MimeMappingType<WebAppType<T>>> |
WebAppType.getAllMimeMapping()
Returns all
mime-mapping elements |
Modifier and Type | Method and Description |
---|---|
MimeMappingType<WebFragmentDescriptor> |
WebFragmentDescriptor.createMimeMapping()
Creates a new
mime-mapping element |
MimeMappingType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateMimeMapping()
If not already created, a new
mime-mapping element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<MimeMappingType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllMimeMapping()
Returns all
mime-mapping elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.