org.apache.felix.webconsole.internal.core
Class InstallAction
java.lang.Object
org.apache.felix.webconsole.internal.BaseManagementPlugin
org.apache.felix.webconsole.internal.core.InstallAction
- All Implemented Interfaces:
- Action
public class InstallAction
- extends BaseManagementPlugin
The InstallAction
TODO
Method Summary |
protected long |
getBundleId(javax.servlet.http.HttpServletRequest request)
|
java.lang.String |
getLabel()
|
java.lang.String |
getName()
|
boolean |
performAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the action the request data optionally sending a response to
the HTTP Servlet Response. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
LABEL
public static final java.lang.String LABEL
- See Also:
- Constant Field Values
FIELD_STARTLEVEL
public static final java.lang.String FIELD_STARTLEVEL
- See Also:
- Constant Field Values
FIELD_START
public static final java.lang.String FIELD_START
- See Also:
- Constant Field Values
FIELD_BUNDLEFILE
public static final java.lang.String FIELD_BUNDLEFILE
- See Also:
- Constant Field Values
FIELD_REFRESH_PACKAGES
public static final java.lang.String FIELD_REFRESH_PACKAGES
- See Also:
- Constant Field Values
InstallAction
public InstallAction()
getName
public java.lang.String getName()
getLabel
public java.lang.String getLabel()
performAction
public boolean performAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
- Description copied from interface:
Action
- Performs the action the request data optionally sending a response to
the HTTP Servlet Response.
- 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.
getBundleId
protected long getBundleId(javax.servlet.http.HttpServletRequest request)