Dashboard Builder UI Core 6.0.3-redhat-7
-
- All Implemented Interfaces:
- CommandResponse
public class DoNothingResponse
extends Object
implements CommandResponse
Null response generator. It does nothing. Not very interesting, but sometimes useful.
-
-
Method Detail
-
execute
public boolean execute(CommandRequest cmdReq)
throws Exception
Executes the response. It typically will be one of the response types
that are provided in the org.jboss.dashboard.ui.controller.responses package.
- Specified by:
execute
in interface CommandResponse
- Parameters:
cmdReq
- Object encapsulating the request information.
- Returns:
- boolean if the execution has been successfuly executed, false otherwise.
- Throws:
Exception
Dashboard Builder UI Core 6.0.3-redhat-7
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.