|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigPage
Represents a configuration page to be displayed during the portlet's configuration. The render method is called to render the page's markup and process is called when the configuration page is submitted. The implementation is expected to use the PortletPreferences object to persist its configuration. Preference names should be created using the standard java package naming scheme to avoid collisions.
| 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. |
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. |
| Method Detail |
|---|
String getName()
void render(javax.portlet.PortletContext context,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws IOException,
javax.portlet.PortletException
context - request - response -
IOException
javax.portlet.PortletException
void 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.PortletException
IOException
ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||