|
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 oTargetClass)
A redirect object defined in terms of the controller or view class to which the client should redirect, Induction uses the redirect resolver to map the controller or view name to a URL. |
|
Redirect(java.lang.Class oTargetClass,
java.util.Map oURLQueryParameters)
A redirect object defined in terms of the controller or view class to which the client should redirect, Induction uses the redirect resolver to map the controller or view name to a URL. |
|
Redirect(java.lang.Class oTargetClass,
java.lang.String sTargetMethodName)
A redirect object defined in terms of the controller and method to which the client should redirect, Induction uses the redirect resolver to map the controller or view name to a URL. |
|
Redirect(java.lang.Class oTargetClass,
java.lang.String sTargetMethodName,
java.util.Map oURLQueryParameters)
A redirect object defined in terms of the controller and method to which the client should redirect, Induction uses the redirect resolver to map the controller or view 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. |
|
Redirect(java.lang.String sURL,
java.util.Map oURLQueryParameters)
A redirect object defined directly in terms of the URL to which the client should redirect to. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getTargetClass()
|
java.lang.String |
getTargetMethodName()
|
java.lang.String |
getTargetURL()
|
java.util.Map |
getTargetURLQueryParameters()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Redirect(java.lang.Class oTargetClass)
oTargetClass - a class object representing a class that implements the Controller interface or one of the
view interfaces.
public Redirect(java.lang.Class oTargetClass,
java.util.Map oURLQueryParameters)
oTargetClass - a class object representing a class that implements the Controller interface or one of the
view interfaces.oURLQueryParameters - a map to be converted to URL query parameters
public Redirect(java.lang.Class oTargetClass,
java.lang.String sTargetMethodName)
oTargetClass - a class representing that implements the Controller interfacesTargetMethodName - a specific method name in the controller that the client
should redirect to
public Redirect(java.lang.Class oTargetClass,
java.lang.String sTargetMethodName,
java.util.Map oURLQueryParameters)
oTargetClass - a class representing that implements the Controller interfacesTargetMethodName - a specific method name in the controller that the client
should redirect tooURLQueryParameters - a map to be converted to URL query parameterspublic Redirect(java.lang.String sURL)
sURL - a string representing a complete or partial URL
public Redirect(java.lang.String sURL,
java.util.Map oURLQueryParameters)
sURL - a string representing a complete or partial URL| Method Detail |
|---|
public java.lang.Class getTargetClass()
public java.lang.String getTargetMethodName()
public java.lang.String getTargetURL()
public java.util.Map getTargetURLQueryParameters()
public java.lang.String toString()
toString in class java.lang.Object
|
Return to www.inductionframework.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||