Interface ContentLanguageField
- All Superinterfaces:
Field,ParsedField
- All Known Implementing Classes:
ContentLanguageFieldImpl,ContentLanguageFieldLenientImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanGets the content language(s) defined in this field.Methods inherited from interface org.apache.james.mime4j.stream.Field
getBody, getName, getNameLowerCase, getRawMethods inherited from interface org.apache.james.mime4j.dom.field.ParsedField
getParseException, isValidField
-
Method Details
-
bodyDescriptionField
default boolean bodyDescriptionField()- Specified by:
bodyDescriptionFieldin interfaceParsedField
-
getLanguages
Gets the content language(s) defined in this field.- Returns:
- a list of content language(s).
-