com.liferay.portlet.admin.action
Class EditServerAction
java.lang.Object
org.apache.struts.action.Action
com.liferay.portal.struts.PortletAction
com.liferay.portlet.admin.action.EditServerAction
public class EditServerAction
- extends PortletAction
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
Method Summary |
protected void |
addLogLevel(ActionRequest actionRequest)
|
protected void |
cacheDb()
|
protected void |
cacheMulti()
|
protected void |
cacheSingle()
|
protected String |
convertProcess(ActionRequest actionRequest,
ActionResponse actionResponse,
String cmd)
|
protected void |
gc()
|
protected String |
getFileExtensions(ActionRequest actionRequest,
String name)
|
void |
processAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
PortletConfig portletConfig,
ActionRequest actionRequest,
ActionResponse actionResponse)
|
protected void |
reindex(ActionRequest actionRequest)
|
protected void |
runScript(PortletConfig portletConfig,
ActionRequest actionRequest,
ActionResponse actionResponse)
|
protected void |
shutdown(ActionRequest actionRequest)
|
protected void |
threadDump()
|
protected void |
updateCaptcha(ActionRequest actionRequest,
PortletPreferences preferences)
|
protected void |
updateFileUploads(ActionRequest actionRequest,
PortletPreferences preferences)
|
protected void |
updateLogLevels(ActionRequest actionRequest)
|
protected void |
updateMail(ActionRequest actionRequest,
PortletPreferences preferences)
|
protected void |
updateOpenOffice(ActionRequest actionRequest,
PortletPreferences preferences)
|
protected void |
verifyPluginTables()
|
Methods inherited from class com.liferay.portal.struts.PortletAction |
addSuccessMessage, 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 |
EditServerAction
public EditServerAction()
processAction
public void processAction(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
PortletConfig portletConfig,
ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Overrides:
processAction
in class PortletAction
- Throws:
Exception
addLogLevel
protected void addLogLevel(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
cacheDb
protected void cacheDb()
throws Exception
- Throws:
Exception
cacheMulti
protected void cacheMulti()
throws Exception
- Throws:
Exception
cacheSingle
protected void cacheSingle()
throws Exception
- Throws:
Exception
convertProcess
protected String convertProcess(ActionRequest actionRequest,
ActionResponse actionResponse,
String cmd)
throws Exception
- Throws:
Exception
gc
protected void gc()
throws Exception
- Throws:
Exception
getFileExtensions
protected String getFileExtensions(ActionRequest actionRequest,
String name)
reindex
protected void reindex(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
runScript
protected void runScript(PortletConfig portletConfig,
ActionRequest actionRequest,
ActionResponse actionResponse)
throws Exception
- Throws:
Exception
shutdown
protected void shutdown(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
threadDump
protected void threadDump()
throws Exception
- Throws:
Exception
updateCaptcha
protected void updateCaptcha(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
updateFileUploads
protected void updateFileUploads(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
updateLogLevels
protected void updateLogLevels(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
updateMail
protected void updateMail(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
updateOpenOffice
protected void updateOpenOffice(ActionRequest actionRequest,
PortletPreferences preferences)
throws Exception
- Throws:
Exception
verifyPluginTables
protected void verifyPluginTables()
throws Exception
- Throws:
Exception