public class ContentTypeConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_MEDIA_TYPE |
static AttributeDefinition<java.lang.String> |
MEDIA_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static AttributeSet |
attributeDefinitionSet() |
AttributeSet |
attributes() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isEncodingChanged() |
boolean |
isMediaTypeChanged() |
MediaType |
mediaType() |
void |
mediaType(MediaType mediaType) |
java.lang.String |
toString() |
public static final java.lang.String DEFAULT_MEDIA_TYPE
public static final AttributeDefinition<java.lang.String> MEDIA_TYPE
public static AttributeSet attributeDefinitionSet()
public MediaType mediaType()
public void mediaType(MediaType mediaType)
public AttributeSet attributes()
public boolean isMediaTypeChanged()
public boolean isEncodingChanged()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object