com.liferay.portal.action
Class LayoutAction
java.lang.Object
org.apache.struts.action.Action
com.liferay.portal.action.LayoutAction
- public class LayoutAction
- extends org.apache.struts.action.Action
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
Method Summary |
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
protected void |
forwardLayout(javax.servlet.http.HttpServletRequest req)
|
protected void |
includeLayoutContent(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
com.liferay.portal.model.Layout layout)
|
protected com.liferay.portal.model.Portlet |
processActionRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
protected com.liferay.portal.model.Portlet |
processPortletRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
boolean action)
|
protected com.liferay.portal.model.Portlet |
processRenderRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
|
protected void |
redirectActionURL(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
ActionResponseImpl actionResponseImpl,
com.liferay.portal.model.Portlet portlet)
|
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 |
LayoutAction
public LayoutAction()
execute
public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
- Throws:
java.lang.Exception
forwardLayout
protected void forwardLayout(javax.servlet.http.HttpServletRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
includeLayoutContent
protected void includeLayoutContent(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
com.liferay.portal.theme.ThemeDisplay themeDisplay,
com.liferay.portal.model.Layout layout)
throws java.lang.Exception
- Throws:
java.lang.Exception
processActionRequest
protected com.liferay.portal.model.Portlet processActionRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
- Throws:
java.lang.Exception
processPortletRequest
protected com.liferay.portal.model.Portlet processPortletRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
boolean action)
throws java.lang.Exception
- Throws:
java.lang.Exception
processRenderRequest
protected com.liferay.portal.model.Portlet processRenderRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.lang.Exception
- Throws:
java.lang.Exception
redirectActionURL
protected void redirectActionURL(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
ActionResponseImpl actionResponseImpl,
com.liferay.portal.model.Portlet portlet)
throws java.lang.Exception
- Throws:
java.lang.Exception