CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Wolfgang Baer <[EMAIL PROTECTED]>       06/02/23 15:40:51

Modified files:
        .              : ChangeLog 
        javax/print    : DocFlavor.java 

Log message:
        2006-02-23  Wolfgang Baer  <[EMAIL PROTECTED]>
        
        * javax/print/DocFlavor.java: Added documentation all over.
        (BYTE_ARRAY.TEXT_HTML_HOST): Include host charset encoding to mimetype.
        (BYTE_ARRAY.TEXT_PLAIN_HOST): Likewise.
        (INPUT_STREAM.TEXT_HTML_HOST): Likewise.
        (INPUT_STREAM.TEXT_PLAIN_HOST): Likewise.
        (URL.TEXT_HTML_HOST): Likewise.
        (URL.TEXT_PLAIN_HOST): Likewise.
        (hostEncoding): Initialize with host default charset encoding.
        (mediaSubtype): Made transient.
        (mediaType): Likewise.
        (params): Made transient. Changed type to TreeMap.
        (className): Removed, changed to myClassName.
        (myClassName): New field as defined in serialized form.
        (DocFlavor): Adapted to new variable types, names.
        (parseMimeType): Reimplemented.
        (getParameter): Search with lowercase name.
        (getRepresentationClassName): Adapted to changed variable name.
        (hashCode): Likewise.
        (toString): Reimplemented.
        (readObject): New method for serialization.
        (writeObject): Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.6492&tr2=1.6493&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/print/DocFlavor.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text


Reply via email to