edu.wisc.my.webproxy.beans.filtering
Class NekoHtmlParser

java.lang.Object
  extended by edu.wisc.my.webproxy.beans.filtering.NekoHtmlParser
All Implemented Interfaces:
ProxyComponent, HtmlParser

public class NekoHtmlParser
extends Object
implements HtmlParser, ProxyComponent

This class implements the HtmlParser Interface by using NekoHtml

Version:
$Id: NekoHtmlParser.java 20993 2010-07-02 19:32:47Z edalquist $
Author:
dgrimwood

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

NekoHtmlParser

public NekoHtmlParser()
Method Detail

getReader

public XMLReader getReader(LexicalHandler myHandler)
Description copied from interface: HtmlParser
Retrieves a XMLReader object given a (@link LexicalHandler)

Specified by:
getReader in interface HtmlParser
Parameters:
myHandler - the (@link LexicalHandler) to use as handle to set a property

getName

public String getName()
Description copied from interface: ProxyComponent
Returns a displayable name for the component.

Specified by:
getName in interface ProxyComponent

setRenderData

public void setRenderData(javax.portlet.RenderRequest request,
                          javax.portlet.RenderResponse response)
Description copied from interface: ProxyComponent
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. It provides the component with a reference to the request and response objects to use.

Specified by:
setRenderData in interface ProxyComponent

setActionData

public void setActionData(javax.portlet.ActionRequest request,
                          javax.portlet.ActionResponse response)
Description copied from interface: ProxyComponent
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. It provides the component with a reference to the request and response objects to use.

Specified by:
setActionData in interface ProxyComponent

clearData

public void clearData()
Description copied from interface: ProxyComponent
Called at the end of a request that the component was used in. It clears the references to the request and response objects. It should be called from a finally block to ensure its execution.

Specified by:
clearData in interface ProxyComponent


Copyright © 2010 Jasig. All Rights Reserved.