org.apache.james.mime4j.field
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.
PARSER
public static final FieldParser<ContentLocationField> PARSER
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.
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.