com.liferay.portlet.plugininstaller.action
Class InstallPluginAction
java.lang.Object
org.apache.struts.action.Action
com.liferay.portal.struts.PortletAction
com.liferay.portlet.plugininstaller.action.InstallPluginAction
public class InstallPluginAction
- extends PortletAction
Fields inherited from class org.apache.struts.action.Action |
defaultLocale, servlet |
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 |
InstallPluginAction
public InstallPluginAction()
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
deployConfiguration
protected void deployConfiguration(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
getSourceForgeMirrors
protected String[] getSourceForgeMirrors()
ignorePackages
protected void ignorePackages(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
localDeploy
protected void localDeploy(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
reloadRepositories
protected void reloadRepositories(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
remoteDeploy
protected void remoteDeploy(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
remoteDeploy
protected int remoteDeploy(String url,
URL urlObj,
ActionRequest actionRequest,
boolean failOnError)
throws Exception
- Throws:
Exception
remoteDeploySourceForge
protected void remoteDeploySourceForge(String path,
ActionRequest actionRequest)
throws Exception
- Throws:
Exception
unignorePackages
protected void unignorePackages(ActionRequest actionRequest)
throws Exception
- Throws:
Exception
uninstall
protected void uninstall(ActionRequest actionRequest)
throws Exception
- Throws:
Exception