Class ContentLocationFieldLenientImpl

java.lang.Object
org.apache.james.mime4j.field.AbstractField
org.apache.james.mime4j.field.ContentLocationFieldLenientImpl
All Implemented Interfaces:
ContentLocationField, ParsedField, Field

public class ContentLocationFieldLenientImpl extends AbstractField implements ContentLocationField
Represents a Content-Location field.
  • Field Details

  • Constructor Details

    • ContentLocationFieldLenientImpl

      ContentLocationFieldLenientImpl(Field rawField, DecodeMonitor monitor)
  • Method Details

    • parse

      private void parse()
    • getLocation

      public String getLocation()
      Description copied from interface: ContentLocationField
      Gets the content location defined in this field.
      Specified by:
      getLocation in interface ContentLocationField
      Returns:
      the content location or null if not set.