com.gentlyweb.utils
Class HTMLDataSource

java.lang.Object
  extended by com.gentlyweb.utils.HTMLDataSource
All Implemented Interfaces:
DataSource

public class HTMLDataSource
extends Object
implements DataSource


Constructor Summary
HTMLDataSource(String html)
           
 
Method Summary
 String getContentType()
           
 InputStream getInputStream()
           
 String getName()
           
 OutputStream getOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLDataSource

public HTMLDataSource(String html)
Method Detail

getInputStream

public InputStream getInputStream()
                           throws IOException
Specified by:
getInputStream in interface DataSource
Throws:
IOException

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Specified by:
getOutputStream in interface DataSource
Throws:
IOException

getContentType

public String getContentType()
Specified by:
getContentType in interface DataSource

getName

public String getName()
Specified by:
getName in interface DataSource