Package net.sf.jasperreports.web.util
Interface WebResource
-
- All Known Implementing Classes:
SimpleWebResource
public interface WebResource
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getData()
String
getType()
-
-
-
Method Detail
-
getType
String getType()
-
getData
byte[] getData()
-
-