|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.monitoring.jmx.CssHtmlParser
public class CssHtmlParser
This MBean adds css information to a given html page.
| Constructor Summary | |
|---|---|
CssHtmlParser(String stylesheetPath)
Constructor. |
|
| Method Summary | |
|---|---|
String |
parsePage(String s)
Adds css content directly before the head end tag in html page. |
String |
parseRequest(String s)
Asks which action should be done for the given request uri string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CssHtmlParser(String stylesheetPath)
throws IOException
stylesheetPath - Is the path to the needed stylesheet.
IOException - If reading stylesheet makes trouble.| Method Detail |
|---|
public String parseRequest(String s)
null is returned the underlying parser takes action.
parseRequest in interface com.sun.jdmk.comm.HtmlParserpublic String parsePage(String s)
parsePage in interface com.sun.jdmk.comm.HtmlParser
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||