jbpm-form-modeler-request-dispatcher 6.2.0.Final

org.jbpm.formModeler.service.bb.mvc.controller.responses
Class ShowScreenResponse

java.lang.Object
  extended by 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

Constructor Summary
ShowScreenResponse(String jsp)
           
 
Method Summary
 boolean execute(CommandRequest cmdReq)
          Executes the response.
 String getJsp()
           
 void setJsp(String jsp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowScreenResponse

public ShowScreenResponse(String jsp)
Method Detail

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

jbpm-form-modeler-request-dispatcher 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.