This interface no longer enforces any methods at compile time (Induction 1.4.0b was the last version to enforce compile time resolve() methods), instead this interface now simply serves as a marker now.
Induction looks for a method at runtime for implementations of this interface, the details of the the method is given below:
Resolution resolveRedirect( ... )
This method will be called by Induction when it needs to resolve an Induction redirect object (typically this object contains the Java class type of the controller or view which is the target of the redirect) to a fully qualified URL. The method is expected to return a fully qualified URL string. This method may request the injection of the Induction Redirect object and additionally any value available to a controller, the full list of additional values available for injection are detailed at the URL below:
http://www.inductionframework.org/param-injection-1-reference.html#ControllerMETHODScommonlyusedparametertypes
@created Jun 21, 2008 @updated Jul 04, 2010 @author Adinath Raveendra Raj
|
|
|
|