public class ContentLocationFieldLenientImpl extends AbstractField implements ContentLocationField
Content-Location field.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
location |
private boolean |
parsed |
static FieldParser<ContentLocationField> |
PARSER |
monitor, rawField| Constructor and Description |
|---|
ContentLocationFieldLenientImpl(Field rawField,
DecodeMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocation()
Gets the content location defined in this field.
|
private void |
parse() |
getBody, getName, getParseException, getRaw, getRawField, isValidField, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParseException, isValidFieldprivate boolean parsed
private java.lang.String location
public static final FieldParser<ContentLocationField> PARSER
ContentLocationFieldLenientImpl(Field rawField, DecodeMonitor monitor)
private void parse()
public java.lang.String getLocation()
ContentLocationFieldgetLocation in interface ContentLocationFieldnull if not set.