public abstract class FindStrutsAction
extends com.liferay.portal.kernel.struts.BaseStrutsAction
Constructor and Description |
---|
FindStrutsAction() |
Modifier and Type | Method and Description |
---|---|
String |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected abstract long |
getGroupId(long primaryKey) |
protected abstract String |
getPrimaryKeyParameterName() |
protected abstract String |
getStrutsAction(javax.servlet.http.HttpServletRequest request,
String portletId) |
protected abstract String[] |
initPortletIds() |
protected PortletURL |
processPortletURL(javax.servlet.http.HttpServletRequest request,
PortletURL portletURL) |
protected void |
setPrimaryKeyParameter(PortletURL portletURL,
long primaryKey) |
public String execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
execute
in interface com.liferay.portal.kernel.struts.StrutsAction
execute
in class com.liferay.portal.kernel.struts.BaseStrutsAction
Exception
protected abstract long getGroupId(long primaryKey) throws Exception
Exception
protected abstract String getPrimaryKeyParameterName()
protected abstract String getStrutsAction(javax.servlet.http.HttpServletRequest request, String portletId)
protected abstract String[] initPortletIds()
protected PortletURL processPortletURL(javax.servlet.http.HttpServletRequest request, PortletURL portletURL) throws Exception
Exception
protected void setPrimaryKeyParameter(PortletURL portletURL, long primaryKey) throws Exception
Exception