org.apache.myfaces.trinidaddemo.tagDemos
Class TestFileDownloadBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.tagDemos.TestFileDownloadBean

public class TestFileDownloadBean
extends Object

Bean class used to demo the fileDownloadActionListener tag


Constructor Summary
TestFileDownloadBean()
           
 
Method Summary
 void errorHelloFile(javax.faces.context.FacesContext context, OutputStream outputStream)
           
 void sendHelloFile(javax.faces.context.FacesContext context, OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFileDownloadBean

public TestFileDownloadBean()
Method Detail

sendHelloFile

public void sendHelloFile(javax.faces.context.FacesContext context,
                          OutputStream outputStream)
                   throws IOException
Throws:
IOException

errorHelloFile

public void errorHelloFile(javax.faces.context.FacesContext context,
                           OutputStream outputStream)
                    throws IOException
Throws:
IOException


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.