com.liferay.portlet.communities.action
Class EditPagesAction
java.lang.Object
org.apache.struts.action.Action
com.liferay.portal.struts.PortletAction
com.liferay.portlet.communities.action.EditPagesAction
- Direct Known Subclasses:
- ImportPagesAction
- public class EditPagesAction
- extends PortletAction
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
Method Summary |
protected void |
checkPermissions(javax.portlet.PortletRequest req)
|
protected void |
copyFromLive(javax.portlet.ActionRequest req)
|
protected void |
copyLayouts(long creatorUserId,
long sourceGroupId,
boolean sourcePrivateLayout,
long targetGroupId,
boolean targetPrivateLayout)
|
protected void |
copyPreferences(javax.portlet.ActionRequest req,
com.liferay.portal.model.Layout layout,
com.liferay.portal.model.Layout copyLayout)
|
protected void |
deleteLayout(javax.portlet.ActionRequest req)
|
void |
processAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig config,
javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
|
protected void |
publishToLive(javax.portlet.ActionRequest req)
|
org.apache.struts.action.ActionForward |
render(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig config,
javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
|
protected void |
updateDisplayOrder(javax.portlet.ActionRequest req)
|
protected void |
updateLayout(PageForm pageForm,
javax.portlet.ActionRequest req)
|
protected void |
updateLogo(javax.portlet.ActionRequest req)
|
protected void |
updateLookAndFeel(javax.portlet.ActionRequest req)
|
protected void |
updateMergePages(javax.portlet.ActionRequest req)
|
protected void |
updateMonitoring(javax.portlet.ActionRequest req)
|
protected void |
updateStagingState(javax.portlet.ActionRequest req)
|
protected void |
updateVirtualHost(javax.portlet.ActionRequest req)
|
Methods inherited from class com.liferay.portal.struts.PortletAction |
execute, getForward, getForward, getForwardKey, getForwardKey, getModuleConfig, getResources, getResources, getResources, redirectToLogin, sendRedirect, sendRedirect, setForward, strutsExecute |
Methods inherited from class org.apache.struts.action.Action |
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, 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 |
EditPagesAction
public EditPagesAction()
processAction
public void processAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig config,
javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws java.lang.Exception
- Overrides:
processAction
in class PortletAction
- Throws:
java.lang.Exception
render
public org.apache.struts.action.ActionForward render(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.portlet.PortletConfig config,
javax.portlet.RenderRequest req,
javax.portlet.RenderResponse res)
throws java.lang.Exception
- Overrides:
render
in class PortletAction
- Throws:
java.lang.Exception
checkPermissions
protected void checkPermissions(javax.portlet.PortletRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
copyFromLive
protected void copyFromLive(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
copyLayouts
protected void copyLayouts(long creatorUserId,
long sourceGroupId,
boolean sourcePrivateLayout,
long targetGroupId,
boolean targetPrivateLayout)
throws java.lang.Exception
- Throws:
java.lang.Exception
copyPreferences
protected void copyPreferences(javax.portlet.ActionRequest req,
com.liferay.portal.model.Layout layout,
com.liferay.portal.model.Layout copyLayout)
throws java.lang.Exception
- Throws:
java.lang.Exception
deleteLayout
protected void deleteLayout(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
publishToLive
protected void publishToLive(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateDisplayOrder
protected void updateDisplayOrder(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateLayout
protected void updateLayout(PageForm pageForm,
javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateLogo
protected void updateLogo(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateLookAndFeel
protected void updateLookAndFeel(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateMergePages
protected void updateMergePages(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateMonitoring
protected void updateMonitoring(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateStagingState
protected void updateStagingState(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateVirtualHost
protected void updateVirtualHost(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception