org.jbpm.formModeler.service.bb.mvc.controller.responses
Class ShowScreenResponse
java.lang.Object
org.jbpm.formModeler.service.bb.mvc.controller.responses.ShowScreenResponse
- All Implemented Interfaces:
- Serializable, CommandResponse
- Direct Known Subclasses:
- ShowCurrentScreenResponse
public class ShowScreenResponse
- extends Object
- implements CommandResponse
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowScreenResponse
public ShowScreenResponse(String jsp)
getJsp
public String getJsp()
setJsp
public void setJsp(String jsp)
execute
public boolean execute(CommandRequest cmdReq)
throws Exception
- Description copied from interface:
CommandResponse
- Executes the response. It typically will be one of the response types
that are provided in the org.jbpm.formModeler.service.mvc.controller.responses package.
- Specified by:
execute in interface CommandResponse
- Parameters:
cmdReq - Object encapsulating the request information.
- Returns:
- boolean if the execution has been successfully executed, false otherwise.
- Throws:
Exception
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.