public abstract class FindStrutsAction
extends Object
implements com.liferay.portal.kernel.struts.StrutsAction
Constructor and Description |
---|
FindStrutsAction() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
addRequiredParameters(javax.servlet.http.HttpServletRequest httpServletRequest,
String portletId,
javax.portlet.PortletURL portletURL) |
String |
execute(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
protected abstract long |
getGroupId(long primaryKey) |
protected abstract com.liferay.portal.kernel.portlet.PortletLayoutFinder |
getPortletLayoutFinder() |
protected abstract String |
getPrimaryKeyParameterName() |
protected javax.portlet.PortletURL |
processPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.portlet.PortletURL portletURL) |
protected void |
setPrimaryKeyParameter(javax.portlet.PortletURL portletURL,
long primaryKey) |
public String execute(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
execute
in interface com.liferay.portal.kernel.struts.StrutsAction
Exception
protected abstract void addRequiredParameters(javax.servlet.http.HttpServletRequest httpServletRequest, String portletId, javax.portlet.PortletURL portletURL)
protected abstract long getGroupId(long primaryKey) throws Exception
Exception
protected abstract com.liferay.portal.kernel.portlet.PortletLayoutFinder getPortletLayoutFinder()
protected abstract String getPrimaryKeyParameterName()
protected javax.portlet.PortletURL processPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest, javax.portlet.PortletURL portletURL) throws Exception
Exception
protected void setPrimaryKeyParameter(javax.portlet.PortletURL portletURL, long primaryKey) throws Exception
Exception