com.liferay.portal.kernel.portlet
Interface ConfigurationAction
- public interface ConfigurationAction
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
void |
processAction(javax.portlet.PortletConfig config,
javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
|
java.lang.String |
render(javax.portlet.PortletConfig config,
javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
|
processAction
public void processAction(javax.portlet.PortletConfig config,
javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws java.lang.Exception
- Throws:
java.lang.Exception
render
public java.lang.String render(javax.portlet.PortletConfig config,
javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws java.lang.Exception
- Throws:
java.lang.Exception