edu.wisc.my.webproxy.beans.config
Class HtmlParserConfigImpl

java.lang.Object
  extended by edu.wisc.my.webproxy.beans.config.JspConfigPage
      extended by edu.wisc.my.webproxy.beans.config.HtmlParserConfigImpl
All Implemented Interfaces:
ConfigPage

public class HtmlParserConfigImpl
extends JspConfigPage

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

Field Summary
static String BALANCETAGS
           
static String INSERTDOCTYPE
           
static String REPORTERRORS
           
static String SCRIPTSTRIPCOMMENT
           
static String STRIPCOMMENTS
           
 
Constructor Summary
HtmlParserConfigImpl()
           
 
Method Summary
 String getName()
          Returns a displayable title for the configuration page.
 void process(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
          Called by the portlet when the submitted configuration page was for this object.
 
Methods inherited from class edu.wisc.my.webproxy.beans.config.JspConfigPage
getJsp, render, setJsp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCRIPTSTRIPCOMMENT

public static final String SCRIPTSTRIPCOMMENT

INSERTDOCTYPE

public static final String INSERTDOCTYPE

BALANCETAGS

public static final String BALANCETAGS

STRIPCOMMENTS

public static final String STRIPCOMMENTS

REPORTERRORS

public static final String REPORTERRORS
Constructor Detail

HtmlParserConfigImpl

public HtmlParserConfigImpl()
Method Detail

getName

public String getName()
Description copied from interface: ConfigPage
Returns a displayable title for the configuration page. This title is used when the portlet renders the workflow portion of the configuration UI.


process

public void process(javax.portlet.ActionRequest request,
                    javax.portlet.ActionResponse response)
             throws javax.portlet.PortletException,
                    IOException
Description copied from interface: ConfigPage
Called by the portlet when the submitted configuration page was for this object. This is where the page should persist its settings using the PortletPreferences API. This may throw a ConfigurationException if the submitted data is incorrect

Throws:
javax.portlet.PortletException
IOException


Copyright © 2010 Jasig. All Rights Reserved.