Constant Field Values

Contents

play.*

play.data.*

  • play.data.binding.types.DateBinder 
    Modifier and Type Constant Field Value
    public static final java.lang.String ISO8601 "\'ISO8601:\'yyyy-MM-dd\'T\'HH:mm:ssZ"

play.db.*

  • play.db.DB 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT "default"

play.jobs.*

  • play.jobs.Job<V> 
    Modifier and Type Constant Field Value
    public static final java.lang.String invocationType "Job"

play.libs.*

play.mvc.*

play.server.*

  • play.server.Server 
    Modifier and Type Constant Field Value
    public static final java.lang.String PID_FILE "server.pid"
  • play.server.ServletWrapper 
    Modifier and Type Constant Field Value
    public static final java.lang.String IF_MODIFIED_SINCE "If-Modified-Since"
    public static final java.lang.String IF_NONE_MATCH "If-None-Match"
    public static final java.lang.String SERVLET_REQ "__SERVLET_REQ"
    public static final java.lang.String SERVLET_RES "__SERVLET_RES"

play.templates.*

play.test.*