Removed references to mime4j from javadocs

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@934353 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2010-04-15 10:14:42 +00:00
parent de692aea08
commit ad7d78d0da
7 changed files with 10 additions and 14 deletions

View File

@ -170,7 +170,6 @@
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
<link>http://hc.apache.org/httpcomponents-core/httpcore/apidocs/</link>
<link>http://james.apache.org/mime4j/apidocs/</link>
</links>
</configuration>
<reportSets>

View File

@ -30,9 +30,9 @@ package org.apache.http.entity.mime;
import org.apache.http.entity.mime.content.ContentBody;
/**
* An extension of the mime4j standard {@link BodyPart} class that
* automatically populates the header with standard fields based
* on the content description of the enclosed body.
* FormBodyPart class represents a content body that can be used as a part of multipart encoded
* entities. This class automatically populates the header with standard fields based on
* the content description of the enclosed body.
*
* @since 4.0
*/

View File

@ -40,9 +40,9 @@ import org.apache.http.entity.mime.content.ContentBody;
import org.apache.http.util.ByteArrayBuffer;
/**
* An extension of the mime4j standard {@link Multipart} class, which is capable of operating
* either in the strict (fully RFC 822, RFC 2045, RFC 2046 compliant) or the browser compatible
* modes.
* HttpMultipart represents a collection of MIME multipart encoded content bodies. This class is
* capable of operating either in the strict (RFC 822, RFC 2045, RFC 2046 compliant) or
* the browser compatible modes.
*
* @since 4.0
*/

View File

@ -28,11 +28,10 @@
package org.apache.http.entity.mime;
/**
* Minimal implementation of {@link Field}.
* Minimal MIME field.
*
* @since 4.0
*/
//@Immutable
public class MinimalField {
private final String name;

View File

@ -30,7 +30,6 @@
-->
</head>
<body>
Support for MIME multipart messages based on
<a href="http://james.apache.org/mime4j/index.html">Apache Mime4J</a>
Support for MIME multipart encoded entities
</body>
</html>

View File

@ -30,9 +30,7 @@
HttpClient
This module extends {{{http://james.apache.org/mime4j/index.html}mime4j}}
library with some HTTP specific functionality and integrates it with the
HttpComponents framework.
This module provides support for MIME multipart encoded entities.
{{{apidocs/index.html}Javadocs}}
@ -41,3 +39,4 @@ HttpClient
{{{dependencies.html}Dependencies}}
{{{issue-tracking.html}Issue Tracking}}