play.mvc
Class Results.Redirect

java.lang.Object
  extended by play.mvc.Results.Redirect
All Implemented Interfaces:
Result, SimpleResult
Enclosing class:
Results

public static class Results.Redirect
extends java.lang.Object
implements Result

A redirect result.


Constructor Summary
Results.Redirect(int status, java.lang.String url)
           
 
Method Summary
 play.api.mvc.Result toScala()
          Retrieves the real (Scala-based) result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Results.Redirect

public Results.Redirect(int status,
                        java.lang.String url)
Method Detail

toScala

public play.api.mvc.Result toScala()
Description copied from interface: Result
Retrieves the real (Scala-based) result.

Specified by:
toScala in interface Result
Specified by:
toScala in interface SimpleResult