org.jbpm.formModeler.service.bb.mvc.controller.responses
Class ForwardResponse
java.lang.Object
org.jbpm.formModeler.service.bb.mvc.controller.responses.ForwardResponse
- All Implemented Interfaces:
- CommandResponse
public class ForwardResponse
- extends Object
- implements CommandResponse
Forwards to a resource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForwardResponse
public ForwardResponse(String resource)
execute
public boolean execute(CommandRequest cmdReq)
throws Exception
- Executes the response.
- 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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.