API java : DocFlavor.URL


javax.print
Class DocFlavor.URL

java.lang.Object
  extended by javax.print.DocFlavor
      extended by javax.print.DocFlavor.URL
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
DocFlavor

public static class DocFlavor.URL
extends DocFlavor

Class DocFlavor.URL provides predefined static constant DocFlavor objects. For example doc flavors using a Uniform Resource Locator (java.net.URL) as the print data representation class.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.print.DocFlavor
DocFlavor.BYTE_ARRAY, DocFlavor.CHAR_ARRAY, DocFlavor.INPUT_STREAM, DocFlavor.READER, DocFlavor.SERVICE_FORMATTED, DocFlavor.STRING, DocFlavor.URL
 
Field Summary
static DocFlavor.URL AUTOSENSE
          Doc flavor with MIME type = "application/octet-stream", print data representation class name = "java.net.URL".
static DocFlavor.URL GIF
          Doc flavor with MIME type = "image/gif", print data representation class name = "java.net.URL".
static DocFlavor.URL JPEG
          Doc flavor with MIME type = "image/jpeg", print data representation class name = "java.net.URL".
static DocFlavor.URL PCL
          Doc flavor with MIME type = "application/vnd.hp-PCL", print data representation class name = "java.net.URL".
static DocFlavor.URL PDF
          Doc flavor with MIME type = "application/pdf", print data representation class name = "java.net.URL".
static DocFlavor.URL PNG
          Doc flavor with MIME type = "image/png", print data representation class name = "java.net.URL".
static DocFlavor.URL POSTSCRIPT
          Doc flavor with MIME type = "application/postscript", print data representation class name = "java.net.URL".
static DocFlavor.URL TEXT_HTML_HOST
          Doc flavor with MIME type = "text/html", encoded in the host platform encoding.
static DocFlavor.URL TEXT_HTML_US_ASCII
          Doc flavor with MIME type = "text/html; charset=us-ascii", print data representation class name = "java.net.URL" (byte stream).
static DocFlavor.URL TEXT_HTML_UTF_16
          Doc flavor with MIME type = "text/html; charset=utf-16", print data representation class name = "java.net.URL" (byte stream).
static DocFlavor.URL TEXT_HTML_UTF_16BE
          Doc flavor with MIME type = "text/html; charset=utf-16be" (big-endian byte ordering), print data representation class name = "java.net.URL" (byte stream).
static DocFlavor.URL TEXT_HTML_UTF_16LE
          Doc flavor with MIME type = "text/html; charset=utf-16le" (little-endian byte ordering), print data representation class name = "java.net.URL" (byte stream).
static DocFlavor.URL TEXT_HTML_UTF_8
          Doc flavor with MIME type = "text/html; charset=utf-8", print data representation class name = "java.net.URL" (byte stream).
static DocFlavor.URL TEXT_PLAIN_HOST
          Doc flavor with MIME type = "text/plain", encoded in the host platform encoding.
static DocFlavor.URL TEXT_PLAIN_US_ASCII
          Doc flavor with MIME type = "text/plain; charset=us-ascii", print data representation class name = "java.net.URL" (byte stream).
static DocFlavor.URL TEXT_PLAIN_UTF_16
          Doc flavor with MIME type = "text/plain; charset=utf-16", print data representation class name = java.net.URL"" (byte stream).
static DocFlavor.URL TEXT_PLAIN_UTF_16BE
          Doc flavor with MIME type = "text/plain; charset=utf-16be" (big-endian byte ordering), print data representation class name = "java.net.URL" (byte stream).
static DocFlavor.URL TEXT_PLAIN_UTF_16LE
          Doc flavor with MIME type = "text/plain; charset=utf-16le" (little-endian byte ordering), print data representation class name = "java.net.URL" (byte stream).
static DocFlavor.URL TEXT_PLAIN_UTF_8
          Doc flavor with MIME type = "text/plain; charset=utf-8", print data representation class name = "java.net.URL" (byte stream).
 
Fields inherited from class javax.print.DocFlavor
hostEncoding
 
Constructor Summary
DocFlavor.URL(String mimeType)
          Constructs a new doc flavor with the given MIME type and a print data representation class name of "java.net.URL".
 
Method Summary
 
Methods inherited from class javax.print.DocFlavor
equals, getMediaSubtype, getMediaType, getMimeType, getParameter, getRepresentationClassName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TEXT_PLAIN_HOST

public static final DocFlavor.URL TEXT_PLAIN_HOST
Doc flavor with MIME type = "text/plain", encoded in the host platform encoding. See hostEncoding Print data representation class name = "java.net.URL" (byte stream).


TEXT_PLAIN_UTF_8

public static final DocFlavor.URL TEXT_PLAIN_UTF_8
Doc flavor with MIME type = "text/plain; charset=utf-8", print data representation class name = "java.net.URL" (byte stream).


TEXT_PLAIN_UTF_16

public static final DocFlavor.URL TEXT_PLAIN_UTF_16
Doc flavor with MIME type = "text/plain; charset=utf-16", print data representation class name = java.net.URL"" (byte stream).


TEXT_PLAIN_UTF_16BE

public static final DocFlavor.URL TEXT_PLAIN_UTF_16BE
Doc flavor with MIME type = "text/plain; charset=utf-16be" (big-endian byte ordering), print data representation class name = "java.net.URL" (byte stream).


TEXT_PLAIN_UTF_16LE

public static final DocFlavor.URL TEXT_PLAIN_UTF_16LE
Doc flavor with MIME type = "text/plain; charset=utf-16le" (little-endian byte ordering), print data representation class name = "java.net.URL" (byte stream).


TEXT_PLAIN_US_ASCII

public static final DocFlavor.URL TEXT_PLAIN_US_ASCII
Doc flavor with MIME type = "text/plain; charset=us-ascii", print data representation class name = "java.net.URL" (byte stream).


TEXT_HTML_HOST

public static final DocFlavor.URL TEXT_HTML_HOST
Doc flavor with MIME type = "text/html", encoded in the host platform encoding. See hostEncoding Print data representation class name = "java.net.URL" (byte stream).


TEXT_HTML_UTF_8

public static final DocFlavor.URL TEXT_HTML_UTF_8
Doc flavor with MIME type = "text/html; charset=utf-8", print data representation class name = "java.net.URL" (byte stream).


TEXT_HTML_UTF_16

public static final DocFlavor.URL TEXT_HTML_UTF_16
Doc flavor with MIME type = "text/html; charset=utf-16", print data representation class name = "java.net.URL" (byte stream).


TEXT_HTML_UTF_16BE

public static final DocFlavor.URL TEXT_HTML_UTF_16BE
Doc flavor with MIME type = "text/html; charset=utf-16be" (big-endian byte ordering), print data representation class name = "java.net.URL" (byte stream).


TEXT_HTML_UTF_16LE

public static final DocFlavor.URL TEXT_HTML_UTF_16LE
Doc flavor with MIME type = "text/html; charset=utf-16le" (little-endian byte ordering), print data representation class name = "java.net.URL" (byte stream).


TEXT_HTML_US_ASCII

public static final DocFlavor.URL TEXT_HTML_US_ASCII
Doc flavor with MIME type = "text/html; charset=us-ascii", print data representation class name = "java.net.URL" (byte stream).


PDF

public static final DocFlavor.URL PDF
Doc flavor with MIME type = "application/pdf", print data representation class name = "java.net.URL".


POSTSCRIPT

public static final DocFlavor.URL POSTSCRIPT
Doc flavor with MIME type = "application/postscript", print data representation class name = "java.net.URL".


PCL

public static final DocFlavor.URL PCL
Doc flavor with MIME type = "application/vnd.hp-PCL", print data representation class name = "java.net.URL".


GIF

public static final DocFlavor.URL GIF
Doc flavor with MIME type = "image/gif", print data representation class name = "java.net.URL".


JPEG

public static final DocFlavor.URL JPEG
Doc flavor with MIME type = "image/jpeg", print data representation class name = "java.net.URL".


PNG

public static final DocFlavor.URL PNG
Doc flavor with MIME type = "image/png", print data representation class name = "java.net.URL".


AUTOSENSE

public static final DocFlavor.URL AUTOSENSE
Doc flavor with MIME type = "application/octet-stream", print data representation class name = "java.net.URL". The client must determine that data described using this DocFlavor is valid for the printer.

Constructor Detail

DocFlavor.URL

public DocFlavor.URL(String mimeType)
Constructs a new doc flavor with the given MIME type and a print data representation class name of "java.net.URL".

Parameters:
mimeType - MIME media type string.
Throws:
NullPointerException - (unchecked exception) Thrown if mimeType is null.
IllegalArgumentException - (unchecked exception) Thrown if mimeType does not obey the syntax for a MIME media type string.

Ces informations proviennent du site de http://java.sun.com

Remarques

Contenu

Le contenu de cette page provient du site de Sun, et est généré depuis un cache sur l'infobrol après certains traitements automatisés. La présentation peut donc différer du document original, mais le contenu aussi. Vous pouvez utiliser ce bouton pour afficher la page originale du site de Sun :

Quels sont les motivations de cette démarche?

Maintenir les pages en cache sur différents sites peut offrir plus de disponibilité.

Chaque page est indexée dans la base de donnée, ce qui permet de retrouver facilement les informations, au moyen des sommaires, du moteur de recherche interne, etc.

Des facilités sont mises en place pour que les membres de l'infobrol puissent effectuer des traductions en français des différents documents. Ceci devrait permettre aux débutants en programmation Java de consulter les API en français s'ils maîtrisent moins bien la langue de Shakespeare. Dans le cas où une traduction a été soumise, elle est disponible au moyen d'un lien en bas de page. Si la traduction a été validée, la page s'affiche par défaut en français, et un lien en bas de page permet d'atteindre la version en anglais.

Le code sur l'infobrol est automatiquement coloré selon la syntaxe, et les différents mots clés sont transformés en liens pour accéder rapidement aux informations.

Vous avez la possibilité de partager vos expériences en proposant vos propres extraits de code en utilisant le bouton "ajouter un commentaire" en bas de page. Si vous visitez simplement l'infobrol, vous avez déjà accès à cette fonction, mais si vous étes membre du brol, vous pouvez en plus utiliser des boutons supplémentaires de mise en forme, dont la coloration automatique de vos extraits de codes.

Avertissement : Erreurs sur le site de l'infobrol

Sommaire du document

La base de données est temporairement indisponible

Le site rencontre momentanément quelques problèmes...

La base de données est temporairement indisponible (), ce qui explique que de nombreuses fonctions ne soient temporairement pas accessibles (par exemple les liens de navigation, les sommaires, etc.) et que l'affichage des pages soit beaucoup plus lent.

Veuillez réessayer dans quelques minutes (les tests automatiques sont effectués toutes les 15 minutes).

Je vous présente mes excuses pour le désagrément que cela engendre.

Steph.

 

Réseaux sociaux

Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher les interactions avec les réseaux sociaux sur ces pages.

 

Astuce pour imprimer les couleurs des cellules de tableaux : http://www.gaudry.be/ast-rf-450.html
Aucun commentaire pour cette page

© Ce document issu de l′infobrol est enregistré sous le certificat Cyber PrInterDeposit Digital Numbertection. Enregistrement IDDN n° 5329-1586
Document créé le 01/01/70 &am12Thu, 01 Jan 1970 00:00:00 +0000amvUTC; 00:00, dernière modification le Vendredi 17 Juin 2011, 10:12
Source du document imprimé : http://www.gaudry.be/ Document affiché 0 fois ce mois de Juin.
St.Gaudry©07.01.02
Outils (masquer)
||
Recherche (afficher)
Recherche :

Utilisateur (afficher)

La gestion des membres est momentanement desactivee pour des raisons de maintenance.

Navigation (masquer)
Apparence (afficher)
Stats (afficher)
867 documents
astuces.
niouzes.
definitions.
membres.
2290 messages.

Document genere en :
0,18 seconde
Citation (masquer)
 
l'infobrol
Nous sommes le Vendredi 01 Juin 2012, 23:55, toutes les heures sont au format GMTs