Uses of Interface
org.apache.james.mime4j.dom.field.ParsedField
Packages that use ParsedField
Package
Description
-
Uses of ParsedField in org.apache.james.mime4j.dom
Classes in org.apache.james.mime4j.dom with type parameters of type ParsedFieldModifier and TypeInterfaceDescriptioninterfaceFieldParser<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.fieldModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of ParsedField in org.apache.james.mime4j.field
Classes in org.apache.james.mime4j.field that implement ParsedFieldModifier and TypeClassDescriptionclassThe base class of all field classes.classAddress list field such asToorReply-To.classAddress list field such asToorReply-To.classRepresents aContent-Descriptionfield.classRepresents aContent-Dispositionfield.classRepresents aContent-Dispositionfield.classRepresents aContent-Transfer-Encodingfield.classRepresents aContent-Transfer-Encodingfield.classRepresents aContent-Transfer-Encodingfield.classRepresents aContent-Lengthfield.classRepresents aContent-Locationfield.classRepresents aContent-Locationfield.classRepresents aContent-MD5field.classRepresents aContent-Transfer-Encodingfield.classRepresents aContent-Typefield.classRepresents aContent-Typefield.classDate-time field such asDateorResent-Date.classDate-time field such asDateorResent-Date.classMailbox field such asSenderorResent-Sender.classMailbox field such asSenderorResent-Sender.classMailbox-list field such asFromorResent-From.classMailbox-list field such asFromorResent-From.classRepresents aMIME-Versionfield.classRepresents aMIME-Versionfield.classSimple unstructured field such asSubject.Classes in org.apache.james.mime4j.field that implement interfaces with type arguments of type ParsedFieldFields in org.apache.james.mime4j.field with type parameters of type ParsedFieldModifier and TypeFieldDescriptionprivate final FieldParser<? extends ParsedField> DelegatingFieldParser.defaultParserprivate static final FieldParser<ParsedField> DefaultFieldParser.PARSERprivate static final FieldParser<ParsedField> LenientFieldParser.PARSERprivate final Map<String, FieldParser<? extends ParsedField>> DelegatingFieldParser.parsersMethods in org.apache.james.mime4j.field with type parameters of type ParsedFieldModifier and TypeMethodDescriptionprivate static <F extends ParsedField>
FFields.parse(FieldParser<F> parser, String fieldName, String fieldBody) Methods in org.apache.james.mime4j.field that return ParsedFieldModifier and TypeMethodDescriptionstatic ParsedFieldstatic ParsedFieldDefaultFieldParser.parse(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.DelegatingFieldParser.parse(Field rawField, DecodeMonitor monitor) static ParsedFieldParses the given string and returns an instance of theParsedFieldclass.static ParsedFieldLenientFieldParser.parse(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 ParsedFieldModifier and TypeMethodDescriptionstatic FieldParser<ParsedField> DefaultFieldParser.getParser()Gets the default instance of this class.FieldParser<? extends ParsedField> private FieldParser<? extends ParsedField> 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 ParsedFieldModifier and TypeMethodDescriptionvoidDelegatingFieldParser.setFieldParser(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 ParsedFieldModifierConstructorDescriptionDelegatingFieldParser(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 ParsedFieldModifier and TypeMethodDescription<F extends ParsedField>
FAbstractEntityBuilder.obtainField(String fieldName) -
Uses of ParsedField in org.apache.james.mime4j.message
Fields in org.apache.james.mime4j.message with type parameters of type ParsedFieldModifier and TypeFieldDescriptionprivate final FieldParser<? extends ParsedField> DefaultBodyDescriptorBuilder.fieldParserprivate FieldParser<? extends ParsedField> DefaultMessageBuilder.fieldParserprivate final FieldParser<? extends ParsedField> SimpleContentHandler.fieldParserprivate final Map<String, ParsedField> DefaultBodyDescriptorBuilder.fieldsprivate final Map<String, ParsedField> MaximalBodyDescriptor.fieldsMethods in org.apache.james.mime4j.message with type parameters of type ParsedFieldModifier and TypeMethodDescription(package private) <F extends ParsedField>
FAbstractEntity.obtainField(String fieldName) Obtains the header field with the specified name.Method parameters in org.apache.james.mime4j.message with type arguments of type ParsedFieldModifier and TypeMethodDescriptionvoidDefaultMessageBuilder.setFieldParser(FieldParser<? extends ParsedField> fieldParser) Constructor parameters in org.apache.james.mime4j.message with type arguments of type ParsedFieldModifierConstructorDescriptionDefaultBodyDescriptorBuilder(String parentMimeType, FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor) Creates a newBodyDescriptorinstance.(package private)MaximalBodyDescriptor(String mimeType, String mediaType, String subType, String boundary, String charset, Map<String, ParsedField> fields) SimpleContentHandler(FieldParser<? extends ParsedField> fieldParser, DecodeMonitor monitor)