Comment envoyer byte[] en tant que pdf pour navigateur dans l'application web java?

Dans la méthode action (JSF), j'ai quelque chose comme ci-dessous:

public String getFile() {
  byte[] pdfData = ...
  //how to return byte[] as file to web browser user ?
}

Comment envoyer byte[] en tant que pdf pour navigateur ?

InformationsquelleAutor marioosh | 2010-08-28