com.sun.jdmk.comm
Interface HtmlParser


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.

See Also:
HtmlAdaptorServer

Method Summary
 String parsePage(String initialPage)
          Parses the generated HTML page.
 String parseRequest(String request)
          Parses the recieved HTML requests.
 

Method Detail

parseRequest

public String parseRequest(String request)
Parses the recieved HTML requests.

Parameters:
request - The HTML request received by the HTML protocol adaptor.
Returns:
An HTML page or null to generate the deafult HTML page.

parsePage

public String parsePage(String initialPage)
Parses the generated HTML page.

Parameters:
initialPage - The HTML page generated by the HTML protocol adaptor.
Returns:
An HTML page.

JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.