com.liferay.portlet.documentlibrary.action
Class ConfigurationActionImpl
java.lang.Object
com.liferay.portlet.documentlibrary.action.ConfigurationActionImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.portlet.ConfigurationAction
- public class ConfigurationActionImpl
- extends java.lang.Object
- implements com.liferay.portal.kernel.portlet.ConfigurationAction
View Source
- Author:
- Jorge Ferrer
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationActionImpl
public ConfigurationActionImpl()
processAction
public void processAction(javax.portlet.PortletConfig config,
javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws java.lang.Exception
- Specified by:
processAction
in interface com.liferay.portal.kernel.portlet.ConfigurationAction
- 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
- Specified by:
render
in interface com.liferay.portal.kernel.portlet.ConfigurationAction
- Throws:
java.lang.Exception