|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.Play
public class Play
High-level API to access Play global features.
Constructor Summary | |
---|---|
Play()
|
Method Summary | |
---|---|
static Application |
application()
Returns the currently running application. |
static boolean |
isDev()
Returns `true` if the current application is `DEV` mode. |
static boolean |
isProd()
Returns `true` if the current application is `PROD` mode. |
static boolean |
isTest()
Returns `true` if the current application is `TEST` mode. |
static java.lang.String |
langCookieName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Play()
Method Detail |
---|
public static Application application()
public static boolean isDev()
public static boolean isProd()
public static boolean isTest()
public static java.lang.String langCookieName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |