net.sf.pipet
Class MimeType

java.lang.Object
  extended by net.sf.pipet.MimeType

public class MimeType
extends Object


Field Summary
static String ANY
           
static String HTML
           
static String JSON
           
static String TEXT
           
static String UNKNOWN
           
static String XML
           
 
Constructor Summary
MimeType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY

public static final String ANY
See Also:
Constant Field Values

UNKNOWN

public static final String UNKNOWN
See Also:
Constant Field Values

TEXT

public static final String TEXT
See Also:
Constant Field Values

HTML

public static final String HTML
See Also:
Constant Field Values

XML

public static final String XML
See Also:
Constant Field Values

JSON

public static final String JSON
See Also:
Constant Field Values
Constructor Detail

MimeType

public MimeType()


Copyright © 2012 VU University Amsterdam. All Rights Reserved.