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

Packages that use MimeMappingType
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return MimeMappingType
 MimeMappingType<WebApp30Descriptor> WebApp30Descriptor.mimeMapping()
          Returns the mime-mapping element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type MimeMappingType
 java.util.List<MimeMappingType<WebApp30Descriptor>> WebApp30Descriptor.getMimeMappingList()
          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<WebFragmentType<T>> WebFragmentType.mimeMapping()
          Returns the mime-mapping element
 MimeMappingType<WebAppType<T>> WebAppType.mimeMapping()
          Returns the mime-mapping element
 MimeMappingType<T> MimeMappingType.removeExtension()
          Removes the extension element
 MimeMappingType<T> MimeMappingType.removeMimeType()
          Removes the mime-type element
 MimeMappingType<T> MimeMappingType.setExtension(java.lang.String extension)
          If not already created, a new extension element with the given value will be created.
 MimeMappingType<T> MimeMappingType.setMimeType(java.lang.String mimeType)
          If not already created, a new mime-type element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type MimeMappingType
 java.util.List<MimeMappingType<WebFragmentType<T>>> WebFragmentType.getMimeMappingList()
          Returns all mime-mapping elements
 java.util.List<MimeMappingType<WebAppType<T>>> WebAppType.getMimeMappingList()
          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<WebFragment30Descriptor> WebFragment30Descriptor.mimeMapping()
          Returns the mime-mapping element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type MimeMappingType
 java.util.List<MimeMappingType<WebFragment30Descriptor>> WebFragment30Descriptor.getMimeMappingList()
          Returns all mime-mapping elements
 

Uses of MimeMappingType in org.jboss.shrinkwrap.descriptor.impl.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return MimeMappingType
 MimeMappingType<WebApp30Descriptor> WebApp30DescriptorImpl.mimeMapping()
          Returns the mime-mapping element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type MimeMappingType
 java.util.List<MimeMappingType<WebApp30Descriptor>> WebApp30DescriptorImpl.getMimeMappingList()
          Returns all mime-mapping elements
 

Uses of MimeMappingType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement MimeMappingType
 class MimeMappingTypeImpl<T>
          This class implements the mime-mappingType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return MimeMappingType
 MimeMappingType<WebFragmentType<T>> WebFragmentTypeImpl.mimeMapping()
          Returns the mime-mapping element
 MimeMappingType<WebAppType<T>> WebAppTypeImpl.mimeMapping()
          Returns the mime-mapping element
 MimeMappingType<T> MimeMappingTypeImpl.removeExtension()
          Removes the extension element
 MimeMappingType<T> MimeMappingTypeImpl.removeMimeType()
          Removes the mime-type element
 MimeMappingType<T> MimeMappingTypeImpl.setExtension(java.lang.String extension)
          If not already created, a new extension element with the given value will be created.
 MimeMappingType<T> MimeMappingTypeImpl.setMimeType(java.lang.String mimeType)
          If not already created, a new mime-type element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type MimeMappingType
 java.util.List<MimeMappingType<WebFragmentType<T>>> WebFragmentTypeImpl.getMimeMappingList()
          Returns all mime-mapping elements
 java.util.List<MimeMappingType<WebAppType<T>>> WebAppTypeImpl.getMimeMappingList()
          Returns all mime-mapping elements
 

Uses of MimeMappingType in org.jboss.shrinkwrap.descriptor.impl.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return MimeMappingType
 MimeMappingType<WebFragment30Descriptor> WebFragment30DescriptorImpl.mimeMapping()
          Returns the mime-mapping element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type MimeMappingType
 java.util.List<MimeMappingType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getMimeMappingList()
          Returns all mime-mapping elements