|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
To be implemented by an MBean acting as an HTML parser. MBeans implementing this interface can be used to customize the the HTML sent by the HTML protocol adaptor.
HtmlAdaptorServer
Method Summary | |
String |
parsePage(String initialPage)
Parses the generated HTML page. |
String |
parseRequest(String request)
Parses the received HTML requests. |
Method Detail |
public String parseRequest(String request)
request
- The HTML request received by the HTML protocol adaptor.
public String parsePage(String initialPage)
initialPage
- The HTML page generated by the HTML protocol adaptor.
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |