Liferay 6.1.2-ce-ga3

com.liferay.portlet.wiki.action
Class FindPageAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.liferay.portal.struts.FindAction
          extended by com.liferay.portlet.wiki.action.FindPageAction

public class FindPageAction
extends FindAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
FindPageAction()
           
 
Method Summary
protected  long getGroupId(long primaryKey)
           
protected  String getPrimaryKeyParameterName()
           
protected  String getStrutsAction(javax.servlet.http.HttpServletRequest request, String portletId)
           
protected  String[] initPortletIds()
           
protected  PortletURL processPortletURL(javax.servlet.http.HttpServletRequest request, PortletURL portletURL)
           
 
Methods inherited from class com.liferay.portal.struts.FindAction
execute, getPlidAndPortletId, getPortletId, setPrimaryKeyParameter
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindPageAction

public FindPageAction()
Method Detail

getGroupId

protected long getGroupId(long primaryKey)
                   throws Exception
Specified by:
getGroupId in class FindAction
Throws:
Exception

getPrimaryKeyParameterName

protected String getPrimaryKeyParameterName()
Specified by:
getPrimaryKeyParameterName in class FindAction

getStrutsAction

protected String getStrutsAction(javax.servlet.http.HttpServletRequest request,
                                 String portletId)
Specified by:
getStrutsAction in class FindAction

initPortletIds

protected String[] initPortletIds()
Specified by:
initPortletIds in class FindAction

processPortletURL

protected PortletURL processPortletURL(javax.servlet.http.HttpServletRequest request,
                                       PortletURL portletURL)
                                throws Exception
Overrides:
processPortletURL in class FindAction
Throws:
Exception

Liferay 6.1.2-ce-ga3