|
Return to www.inductionframework.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.acciente.induction.controller.Redirect
public class Redirect
Used to instruct the client to redirect.
| Constructor Summary | |
|---|---|
Redirect(java.lang.Class oControllerClass)
A redirect object defined in terms of the controller to which the client should redirect, Induction uses the redirect resolver to map the controller name to a URL. |
|
Redirect(java.lang.Class oControllerClass,
java.lang.String sControllerMethodName)
A redirect object defined in terms of the controller to which the client should redirect, Induction uses the redirect resolver to map the controller name to a URL. |
|
Redirect(java.lang.String sURL)
A redirect object defined directly in terms of the URL to which the client should redirect to. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getControllerClass()
|
java.lang.String |
getControllerMethodName()
|
java.lang.String |
getURL()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Redirect(java.lang.Class oControllerClass)
oControllerClass - a class object representing a class that implements the Controller interface
public Redirect(java.lang.Class oControllerClass,
java.lang.String sControllerMethodName)
oControllerClass - a class representing that implements the Controller interfacesControllerMethodName - a specific method name in the controller that the client
should redirect topublic Redirect(java.lang.String sURL)
sURL - a string representing a complete or partial URL| Method Detail |
|---|
public java.lang.Class getControllerClass()
public java.lang.String getControllerMethodName()
public java.lang.String getURL()
|
Return to www.inductionframework.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||