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
View Source
- Author:
- Brian Wing Shun Chan
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
Method Summary |
protected void |
addLogLevel(javax.portlet.ActionRequest req)
|
protected void |
cacheDb()
|
protected void |
cacheMulti()
|
protected void |
cacheSingle()
|
protected void |
gc()
|
protected void |
precompile(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
|
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 |
reIndex()
|
protected void |
shutdown(javax.portlet.ActionRequest req)
|
protected void |
updateLogLevels(javax.portlet.ActionRequest req)
|
Methods inherited from class com.liferay.portal.struts.PortletAction |
execute, getForward, getForward, getForwardKey, getForwardKey, getModuleConfig, getResources, getResources, getResources, redirectToLogin, render, 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 |
EditServerAction
public EditServerAction()
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
addLogLevel
protected void addLogLevel(javax.portlet.ActionRequest req)
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
precompile
protected void precompile(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res)
throws java.lang.Exception
- Throws:
java.lang.Exception
reIndex
protected void reIndex()
throws java.lang.Exception
- Throws:
java.lang.Exception
shutdown
protected void shutdown(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateLogLevels
protected void updateLogLevels(javax.portlet.ActionRequest req)
throws java.lang.Exception
- Throws:
java.lang.Exception