play.mvc.results
类 RenderStatic

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 play.utils.FastRuntimeException
                  继承者 play.mvc.results.Result
                      继承者 play.mvc.results.RenderStatic
所有已实现的接口:
java.io.Serializable

public class RenderStatic
extends Result

另请参见:
序列化表格

字段摘要
 java.lang.String file
           
 VirtualFile resolvedFile
           
 
构造方法摘要
RenderStatic(java.lang.String file)
           
 
方法摘要
 void apply(Http.Request request, Http.Response response)
           
 
从类 play.mvc.results.Result 继承的方法
getEncoding, setContentTypeIfNotSet
 
从类 play.utils.FastRuntimeException 继承的方法
fillInStackTrace
 
从类 java.lang.Throwable 继承的方法
getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

file

public java.lang.String file

resolvedFile

public VirtualFile resolvedFile
构造方法详细信息

RenderStatic

public RenderStatic(java.lang.String file)
方法详细信息

apply

public void apply(Http.Request request,
                  Http.Response response)
指定者:
Result 中的 apply


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly