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

All Superinterfaces:
Field, ParsedField
All Known Implementing Classes:
ContentLanguageFieldImpl, ContentLanguageFieldLenientImpl

public interface ContentLanguageField
extends ParsedField


Method Summary
 java.util.List<java.lang.String> getLanguages()
          Gets the content language(s) 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

getLanguages

java.util.List<java.lang.String> getLanguages()
Gets the content language(s) defined in this field.

Returns:
a list of content language(s).


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