|
jbpm-form-modeler-request-dispatcher 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.formModeler.service.bb.mvc.controller.responses.RedirectToURLResponse
public class RedirectToURLResponse
Sends a redirect to an arbitrary URL.
| Constructor Summary | |
|---|---|
RedirectToURLResponse(String newURL)
|
|
RedirectToURLResponse(String newURL,
boolean relative)
|
|
| Method Summary | |
|---|---|
boolean |
execute(CommandRequest cmdReq)
Execute |
String |
getURL()
Returns the URL |
boolean |
isRelative()
|
protected String |
normalize(String url,
CommandRequest cmdReq,
boolean relative)
|
String |
toString()
toString implementation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RedirectToURLResponse(String newURL,
boolean relative)
public RedirectToURLResponse(String newURL)
| Method Detail |
|---|
public boolean execute(CommandRequest cmdReq)
throws Exception
execute in interface CommandResponsecmdReq - Object encapsulating the request information.
Exception
protected String normalize(String url,
CommandRequest cmdReq,
boolean relative)
public String getURL()
public boolean isRelative()
public String toString()
toString in class Object
|
jbpm-form-modeler-request-dispatcher 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||