|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.benow.web.path.page.TagProcessor
org.benow.web.path.page.stream.StreamingTagProcessor
public abstract class StreamingTagProcessor
| Field Summary |
|---|
| Fields inherited from class org.benow.web.path.page.TagProcessor |
|---|
RES_TAG, tag |
| Constructor Summary | |
|---|---|
StreamingTagProcessor(java.lang.String tag)
|
|
| Method Summary | |
|---|---|
abstract void |
stream(java.io.PrintWriter out,
org.w3c.dom.Element streamElem,
QueryParams params,
org.benow.xml.xsl.XSL src)
|
| Methods inherited from class org.benow.web.path.page.TagProcessor |
|---|
getTag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StreamingTagProcessor(java.lang.String tag)
| Method Detail |
|---|
public abstract void stream(java.io.PrintWriter out,
org.w3c.dom.Element streamElem,
QueryParams params,
org.benow.xml.xsl.XSL src)
throws java.lang.Throwable
out - where to stream tostreamElem - input stream element that may hold param for stream procedureparams - params at time of stream
java.lang.Throwable
WebException - if something goes wrong
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||