|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HtmlParser
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 |
---|
String parseRequest(String request)
request
- The HTML request received by the HTML protocol adaptor.
String parsePage(String initialPage)
initialPage
- The HTML page generated by the HTML protocol adaptor.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |