Liferay 6.2-ce-ga5

com.liferay.portal.action
Class LayoutAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.liferay.portal.action.LayoutAction

public class LayoutAction
extends org.apache.struts.action.Action


Field Summary
static String[] LAYOUT_RESET_PORTLET_IDS
           
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
LayoutAction()
           
 
Method Summary
protected  org.apache.struts.action.ActionForward doExecute(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  void forwardLayout(javax.servlet.http.HttpServletRequest request)
           
protected  void includeLayoutContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ThemeDisplay themeDisplay, Layout layout, String portletId)
           
protected  org.apache.struts.action.ActionForward processLayout(org.apache.struts.action.ActionMapping actionMapping, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, long plid)
           
 
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
 

Field Detail

LAYOUT_RESET_PORTLET_IDS

public static final String[] LAYOUT_RESET_PORTLET_IDS
Constructor Detail

LayoutAction

public LayoutAction()
Method Detail

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping actionMapping,
                                                      org.apache.struts.action.ActionForm actionForm,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response)
                                               throws Exception
Overrides:
execute in class org.apache.struts.action.Action
Throws:
Exception

doExecute

protected org.apache.struts.action.ActionForward doExecute(org.apache.struts.action.ActionMapping actionMapping,
                                                           org.apache.struts.action.ActionForm actionForm,
                                                           javax.servlet.http.HttpServletRequest request,
                                                           javax.servlet.http.HttpServletResponse response)
                                                    throws Exception
Throws:
Exception

forwardLayout

protected void forwardLayout(javax.servlet.http.HttpServletRequest request)
                      throws Exception
Throws:
Exception

includeLayoutContent

protected void includeLayoutContent(javax.servlet.http.HttpServletRequest request,
                                    javax.servlet.http.HttpServletResponse response,
                                    ThemeDisplay themeDisplay,
                                    Layout layout,
                                    String portletId)
                             throws Exception
Throws:
Exception

processLayout

protected org.apache.struts.action.ActionForward processLayout(org.apache.struts.action.ActionMapping actionMapping,
                                                               javax.servlet.http.HttpServletRequest request,
                                                               javax.servlet.http.HttpServletResponse response,
                                                               long plid)
                                                        throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5