|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.my.webproxy.beans.filtering.NekoHtmlParser
public class NekoHtmlParser
This class implements the HtmlParser Interface by using NekoHtml
| Constructor Summary | |
|---|---|
NekoHtmlParser()
|
|
| Method Summary | |
|---|---|
void |
clearData()
Called at the end of a request that the component was used in. |
String |
getName()
Returns a displayable name for the component. |
XMLReader |
getReader(LexicalHandler myHandler)
Retrieves a XMLReader object given a (@link LexicalHandler) |
void |
setActionData(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
This method is called on a component that is being used by the portlet at the begining of the action request it will be used in. |
void |
setRenderData(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
This method is called on a component that is being used by the portlet at the begining of the render request it will be used in. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NekoHtmlParser()
| Method Detail |
|---|
public XMLReader getReader(LexicalHandler myHandler)
HtmlParser
getReader in interface HtmlParsermyHandler - the (@link LexicalHandler) to use as handle to set a propertypublic String getName()
ProxyComponent
getName in interface ProxyComponent
public void setRenderData(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
ProxyComponent
setRenderData in interface ProxyComponent
public void setActionData(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
ProxyComponent
setActionData in interface ProxyComponentpublic void clearData()
ProxyComponent
clearData in interface ProxyComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||