For a given, non-null return value, provide a corresponding Link object (which will ultimately be transformed into a URL and sent to the client as a redirect).
@param value the value returned from a method
@param component the component on which a method was invoked
@param methodDescripion a description of method which provided the value
@return an object that can send the request to the client
@throws RuntimeException if the value can not be converted into a link
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.