Package org.apache.james.mime4j.field
Class DateTimeFieldLenientImpl
java.lang.Object
org.apache.james.mime4j.field.AbstractField
org.apache.james.mime4j.field.DateTimeFieldLenientImpl
- All Implemented Interfaces:
DateTimeField
,ParsedField
,Field
Date-time field such as
Date
or Resent-Date
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Date
private static final int
private boolean
static final FieldParser
<DateTimeField> static final DateTimeFormatter
Fields inherited from class org.apache.james.mime4j.field.AbstractField
monitor, rawField
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
DateTimeFieldLenientImpl
(Field rawField, DecodeMonitor monitor) -
Method Summary
Methods inherited from class org.apache.james.mime4j.field.AbstractField
getBody, getName, getNameLowerCase, 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.stream.Field
getBody, getName, getNameLowerCase, getRaw
Methods inherited from interface org.apache.james.mime4j.dom.field.ParsedField
bodyDescriptionField, getParseException, isValidField
-
Field Details
-
INITIAL_YEAR
private static final int INITIAL_YEAR- See Also:
-
RFC_5322
-
parsed
private boolean parsed -
date
-
PARSER
-
-
Constructor Details
-
DateTimeFieldLenientImpl
-
-
Method Details
-
monthOfYear
-
dayOfWeek
-
getDate
- Specified by:
getDate
in interfaceDateTimeField
-
parse
private void parse()
-