|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeMappingType | |
---|---|
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 MimeMappingType in org.jboss.shrinkwrap.descriptor.api.webapp30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return MimeMappingType | |
---|---|
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. |
Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type MimeMappingType | |
---|---|
List<MimeMappingType<WebAppDescriptor>> |
WebAppDescriptor.getAllMimeMapping()
Returns all mime-mapping elements |
Uses of MimeMappingType in org.jboss.shrinkwrap.descriptor.api.webcommon30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return MimeMappingType | |
---|---|
MimeMappingType<WebAppType<T>> |
WebAppType.createMimeMapping()
Creates a new mime-mapping element |
MimeMappingType<WebFragmentType<T>> |
WebFragmentType.createMimeMapping()
Creates a new mime-mapping element |
MimeMappingType<T> |
MimeMappingType.extension(String extension)
Sets the extension element |
MimeMappingType<WebAppType<T>> |
WebAppType.getOrCreateMimeMapping()
If not already created, a new mime-mapping element will be created and returned. |
MimeMappingType<WebFragmentType<T>> |
WebFragmentType.getOrCreateMimeMapping()
If not already created, a new mime-mapping element will be created and returned. |
MimeMappingType<T> |
MimeMappingType.id(String id)
Sets the id attribute |
MimeMappingType<T> |
MimeMappingType.mimeType(String mimeType)
Sets the mime-type element |
MimeMappingType<T> |
MimeMappingType.removeExtension()
Removes the extension element |
MimeMappingType<T> |
MimeMappingType.removeId()
Removes the id attribute |
MimeMappingType<T> |
MimeMappingType.removeMimeType()
Removes the mime-type element |
Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type MimeMappingType | |
---|---|
List<MimeMappingType<WebAppType<T>>> |
WebAppType.getAllMimeMapping()
Returns all mime-mapping elements |
List<MimeMappingType<WebFragmentType<T>>> |
WebFragmentType.getAllMimeMapping()
Returns all mime-mapping elements |
Uses of MimeMappingType in org.jboss.shrinkwrap.descriptor.api.webfragment30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return MimeMappingType | |
---|---|
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. |
Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type MimeMappingType | |
---|---|
List<MimeMappingType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllMimeMapping()
Returns all mime-mapping elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |