org.glassfish.grizzly.servlet.ver25
Class MimeTypeType

java.lang.Object
  extended by org.glassfish.grizzly.servlet.ver25.String
      extended by org.glassfish.grizzly.servlet.ver25.MimeTypeType

public class MimeTypeType
extends String

The mime-typeType is used to indicate a defined mime type. Example: "text/plain" Used in: mime-mapping

Java class for mime-typeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="mime-typeType">
   <simpleContent>
     <restriction base="<http://java.sun.com/xml/ns/javaee>string">
     </restriction>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.glassfish.grizzly.servlet.ver25.String
id, value
 
Constructor Summary
MimeTypeType()
           
 
Method Summary
 
Methods inherited from class org.glassfish.grizzly.servlet.ver25.String
getId, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MimeTypeType

public MimeTypeType()


Copyright © 2011 Oracle Corpration. All Rights Reserved.