| com.liferay.portal.struts.PortletAction com.liferay.portlet.communities.action.EditPagesAction
All known Subclasses: com.liferay.portlet.communities.action.ImportPagesAction,
Method Summary | |
protected void | checkPermissions(PortletRequest req) | protected void | copyFromLive(ActionRequest req) | protected void | copyLayouts(long sourceGroupId, long targetGroupId, boolean privateLayout) | protected void | copyPreferences(ActionRequest req, Layout layout, Layout copyLayout) | protected List | getMissingParents(Layout layout, long liveGroupId) | protected Map | getStagingParameters() | public void | processAction(ActionMapping mapping, ActionForm form, PortletConfig config, ActionRequest req, ActionResponse res) | protected void | publishLayout(long plid, long liveGroupId, boolean includeChildren) | protected void | publishLayouts(Map layoutIdMap, long stagingGroupId, long liveGroupId, boolean privateLayout) | protected void | publishToLive(ActionRequest req) | public ActionForward | render(ActionMapping mapping, ActionForm form, PortletConfig config, RenderRequest req, RenderResponse res) | protected void | updateDisplayOrder(ActionRequest req) | protected void | updateLayout(PageForm pageForm, ActionRequest req, ActionResponse res) | protected void | updateLogo(ActionRequest req) | protected void | updateLookAndFeel(ActionRequest req) | protected void | updateMergePages(ActionRequest req) | protected void | updateMonitoring(ActionRequest req) | protected void | updateStagingState(ActionRequest req) | protected void | updateVirtualHost(ActionRequest req) |
checkPermissions | protected void checkPermissions(PortletRequest req) throws Exception(Code) | | |
copyFromLive | protected void copyFromLive(ActionRequest req) throws Exception(Code) | | |
copyLayouts | protected void copyLayouts(long sourceGroupId, long targetGroupId, boolean privateLayout) throws Exception(Code) | | |
getStagingParameters | protected Map getStagingParameters()(Code) | | |
processAction | public void processAction(ActionMapping mapping, ActionForm form, PortletConfig config, ActionRequest req, ActionResponse res) throws Exception(Code) | | |
publishLayout | protected void publishLayout(long plid, long liveGroupId, boolean includeChildren) throws Exception(Code) | | |
publishLayouts | protected void publishLayouts(Map layoutIdMap, long stagingGroupId, long liveGroupId, boolean privateLayout) throws Exception(Code) | | |
publishToLive | protected void publishToLive(ActionRequest req) throws Exception(Code) | | |
render | public ActionForward render(ActionMapping mapping, ActionForm form, PortletConfig config, RenderRequest req, RenderResponse res) throws Exception(Code) | | |
updateDisplayOrder | protected void updateDisplayOrder(ActionRequest req) throws Exception(Code) | | |
updateLayout | protected void updateLayout(PageForm pageForm, ActionRequest req, ActionResponse res) throws Exception(Code) | | |
updateLogo | protected void updateLogo(ActionRequest req) throws Exception(Code) | | |
updateLookAndFeel | protected void updateLookAndFeel(ActionRequest req) throws Exception(Code) | | |
updateMergePages | protected void updateMergePages(ActionRequest req) throws Exception(Code) | | |
updateMonitoring | protected void updateMonitoring(ActionRequest req) throws Exception(Code) | | |
updateStagingState | protected void updateStagingState(ActionRequest req) throws Exception(Code) | | |
updateVirtualHost | protected void updateVirtualHost(ActionRequest req) throws Exception(Code) | | |
Methods inherited from com.liferay.portal.struts.PortletAction | public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse res) throws Exception(Code)(Java Doc) protected String getForward(PortletRequest req)(Code)(Java Doc) protected String getForward(PortletRequest req, String defaultValue)(Code)(Java Doc) public static String getForwardKey(HttpServletRequest req)(Code)(Java Doc) public static String getForwardKey(PortletRequest req)(Code)(Java Doc) protected ModuleConfig getModuleConfig(PortletRequest req)(Code)(Java Doc) protected MessageResources getResources()(Code)(Java Doc) protected MessageResources getResources(HttpServletRequest req)(Code)(Java Doc) protected MessageResources getResources(PortletRequest req)(Code)(Java Doc) protected boolean isCheckMethodOnProcessAction()(Code)(Java Doc) public void processAction(ActionMapping mapping, ActionForm form, PortletConfig config, ActionRequest req, ActionResponse res) throws Exception(Code)(Java Doc) protected boolean redirectToLogin(ActionRequest req, ActionResponse res) throws IOException(Code)(Java Doc) public ActionForward render(ActionMapping mapping, ActionForm form, PortletConfig config, RenderRequest req, RenderResponse res) throws Exception(Code)(Java Doc) protected void sendRedirect(ActionRequest req, ActionResponse res) throws IOException(Code)(Java Doc) protected void sendRedirect(ActionRequest req, ActionResponse res, String redirect) throws IOException(Code)(Java Doc) protected void setForward(PortletRequest req, String forward)(Code)(Java Doc) public ActionForward strutsExecute(ActionMapping mapping, ActionForm form, HttpServletRequest req, HttpServletResponse res) throws Exception(Code)(Java Doc)
|
|
|