org.apache.felix.webconsole.internal.system
Class GCAction

java.lang.Object
  extended by org.apache.felix.webconsole.internal.system.GCAction
All Implemented Interfaces:
Action

public class GCAction
extends java.lang.Object
implements Action


Field Summary
static java.lang.String LABEL
           
static java.lang.String NAME
           
 
Fields inherited from interface org.apache.felix.webconsole.Action
ATTR_REDIRECT_PARAMETERS, SERVICE
 
Constructor Summary
GCAction()
           
 
Method Summary
 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
 

Field Detail

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
Constructor Detail

GCAction

public GCAction()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Action

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface Action

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.

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.