edu.wisc.my.webproxy.beans.config
Class GeneralConfigImpl
java.lang.Object
edu.wisc.my.webproxy.beans.config.JspConfigPage
edu.wisc.my.webproxy.beans.config.GeneralConfigImpl
- All Implemented Interfaces:
- ConfigPage
public class GeneralConfigImpl
- extends JspConfigPage
- Version:
- $Id: GeneralConfigImpl.java 12216 2006-11-16 17:43:35Z edalquist $
- Author:
- dgrimwood
|
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 |
BASE_URL
public static final java.lang.String BASE_URL
EDIT_URL
public static final java.lang.String EDIT_URL
PORTLET_URL_REWRITE_MASKS
public static final java.lang.String PORTLET_URL_REWRITE_MASKS
PORTLET_URL_REWRITE_STATES
public static final java.lang.String PORTLET_URL_REWRITE_STATES
PORTLET_URL_LIST_TYPE
public static final java.lang.String PORTLET_URL_LIST_TYPE
FNAME_URL_REWRITE_MASKS
public static final java.lang.String FNAME_URL_REWRITE_MASKS
FNAME_URL_REWRITE_STATES
public static final java.lang.String FNAME_URL_REWRITE_STATES
FNAME_URL_LIST_TYPE
public static final java.lang.String FNAME_URL_LIST_TYPE
FNAME_TARGET
public static final java.lang.String FNAME_TARGET
PRE_INTERCEPTOR_CLASS
public static final java.lang.String PRE_INTERCEPTOR_CLASS
POST_INTERCEPTOR_CLASS
public static final java.lang.String POST_INTERCEPTOR_CLASS
URL_LIST_TYPE_INCLUDE
public static final java.lang.String URL_LIST_TYPE_INCLUDE
- See Also:
- Constant Field Values
URL_LIST_TYPE_EXCLUDE
public static final java.lang.String URL_LIST_TYPE_EXCLUDE
- See Also:
- Constant Field Values
GeneralConfigImpl
public GeneralConfigImpl()
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,
edu.wisc.my.webproxy.beans.config.ConfigurationException
- 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
ConfigurationException
Copyright © 2010 Jasig. All Rights Reserved.