org.apache.felix.webconsole.internal.obr
Class RefreshRepoAction
java.lang.Object
org.apache.felix.webconsole.internal.BaseManagementPlugin
org.apache.felix.webconsole.internal.obr.AbstractObrPlugin
org.apache.felix.webconsole.internal.obr.RefreshRepoAction
- All Implemented Interfaces:
- Action, OsgiManagerPlugin
public class RefreshRepoAction
- extends AbstractObrPlugin
- implements Action
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
PARAM_REPO
public static final String PARAM_REPO
- See Also:
- Constant Field Values
RefreshRepoAction
public RefreshRepoAction()
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.