org.codehaus.waffle.view
Class ExportView
java.lang.Object
org.codehaus.waffle.view.View
org.codehaus.waffle.view.ExportView
public class ExportView
- extends View
Indicates that the view has content which should be exported to a filename using the given content type.
- Author:
- Mauro Talevi
Constructor Summary |
ExportView(java.lang.Object controller,
java.lang.String contentType,
byte[] content,
java.lang.String filename)
|
ExportView(java.lang.String contentType,
byte[] content,
java.lang.String filename)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportView
public ExportView(java.lang.Object controller,
java.lang.String contentType,
byte[] content,
java.lang.String filename)
ExportView
public ExportView(java.lang.String contentType,
byte[] content,
java.lang.String filename)
getContentType
public java.lang.String getContentType()
getContent
public byte[] getContent()
getFilename
public java.lang.String getFilename()
Copyright © 2008. All Rights Reserved.