|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.lothianproductions.httpd.document.Document
Represents a Document as served by a RequestHandler. Documents can be obtained from the DocumentSource.
| Constructor Summary | |
Document()
|
|
| Method Summary | |
abstract long |
length()
Returns the rendered Document's length. |
abstract java.io.InputStream |
render(java.lang.String[][] parameters)
Renders the Document to an InputStream using the passed parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Document()
| Method Detail |
public abstract java.io.InputStream render(java.lang.String[][] parameters)
throws ConfigException,
DocumentRenderException
ConfigException
DocumentRenderExceptionpublic abstract long length()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||