com.liferay.portlet.admin.action
Class EditServerAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by com.liferay.portal.struts.PortletAction
          extended by com.liferay.portlet.admin.action.EditServerAction

public class EditServerAction
extends PortletAction

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
EditServerAction()
           
 
Method Summary
protected  void addLogLevel(javax.portlet.ActionRequest actionRequest)
           
protected  void cacheDb()
           
protected  void cacheMulti()
           
protected  void cacheSingle()
           
protected  void gc()
           
 void processAction(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.portlet.PortletConfig portletConfig, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
protected  void reIndex(javax.portlet.ActionRequest actionRequest)
           
protected  void shutdown(javax.portlet.ActionRequest actionRequest)
           
protected  void threadDump()
           
protected  void updateLogLevels(javax.portlet.ActionRequest actionRequest)
           
protected  void updateOpenOffice(javax.portlet.ActionRequest actionRequest, javax.portlet.PortletPreferences preferences)
           
 
Methods inherited from class com.liferay.portal.struts.PortletAction
execute, getForward, getForward, getForwardKey, getForwardKey, getModuleConfig, getResources, getResources, getResources, isCheckMethodOnProcessAction, redirectToLogin, render, sendRedirect, sendRedirect, serveResource, 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
 

Constructor Detail

EditServerAction

public EditServerAction()
Method Detail

processAction

public void processAction(org.apache.struts.action.ActionMapping mapping,
                          org.apache.struts.action.ActionForm form,
                          javax.portlet.PortletConfig portletConfig,
                          javax.portlet.ActionRequest actionRequest,
                          javax.portlet.ActionResponse actionResponse)
                   throws java.lang.Exception
Overrides:
processAction in class PortletAction
Throws:
java.lang.Exception

addLogLevel

protected void addLogLevel(javax.portlet.ActionRequest actionRequest)
                    throws java.lang.Exception
Throws:
java.lang.Exception

cacheDb

protected void cacheDb()
                throws java.lang.Exception
Throws:
java.lang.Exception

cacheMulti

protected void cacheMulti()
                   throws java.lang.Exception
Throws:
java.lang.Exception

cacheSingle

protected void cacheSingle()
                    throws java.lang.Exception
Throws:
java.lang.Exception

gc

protected void gc()
           throws java.lang.Exception
Throws:
java.lang.Exception

reIndex

protected void reIndex(javax.portlet.ActionRequest actionRequest)
                throws java.lang.Exception
Throws:
java.lang.Exception

shutdown

protected void shutdown(javax.portlet.ActionRequest actionRequest)
                 throws java.lang.Exception
Throws:
java.lang.Exception

threadDump

protected void threadDump()
                   throws java.lang.Exception
Throws:
java.lang.Exception

updateLogLevels

protected void updateLogLevels(javax.portlet.ActionRequest actionRequest)
                        throws java.lang.Exception
Throws:
java.lang.Exception

updateOpenOffice

protected void updateOpenOffice(javax.portlet.ActionRequest actionRequest,
                                javax.portlet.PortletPreferences preferences)
                         throws java.lang.Exception
Throws:
java.lang.Exception