public class ShowScreenResponse extends Object implements CommandResponse
| Constructor and Description |
|---|
ShowScreenResponse(String jsp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(CommandRequest cmdReq)
Executes the response.
|
String |
getJsp() |
void |
setJsp(String jsp) |
public ShowScreenResponse(String jsp)
public String getJsp()
public void setJsp(String jsp)
public boolean execute(CommandRequest cmdReq) throws Exception
CommandResponseexecute in interface CommandResponsecmdReq - Object encapsulating the request information.ExceptionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.