public interface ConfigPage
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
render(javax.portlet.PortletContext context,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Called by the portlet when the page should render its configuration UI.
|
String getName()
void render(javax.portlet.PortletContext context,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws IOException,
javax.portlet.PortletException
context - request - response - IOExceptionjavax.portlet.PortletExceptionvoid process(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException,
IOException,
edu.wisc.my.webproxy.beans.config.ConfigurationException
request - response - javax.portlet.PortletExceptionIOExceptionConfigurationExceptionCopyright © 2016 Jasig. All Rights Reserved.