org.jboss.aerogear.controller.router
Class MediaType
java.lang.Object
org.jboss.aerogear.controller.router.MediaType
public class MediaType
- extends Object
HTML
public static final MediaType HTML
JSP
public static final MediaType JSP
JSON
public static final MediaType JSON
ANY
public static final String ANY
- See Also:
- Constant Field Values
mediaType
private final String mediaType
responderClass
private final Class<? extends Responder> responderClass
MediaType
public MediaType(String mediaType,
Class<? extends Responder> responderClass)
getType
public String getType()
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.