You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2008/08/13 12:26:43 UTC

svn commit: r685503 - in /james/mime4j/trunk/src/site: apt/usage.apt xdoc/index.xml

Author: bago
Date: Wed Aug 13 03:26:41 2008
New Revision: 685503

URL: http://svn.apache.org/viewvc?rev=685503&view=rev
Log:
Fix website pages to reflect package changes (some reference still pointed to org.mime4j package !! ) (MIME4J-51)

Modified:
    james/mime4j/trunk/src/site/apt/usage.apt
    james/mime4j/trunk/src/site/xdoc/index.xml

Modified: james/mime4j/trunk/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/src/site/apt/usage.apt?rev=685503&r1=685502&r2=685503&view=diff
==============================================================================
--- james/mime4j/trunk/src/site/apt/usage.apt (original)
+++ james/mime4j/trunk/src/site/apt/usage.apt Wed Aug 13 03:26:41 2008
@@ -23,10 +23,10 @@
 {Usage}
 
   Mime4j provides two different API's: An event based API by using
-  the {{{apidocs/org/apache/james/mime4j/MimeStreamParser.html}
+  the {{{apidocs/org/apache/james/mime4j/parser/MimeStreamParser.html}
   MimeStreamParser}}. Alternatively, you may use the iterative
   API, which is available through the
-  {{{apidocs/org/apache/james/mime4j/MimeTokenStream.html}
+  {{{apidocs/org/apache/james/mime4j/parser/MimeTokenStream.html}
   MimeTokenStream}}. In terms of speed, you should not note
   any differences.
 
@@ -41,7 +41,7 @@
 {Token Streams}
 
   The iterative approach is using the class
-  {{{apidocs/org/apache/james/mime4j/MimeTokenStream.html}
+  {{{apidocs/org/apache/james/mime4j/parser/MimeTokenStream.html}
   MimeTokenStream}}. Here's an example, how you could use
   the token stream:
 
@@ -121,7 +121,7 @@
 
   The event based API requires, that you provide an event handler,
   which receives events. The event handler is an object, which
-  implements the {{{apidocs/org/apache/james/mime4j/ContentHandler.html}
+  implements the {{{apidocs/org/apache/james/mime4j/parser/ContentHandler.html}
   ContentHandler}} interface. Here's an example, how you could
   implement an event handler:
 

Modified: james/mime4j/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/src/site/xdoc/index.xml?rev=685503&r1=685502&r2=685503&view=diff
==============================================================================
--- james/mime4j/trunk/src/site/xdoc/index.xml (original)
+++ james/mime4j/trunk/src/site/xdoc/index.xml Wed Aug 13 03:26:41 2008
@@ -33,7 +33,7 @@
                 for mime4j related questions.
             </p>
             <p> mime4j provides a parser, 
-                <a href="apidocs/org/mime4j/MimeStreamParser.html">
+                <a href="apidocs/org/apache/james/mime4j/parser/MimeStreamParser.html">
                     <code>MimeStreamParser</code>
                 </a>, for e-mail message streams in plain rfc822 and MIME
                 format. The parser uses a callback mechanism to report parsing
@@ -60,7 +60,7 @@
                 better job. </p>
             <p> mime4j can also be used to build a tree representation of an
                 e-mail message using the 
-                <a href="apidocs/org/mime4j/message/Message.html">
+                <a href="apidocs/org/apache/james/mime4j/message/Message.html">
                     <code>Message</code>
                 </a> class. Using this facility mime4j automatically handles the
                 decoding of fields and bodies and uses temporary files for large



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org