public class HMessage extends HSource
| Constructor and Description |
|---|
HMessage(java.lang.String name,
nxm.sys.lib.Midas M) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(java.lang.String uri,
HPage hp)
Invoked to write the data from this source into the specified HPage.
|
canHandleRequest, getName, handleHeadRequest, setServerpublic void handleRequest(java.lang.String uri,
HPage hp)
HSourcehandleRequest in class HSourceuri - The Request string containing the request parameters.hp - The HPage to write the data into.