|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PagePipe
A page pipe describes the ability to process a node list – resulting in a new node list.
| Method Summary | |
|---|---|
void |
close()
This method is invoked upon the end of the processing. |
void |
setOutput(PagePipe out)
Setter for the output node pipe. |
void |
setParameter(java.lang.String name,
java.lang.String value)
Setter for a named parameter. |
void |
shipout(Page page)
This is the entry point for the document writer. |
| Method Detail |
|---|
void close()
throws BackendException
BackendException - in case of a back-end error
void shipout(Page page)
throws BackendException
page - the page to send
BackendException - in case of an errorvoid setOutput(PagePipe out)
out - the output node pipe
void setParameter(java.lang.String name,
java.lang.String value)
name - the name of the parametervalue - the value of the parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||