Liferay 6.1.2-ce-ga3

com.liferay.portlet.plugininstaller.action
Class InstallPluginAction

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

public class InstallPluginAction
extends PortletAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
InstallPluginAction()
           
 
Method Summary
protected  void deployConfiguration(ActionRequest actionRequest)
           
protected  String[] getSourceForgeMirrors()
           
protected  void ignorePackages(ActionRequest actionRequest)
           
protected  void localDeploy(ActionRequest actionRequest)
           
 void processAction(org.apache.struts.action.ActionMapping actionMapping, org.apache.struts.action.ActionForm actionForm, PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
protected  void reloadRepositories(ActionRequest actionRequest)
           
protected  void remoteDeploy(ActionRequest actionRequest)
           
protected  int remoteDeploy(String url, URL urlObj, ActionRequest actionRequest, boolean failOnError)
           
protected  void remoteDeploySourceForge(String path, ActionRequest actionRequest)
           
protected  void unignorePackages(ActionRequest actionRequest)
           
protected  void uninstall(ActionRequest actionRequest)
           
 
Methods inherited from class com.liferay.portal.struts.PortletAction
addSuccessMessage, execute, getForward, getForward, getForwardKey, getForwardKey, getModuleConfig, getResources, getResources, getResources, isCheckMethodOnProcessAction, isDisplaySuccessMessage, redirectToLogin, render, sendRedirect, sendRedirect, sendRedirect, serveResource, setForward, strutsExecute, writeJSON, writeJSON
 
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

InstallPluginAction

public InstallPluginAction()
Method Detail

processAction

public void processAction(org.apache.struts.action.ActionMapping actionMapping,
                          org.apache.struts.action.ActionForm actionForm,
                          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

Liferay 6.1.2-ce-ga3