Uses of Interface
org.apache.james.mime4j.dom.field.DateTimeField

Packages that use DateTimeField
org.apache.james.mime4j.field   
org.apache.james.mime4j.message   
 

Uses of DateTimeField in org.apache.james.mime4j.field
 

Classes in org.apache.james.mime4j.field that implement DateTimeField
 class DateTimeFieldImpl
          Date-time field such as Date or Resent-Date.
 class DateTimeFieldLenientImpl
          Date-time field such as Date or Resent-Date.
 

Fields in org.apache.james.mime4j.field with type parameters of type DateTimeField
static FieldParser<DateTimeField> DateTimeFieldLenientImpl.PARSER
           
static FieldParser<DateTimeField> DateTimeFieldImpl.PARSER
           
 

Methods in org.apache.james.mime4j.field that return DateTimeField
static DateTimeField Fields.date(Date date)
          Creates a Date field from the specified Date value.
static DateTimeField Fields.date(String fieldName, Date date)
          Creates a date field from the specified field name and Date value.
static DateTimeField Fields.date(String fieldName, Date date, TimeZone zone)
          Creates a date field from the specified field name, Date and TimeZone values.
 

Uses of DateTimeField in org.apache.james.mime4j.message
 

Methods in org.apache.james.mime4j.message that return DateTimeField
protected  DateTimeField MessageImpl.newDate(Date date, TimeZone zone)
           
protected abstract  DateTimeField AbstractMessage.newDate(Date date, TimeZone zone)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.