public abstract class ZPageHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract void |
emitHtml(Map<String,String> queryMap,
OutputStream outputStream)
Emits the HTML generated page to the
outputStream. |
abstract String |
getUrlPath()
Returns the URL path that should be used to register this page.
|
public abstract String getUrlPath()
public abstract void emitHtml(Map<String,String> queryMap, OutputStream outputStream)
outputStream.queryMap - the query components map.outputStream - the output OutputStream.