public class ConfigurationActionImpl
extends com.liferay.portal.kernel.portlet.DefaultConfigurationAction
| Constructor and Description |
|---|
ConfigurationActionImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
getValidUrlPrefixes(com.liferay.portal.theme.ThemeDisplay themeDisplay) |
protected boolean |
hasValidUrlPrefix(java.lang.String[] validUrlPrefixes,
java.lang.String url) |
void |
processAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
validateUrls(javax.portlet.ActionRequest actionRequest) |
public void processAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
processAction in interface com.liferay.portal.kernel.portlet.ConfigurationActionprocessAction in class com.liferay.portal.kernel.portlet.DefaultConfigurationActionjava.lang.Exceptionprotected java.lang.String[] getValidUrlPrefixes(com.liferay.portal.theme.ThemeDisplay themeDisplay)
protected boolean hasValidUrlPrefix(java.lang.String[] validUrlPrefixes,
java.lang.String url)
protected void validateUrls(javax.portlet.ActionRequest actionRequest)