org.jasen.interfaces
Interface URLReader

All Known Implementing Classes:
StandardURLReader

public interface URLReader

Extracts the HTML from a remote HTTP url.

Author:
Jason Polites

Method Summary
 String readURL(URL url)
          Extracts the raw HTML from the given web url
 

Method Detail

readURL

public String readURL(URL url)
               throws JasenException
Extracts the raw HTML from the given web url

Parameters:
url -
Returns:
The [HTML] content located at the given URL
Throws:
JasenException