org.primefaces.model
Interface StreamedContent

All Known Implementing Classes:
DefaultStreamedContent

public interface StreamedContent


Method Summary
 String getContentEncoding()
           
 String getContentType()
           
 String getName()
           
 InputStream getStream()
           
 

Method Detail

getName

String getName()

getStream

InputStream getStream()

getContentType

String getContentType()

getContentEncoding

String getContentEncoding()


Copyright © 2013. All rights reserved.