|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.james.mime4j.field.AbstractField
org.apache.james.mime4j.field.ContentTypeFieldLenientImpl
public class ContentTypeFieldLenientImpl
Represents a Content-Type
field.
Field Summary | |
---|---|
static FieldParser<ContentTypeField> |
PARSER
|
Fields inherited from class org.apache.james.mime4j.field.AbstractField |
---|
monitor, rawField |
Fields inherited from interface org.apache.james.mime4j.dom.field.ContentTypeField |
---|
PARAM_BOUNDARY, PARAM_CHARSET, TYPE_MESSAGE_RFC822, TYPE_MULTIPART_DIGEST, TYPE_MULTIPART_PREFIX, TYPE_TEXT_PLAIN |
Method Summary | |
---|---|
java.lang.String |
getBoundary()
Gets the value of the boundary parameter if set. |
java.lang.String |
getCharset()
Gets the value of the charset parameter if set. |
java.lang.String |
getMediaType()
Gets the media type defined in this Content-Type field. |
java.lang.String |
getMimeType()
Gets the MIME type defined in this Content-Type field. |
java.lang.String |
getParameter(java.lang.String name)
Gets the value of a parameter. |
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Gets all parameters. |
java.lang.String |
getSubType()
Gets the subtype defined in this Content-Type field. |
boolean |
isMimeType(java.lang.String mimeType)
Determines if the MIME type of this field matches the given one. |
boolean |
isMultipart()
Determines if the MIME type of this field is multipart/* . |
Methods inherited from class org.apache.james.mime4j.field.AbstractField |
---|
getBody, getName, getParseException, getRaw, getRawField, isValidField, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.james.mime4j.dom.field.ParsedField |
---|
getParseException, isValidField |
Methods inherited from interface org.apache.james.mime4j.stream.Field |
---|
getBody, getName, getRaw |
Field Detail |
---|
public static final FieldParser<ContentTypeField> PARSER
Method Detail |
---|
public java.lang.String getMimeType()
ContentTypeField
getMimeType
in interface ContentTypeField
public java.lang.String getMediaType()
ContentTypeField
getMediaType
in interface ContentTypeField
public java.lang.String getSubType()
ContentTypeField
getSubType
in interface ContentTypeField
public java.lang.String getParameter(java.lang.String name)
ContentTypeField
getParameter
in interface ContentTypeField
name
- the name of the parameter to get.
null
if not set.public java.util.Map<java.lang.String,java.lang.String> getParameters()
ContentTypeField
getParameters
in interface ContentTypeField
public boolean isMimeType(java.lang.String mimeType)
ContentTypeField
isMimeType
in interface ContentTypeField
mimeType
- the MIME type to match against.
true
if the MIME type of this field matches,
false
otherwise.public boolean isMultipart()
ContentTypeField
multipart/*
.
isMultipart
in interface ContentTypeField
true
if this field is has a
multipart/*
MIME type, false
otherwise.public java.lang.String getBoundary()
ContentTypeField
boundary
parameter if set.
getBoundary
in interface ContentTypeField
boundary
parameter value or null
if not set.public java.lang.String getCharset()
ContentTypeField
charset
parameter if set.
getCharset
in interface ContentTypeField
charset
parameter value or null
if not set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |