public class NekoHtmlParser extends Object implements HtmlParser, ProxyComponent
| Constructor and Description |
|---|
NekoHtmlParser() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public XMLReader getReader(LexicalHandler myHandler)
HtmlParsergetReader in interface HtmlParsermyHandler - the (@link LexicalHandler) to use as handle to set a propertypublic String getName()
ProxyComponentgetName in interface ProxyComponentpublic void setRenderData(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
ProxyComponentsetRenderData in interface ProxyComponentpublic void setActionData(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
ProxyComponentsetActionData in interface ProxyComponentpublic void clearData()
ProxyComponentclearData in interface ProxyComponentCopyright © 2016 Jasig. All Rights Reserved.