org.apache.james.mime4j.dom.field
Interface ContentLocationField

All Superinterfaces:
Field, ParsedField
All Known Implementing Classes:
ContentLocationFieldImpl, ContentLocationFieldLenientImpl

public interface ContentLocationField
extends ParsedField


Method Summary
 java.lang.String getLocation()
          Gets the content location defined in this field.
 
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
 

Method Detail

getLocation

java.lang.String getLocation()
Gets the content location defined in this field.

Returns:
the content location or null if not set.


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