controllers
Class Abstract.ScalaResult

java.lang.Object
  extended by controllers.Abstract.ScalaResult
All Implemented Interfaces:
play.mvc.Result
Enclosing class:
Abstract

public static class Abstract.ScalaResult
extends java.lang.Object
implements play.mvc.Result


Constructor Summary
Abstract.ScalaResult(play.api.mvc.Result wrappedResult)
           
 
Method Summary
 play.api.mvc.Result getWrappedResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Abstract.ScalaResult

public Abstract.ScalaResult(play.api.mvc.Result wrappedResult)
Method Detail

getWrappedResult

public play.api.mvc.Result getWrappedResult()
Specified by:
getWrappedResult in interface play.mvc.Result