Uses of Interface
org.apache.james.mime4j.dom.field.ParsedField
-
Packages that use ParsedField Package Description org.apache.james.mime4j.dom org.apache.james.mime4j.dom.field org.apache.james.mime4j.field org.apache.james.mime4j.internal org.apache.james.mime4j.message -
-
Uses of ParsedField in org.apache.james.mime4j.dom
Classes in org.apache.james.mime4j.dom with type parameters of type ParsedField Modifier and Type Interface Description interfaceFieldParser<T extends ParsedField>A parser or transformation process intended to convert raw (unstructured)Fields into structuredParsedFields. -
Uses of ParsedField in org.apache.james.mime4j.dom.field
Subinterfaces of ParsedField in org.apache.james.mime4j.dom.field Modifier and Type Interface Description interfaceAddressListFieldinterfaceContentDescriptionFieldinterfaceContentDispositionFieldinterfaceContentIdFieldinterfaceContentLanguageFieldinterfaceContentLengthFieldinterfaceContentLocationFieldinterfaceContentMD5FieldinterfaceContentTransferEncodingFieldinterfaceContentTypeFieldinterfaceDateTimeFieldinterfaceMailboxFieldinterfaceMailboxListFieldinterfaceMimeVersionFieldinterfaceUnstructuredField -
Uses of ParsedField in org.apache.james.mime4j.field
Classes in org.apache.james.mime4j.field that implement ParsedField Modifier and Type Class Description classAbstractFieldThe base class of all field classes.classAddressListFieldImplAddress list field such asToorReply-To.classAddressListFieldLenientImplAddress list field such asToorReply-To.classContentDescriptionFieldImplRepresents aContent-Descriptionfield.classContentDispositionFieldImplRepresents aContent-Dispositionfield.classContentDispositionFieldLenientImplRepresents aContent-Dispositionfield.classContentIdFieldImplRepresents aContent-Transfer-Encodingfield.classContentLanguageFieldImplRepresents aContent-Transfer-Encodingfield.classContentLanguageFieldLenientImplRepresents aContent-Transfer-Encodingfield.classContentLengthFieldImplRepresents aContent-Lengthfield.classContentLocationFieldImplRepresents aContent-Locationfield.classContentLocationFieldLenientImplRepresents aContent-Locationfield.classContentMD5FieldImplRepresents aContent-MD5field.classContentTransferEncodingFieldImplRepresents aContent-Transfer-Encodingfield.classContentTypeFieldImplRepresents aContent-Typefield.classContentTypeFieldLenientImplRepresents aContent-Typefield.classDateTimeFieldImplDate-time field such asDateorResent-Date.classDateTimeFieldLenientImplDate-time field such asDateorResent-Date.classMailboxFieldImplMailbox field such asSenderorResent-Sender.classMailboxFieldLenientImplMailbox field such asSenderorResent-Sender.classMailboxListFieldImplMailbox-list field such asFromorResent-From.classMailboxListFieldLenientImplMailbox-list field such asFromorResent-From.classMimeVersionFieldImplRepresents aMIME-Versionfield.classMimeVersionFieldLenientImplRepresents aMIME-Versionfield.classUnstructuredFieldImplSimple unstructured field such asSubject.Fields in org.apache.james.mime4j.field with type parameters of type ParsedField Modifier and Type Field Description private FieldParser<? extends ParsedField>DelegatingFieldParser. defaultParserprivate static FieldParser<ParsedField>DefaultFieldParser. PARSERprivate static FieldParser<ParsedField>LenientFieldParser. PARSERprivate java.util.Map<java.lang.String,FieldParser<? extends ParsedField>>DelegatingFieldParser. parsersMethods in org.apache.james.mime4j.field with type parameters of type ParsedField Modifier and Type Method Description private static <F extends ParsedField>
FFields. parse(FieldParser<F> parser, java.lang.String fieldName, java.lang.String fieldBody)Methods in org.apache.james.mime4j.field that return ParsedField Modifier and Type Method Description static ParsedFieldDefaultFieldParser. parse(java.lang.String rawStr)static ParsedFieldDefaultFieldParser. parse(java.lang.String rawStr, DecodeMonitor monitor)Parses the given string and returns an instance of theParsedFieldclass.static ParsedFieldDefaultFieldParser. parse(ByteSequence raw, DecodeMonitor monitor)Parses the given byte sequence and returns an instance of theParsedFieldclass.ParsedFieldDelegatingFieldParser. parse(Field rawField, DecodeMonitor monitor)static ParsedFieldLenientFieldParser. parse(java.lang.String rawStr)Parses the given string and returns an instance of theParsedFieldclass.static ParsedFieldLenientFieldParser. parse(java.lang.String rawStr, DecodeMonitor monitor)Parses the given string and returns an instance of theFieldclass.static ParsedFieldLenientFieldParser. parse(ByteSequence raw, DecodeMonitor monitor)Parses the given byte sequence and returns an instance of theParsedFieldclass.Methods in org.apache.james.mime4j.field that return types with arguments of type ParsedField Modifier and Type Method Description static FieldParser<ParsedField>DefaultFieldParser. getParser()Gets the default instance of this class.FieldParser<? extends ParsedField>DelegatingFieldParser. getParser(java.lang.String name)private FieldParser<? extends ParsedField>DelegatingFieldParser. getParser(Field rawField)static FieldParser<ParsedField>LenientFieldParser. getParser()Gets the default instance of this class.Method parameters in org.apache.james.mime4j.field with type arguments of type ParsedField Modifier and Type Method Description voidDelegatingFieldParser. setFieldParser(java.lang.String name, FieldParser<? extends ParsedField> parser)Sets the parser used for the field namedname.Constructor parameters in org.apache.james.mime4j.field with type arguments of type ParsedField Constructor Description DelegatingFieldParser(FieldParser<? extends ParsedField> defaultParser) -
Uses of ParsedField in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal with type parameters of type ParsedField Modifier and Type Method Description <F extends ParsedField>
FAbstractEntityBuilder. obtainField(java.lang.String fieldName) -
Uses of ParsedField in org.apache.james.mime4j.message
Fields in org.apache.james.mime4j.message with type parameters of type ParsedField Modifier and Type Field Description private FieldParser<? extends ParsedField>DefaultBodyDescriptorBuilder. fieldParserprivate FieldParser<? extends ParsedField>DefaultMessageBuilder. fieldParserprivate FieldParser<? extends ParsedField>SimpleContentHandler. fieldParserprivate java.util.Map<java.lang.String,ParsedField>DefaultBodyDescriptorBuilder. fieldsprivate java.util.Map<java.lang.String,ParsedField>MaximalBodyDescriptor. fieldsMethods in org.apache.james.mime4j.message with type parameters of type ParsedField Modifier and Type Method Description (package private) <F extends ParsedField>
FAbstractEntity. obtainField(java.lang.String fieldName)Obtains the header field with the specified name.Method parameters in org.apache.james.mime4j.message with type arguments of type ParsedField Modifier and Type Method Description voidDefaultMessageBuilder. setFieldParser(FieldParser<? extends ParsedField> fieldParser)Constructor parameters in org.apache.james.mime4j.message with type arguments of type ParsedField Constructor Description DefaultBodyDescriptorBuilder(java.lang.String parentMimeType, FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor)Creates a newBodyDescriptorinstance.MaximalBodyDescriptor(java.lang.String mimeType, java.lang.String mediaType, java.lang.String subType, java.lang.String boundary, java.lang.String charset, java.util.Map<java.lang.String,ParsedField> fields)SimpleContentHandler(FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor)
-