org.apache.felix.webconsole.internal.core
Class InstallAction

java.lang.Object
  extended by org.apache.felix.webconsole.internal.BaseManagementPlugin
      extended by org.apache.felix.webconsole.internal.core.InstallAction
All Implemented Interfaces:
Action, OsgiManagerPlugin

public class InstallAction
extends BaseManagementPlugin
implements Action

The InstallAction TODO


Field Summary
static String FIELD_BUNDLEFILE
           
static String FIELD_REFRESH_PACKAGES
           
static String FIELD_START
           
static String FIELD_STARTLEVEL
           
static String LABEL
           
static String NAME
           
 
Fields inherited from interface org.apache.felix.webconsole.Action
ATTR_REDIRECT_PARAMETERS, SERVICE
 
Constructor Summary
InstallAction()
           
 
Method Summary
 String getLabel()
           
 String getName()
           
 boolean performAction(HttpServletRequest request, HttpServletResponse response)
          Performs the action the request data optionally sending a response to the HTTP Servlet Response.
 
Methods inherited from class org.apache.felix.webconsole.internal.BaseManagementPlugin
activate, deactivate, getBundleContext, getLog, getPackageAdmin, getStartLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

LABEL

public static final String LABEL
See Also:
Constant Field Values

FIELD_STARTLEVEL

public static final String FIELD_STARTLEVEL
See Also:
Constant Field Values

FIELD_START

public static final String FIELD_START
See Also:
Constant Field Values

FIELD_BUNDLEFILE

public static final String FIELD_BUNDLEFILE
See Also:
Constant Field Values

FIELD_REFRESH_PACKAGES

public static final String FIELD_REFRESH_PACKAGES
See Also:
Constant Field Values
Constructor Detail

InstallAction

public InstallAction()
Method Detail

getName

public String getName()
Specified by:
getName in interface Action

getLabel

public String getLabel()
Specified by:
getLabel in interface Action

performAction

public boolean performAction(HttpServletRequest request,
                             HttpServletResponse response)
Description copied from interface: Action
Performs the action the request data optionally sending a response to the HTTP Servlet Response.

Specified by:
performAction in interface Action
Returns:
true the client should be redirected after the action has been taken. false if this method also provided response to the client and nore more processing is required.


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.