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 javax.portlet.PortletURL |
processPortletURL(javax.servlet.http.HttpServletRequest request,
javax.portlet.PortletURL portletURL) |
protected void |
setPrimaryKeyParameter(javax.portlet.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.StrutsActionexecute in class com.liferay.portal.kernel.struts.BaseStrutsActionExceptionprotected abstract long getGroupId(long primaryKey)
throws Exception
Exceptionprotected abstract String getPrimaryKeyParameterName()
protected abstract String getStrutsAction(javax.servlet.http.HttpServletRequest request,
String portletId)
protected abstract String[] initPortletIds()
protected javax.portlet.PortletURL processPortletURL(javax.servlet.http.HttpServletRequest request,
javax.portlet.PortletURL portletURL)
throws Exception
Exceptionprotected void setPrimaryKeyParameter(javax.portlet.PortletURL portletURL,
long primaryKey)
throws Exception
Exception