edu.wisc.my.webproxy.beans.config
Class ClippingConfigImpl
java.lang.Object
edu.wisc.my.webproxy.beans.config.JspConfigPage
edu.wisc.my.webproxy.beans.config.ClippingConfigImpl
- All Implemented Interfaces:
- ConfigPage
public class ClippingConfigImpl
- extends JspConfigPage
- Version:
- $Id: ClippingConfigImpl.java 12216 2006-11-16 17:43:35Z edalquist $
- Author:
- dgrimwood
|
Field Summary |
static java.lang.String |
COMMENT
|
static java.lang.String |
DISABLE
|
static java.lang.String |
ELEMENT
|
static java.lang.String |
XPATH
|
|
Method Summary |
java.lang.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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISABLE
public static final java.lang.String DISABLE
XPATH
public static final java.lang.String XPATH
COMMENT
public static final java.lang.String COMMENT
ELEMENT
public static final java.lang.String ELEMENT
ClippingConfigImpl
public ClippingConfigImpl()
getName
public java.lang.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,
java.io.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
java.io.IOException
Copyright © 2010 Jasig. All Rights Reserved.