|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.mebigfatguy.tomailer.ToMailerDelegate
public class ToMailerDelegate
the main processer for converting web pages to email pages
| Constructor Summary | |
|---|---|
ToMailerDelegate(java.io.InputStream is,
java.lang.String url)
constructs the delegate and orchestrates the conversion of the page |
|
| Method Summary | |
|---|---|
byte[] |
getMailer()
get the generated email version |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToMailerDelegate(java.io.InputStream is,
java.lang.String url)
throws ToMailerException
is - the stream that represents the web pageurl - the base url to use for relative links
ToMailerException - if conversion fails| Method Detail |
|---|
public byte[] getMailer()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||