A B C D E F G H I J K L M N O P Q R S T U V W X Y _

A

absoluteURL(Http.Request) - Method in class play.mvc.Call
Transform this call to an absolute URL.
absoluteURL(Http.Request, boolean) - Method in class play.mvc.Call
Transform this call to an absolute URL.
ACCEPT - Static variable in interface play.mvc.Http.HeaderNames
 
accept() - Method in class play.mvc.Http.RequestHeader
 
ACCEPT_CHARSET - Static variable in interface play.mvc.Http.HeaderNames
 
ACCEPT_ENCODING - Static variable in interface play.mvc.Http.HeaderNames
 
ACCEPT_LANGUAGE - Static variable in interface play.mvc.Http.HeaderNames
 
ACCEPT_RANGES - Static variable in interface play.mvc.Http.HeaderNames
 
ACCEPTED - Static variable in interface play.mvc.Http.Status
 
acceptLanguages() - Method in class play.mvc.Http.RequestHeader
The Request Langs, extracted from the Accept-Language header.
accepts(String) - Method in class play.mvc.Http.RequestHeader
Check if this request accepts a given media type.
Action<T> - Class in play.mvc
An action acts as decorator for the action method call.
Action() - Constructor for class play.mvc.Action
 
Action.Simple - Class in play.mvc
A simple action with no configuration.
Action.Simple() - Constructor for class play.mvc.Action.Simple
 
addToSet(int, int, int, int) - Method in class play.libs.Time.CronExpression
 
AGE - Static variable in interface play.mvc.Http.HeaderNames
 
Akka - Class in play.libs
Helper to access the application defined Akka Actor system.
Akka() - Constructor for class play.libs.Akka
 
all() - Method in class play.db.ebean.Model.Finder
Retrieves all entities of the given type.
ALL_SPEC - Static variable in class play.libs.Time.CronExpression
 
ALL_SPEC_INT - Static variable in class play.libs.Time.CronExpression
 
ALLOW - Static variable in interface play.mvc.Http.HeaderNames
 
Application - Class in play
A Play application.
Application(Application) - Constructor for class play.Application
Creates an application from a Scala Application value.
application() - Static method in class play.Play
Returns the currently running application.
apply(String) - Method in class play.data.Form
Retrieve a field.
apply(A) - Method in interface play.libs.F.Function
 
apply() - Method in interface play.libs.F.Function0
 
apply(A, B) - Method in interface play.libs.F.Function2
 
apply(A, B, C) - Method in interface play.libs.F.Function3
 
args - Variable in class play.mvc.Http.Context
Free space to store your request specific data
arguments() - Method in class play.data.validation.ValidationError
Returns the error arguments.
as(Class<T>) - Method in class play.mvc.Http.RequestBody
Cast this RequestBody as T if possible.
as(String) - Method in class play.mvc.Results.Status
Change the Content-Type header for this result.
asBytes(int) - Method in class play.mvc.Http.RawBuffer
Returns the buffer content as a bytes array.
asBytes() - Method in class play.mvc.Http.RawBuffer
Returns the buffer content as a bytes array.
asFile() - Method in class play.mvc.Http.RawBuffer
Returns the buffer content as File.
asFormUrlEncoded() - Method in class play.mvc.Http.MultipartFormData
Extract the data parts as Form url encoded.
asFormUrlEncoded() - Method in class play.mvc.Http.RequestBody
The request content parsed as URL form-encoded.
asJava(Map<K, V>) - Static method in class play.libs.Scala
Converts a Scala Map to Java.
asJava(Seq<T>) - Static method in class play.libs.Scala
Converts a Scala List to Java.
asJson() - Method in class play.libs.WS.Response
Get the response body as a JsonNode
asJson() - Method in class play.mvc.Http.RequestBody
The request content as Json.
asMultipartFormData() - Method in class play.mvc.Http.RequestBody
The request content parsed as multipart form data.
asPromise(Future<A>) - Static method in class play.libs.Akka
Transform this Akka future to a Play Promise.
asRaw() - Method in class play.mvc.Http.RequestBody
The request content as Array bytes.
asScala(Map<A, B>) - Static method in class play.libs.Scala
Converts a Java Map to Scala.
asText() - Method in class play.mvc.Http.RequestBody
The request content as text.
asXml() - Method in class play.libs.WS.Response
Get the response body as a DOM document
asXml() - Method in class play.mvc.Http.RequestBody
The request content as XML.
async(F.Promise<Result>) - Static method in class play.mvc.Results
Handles an Asynchronous result.
attributes - Variable in class play.libs.OpenID.UserInfo
 
AUTHORIZATION - Static variable in interface play.mvc.Http.HeaderNames
 
availables() - Static method in class play.i18n.Lang
Retrieve Lang availables from the application configuration.

B

BAD_GATEWAY - Static variable in interface play.mvc.Http.Status
 
BAD_REQUEST - Static variable in interface play.mvc.Http.Status
 
badRequest() - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST simple result.
badRequest(Content) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST simple result.
badRequest(Content, String) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST simple result.
badRequest(String) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST simple result.
badRequest(String, String) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST simple result.
badRequest(JsonNode) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST simple result.
badRequest(JsonNode, String) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST simple result.
badRequest(byte[]) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST simple result.
badRequest(InputStream) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST chunked result.
badRequest(InputStream, int) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST chunked result.
badRequest(File) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST chunked result.
badRequest(File, int) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST simple result.
badRequest(Results.Chunks<?>) - Static method in class play.mvc.Results
Generates a 400 BAD_REQUEST chunked result.
beforeStart(Application) - Method in class play.GlobalSettings
Executed before any plugin - you can set-up your database schema here, for instance.
bind(Map<String, String>) - Method in class play.data.DynamicForm
Binds data to this form - that is, handles form submission.
bind(JsonNode, String...) - Method in class play.data.Form
Binds Json data to this form - that is, handles form submission.
bind(Map<String, String>, String...) - Method in class play.data.Form
Binds data to this form - that is, handles form submission.
bind(String, String) - Method in interface play.mvc.PathBindable
Bind an URL path parameter.
bind(String, Map<String, String[]>) - Method in interface play.mvc.QueryStringBindable
Bind a query string parameter.
bindForCurrentThread(EntityManager) - Static method in class play.db.jpa.JPA
Bind an EntityManager to the current thread.
bindFromRequest() - Method in class play.data.DynamicForm
Binds request data to this form - that is, handles form submission.
bindFromRequest(String...) - Method in class play.data.Form
Binds request data to this form - that is, handles form submission.
body() - Method in class play.libs.Jsonp
 
body() - Method in class play.mvc.Http.Request
The request body.
BodyParser - Interface in play.mvc
A body parser parses the HTTP request body content.
BodyParser.AnyContent - Class in play.mvc
Guess the body content by checking the Content-Type header.
BodyParser.AnyContent() - Constructor for class play.mvc.BodyParser.AnyContent
 
BodyParser.FormUrlEncoded - Class in play.mvc
Parse the body as form url encoded if the Content-Type is application/x-www-form-urlencoded.
BodyParser.FormUrlEncoded() - Constructor for class play.mvc.BodyParser.FormUrlEncoded
 
BodyParser.Json - Class in play.mvc
Parse the body as Json if the Content-Type is text/json or application/json.
BodyParser.Json() - Constructor for class play.mvc.BodyParser.Json
 
BodyParser.MultipartFormData - Class in play.mvc
Parse the body as form url encoded without checking the Content-Type.
BodyParser.MultipartFormData() - Constructor for class play.mvc.BodyParser.MultipartFormData
 
BodyParser.Of - Annotation Type in play.mvc
Specifiy the body parser to use for an Action method.
BodyParser.Raw - Class in play.mvc
Store the body content in a RawBuffer.
BodyParser.Raw() - Constructor for class play.mvc.BodyParser.Raw
 
BodyParser.Text - Class in play.mvc
Parse the body as text if the Content-Type is text/plain.
BodyParser.Text() - Constructor for class play.mvc.BodyParser.Text
 
BodyParser.TolerantJson - Class in play.mvc
Parse the body as Json without checking the Content-Type.
BodyParser.TolerantJson() - Constructor for class play.mvc.BodyParser.TolerantJson
 
BodyParser.TolerantText - Class in play.mvc
Parse the body as text without checking the Content-Type.
BodyParser.TolerantText() - Constructor for class play.mvc.BodyParser.TolerantText
 
BodyParser.TolerantXml - Class in play.mvc
Parse the body as Xml without checking the Content-Type.
BodyParser.TolerantXml() - Constructor for class play.mvc.BodyParser.TolerantXml
 
BodyParser.Xml - Class in play.mvc
Parse the body as Xml if the Content-Type is text/xml.
BodyParser.Xml() - Constructor for class play.mvc.BodyParser.Xml
 
buildExpression(String) - Method in class play.libs.Time.CronExpression
 
byId(I) - Method in class play.db.ebean.Model.Finder
Retrieves an entity by ID.

C

Cache - Class in play.cache
Provides an access point for Play's cache service.
Cache() - Constructor for class play.cache.Cache
 
CACHE_CONTROL - Static variable in interface play.mvc.Http.HeaderNames
 
Cached - Annotation Type in play.cache
Mark an action to be cached on server side.
CachedAction - Class in play.cache
Cache another action.
CachedAction() - Constructor for class play.cache.CachedAction
 
call(Http.Context) - Method in class play.cache.CachedAction
 
call(Http.Context) - Method in class play.db.ebean.TransactionalAction
 
call(Http.Context) - Method in class play.db.jpa.TransactionalAction
 
call(Http.Context) - Method in class play.mvc.Action
Executes this action with the give HTTP context and returns the result.
Call - Class in play.mvc
Defines a 'call', describing an HTTP request.
Call() - Constructor for class play.mvc.Call
 
call(Http.Context) - Method in class play.mvc.Security.AuthenticatedAction
 
callAction(HandlerRef) - Static method in class play.test.Helpers
Call an action method while decorating it with the right @With interceptors.
callAction(HandlerRef, FakeRequest) - Static method in class play.test.Helpers
Call an action method while decorating it with the right @With interceptors.
callbacks - Variable in class play.mvc.WebSocket.In
Callbacks to invoke at each frame.
cancel() - Method in class play.db.ebean.Model.Finder
Cancels query execution, if supported by the underlying database and driver.
charset(Result) - Static method in class play.test.Helpers
Extracts the Charset of this Result value.
checkNext(int, String, int, int) - Method in class play.libs.Time.CronExpression
 
classloader() - Method in class play.Application
Retrieves the application classloader.
clear() - Method in class play.mvc.Http.Flash
Clears the flash scope.
clear() - Method in class play.mvc.Http.Session
Clears the session.
clone() - Method in class play.libs.Time.CronExpression
 
close() - Method in class play.libs.Comet
Close the channel
close() - Method in class play.mvc.Results.Chunks.Out
Closes the stream.
close() - Method in interface play.mvc.WebSocket.Out
Close this channel.
closeCallbacks - Variable in class play.mvc.WebSocket.In
Callbacks to invoke on close.
code() - Method in class play.i18n.Lang
The Lang code (such as fr or en-US).
Comet - Class in play.libs
A Chunked stream sending Comet messages.
Comet(String) - Constructor for class play.libs.Comet
Create a new Comet socket
configuration() - Method in class play.Application
Retrieves the application configuration/
Configuration - Class in play
The current application configuration.
Configuration(Configuration) - Constructor for class play.Configuration
Creates a new configuration from a Scala-based configuration.
configuration - Variable in class play.mvc.Action
The action configuration - typically the annotation used to decorate the action method.
CONFLICT - Static variable in interface play.mvc.Http.Status
 
CONNECTION - Static variable in interface play.mvc.Http.HeaderNames
 
constraints() - Method in class play.data.Form.Field
Returns all the constraints associated with this field.
Constraints - Class in play.data.validation
Defines a set of built-in validation constraints.
Constraints() - Constructor for class play.data.validation.Constraints
 
Constraints.Email - Annotation Type in play.data.validation
Defines a email constraint for a string field.
Constraints.EmailValidator - Class in play.data.validation
Validator for @Email fields.
Constraints.EmailValidator() - Constructor for class play.data.validation.Constraints.EmailValidator
 
Constraints.Max - Annotation Type in play.data.validation
Defines a maximum value for a numeric field.
Constraints.MaxLength - Annotation Type in play.data.validation
Defines a maxmimum length for a string field.
Constraints.MaxLengthValidator - Class in play.data.validation
Validator for @MaxLength fields.
Constraints.MaxLengthValidator() - Constructor for class play.data.validation.Constraints.MaxLengthValidator
 
Constraints.MaxLengthValidator(long) - Constructor for class play.data.validation.Constraints.MaxLengthValidator
 
Constraints.MaxValidator - Class in play.data.validation
Validator for @Max fields.
Constraints.MaxValidator() - Constructor for class play.data.validation.Constraints.MaxValidator
 
Constraints.MaxValidator(long) - Constructor for class play.data.validation.Constraints.MaxValidator
 
Constraints.Min - Annotation Type in play.data.validation
Defines a minumum value for a numeric field.
Constraints.MinLength - Annotation Type in play.data.validation
Defines a minumum length for a string field.
Constraints.MinLengthValidator - Class in play.data.validation
Validator for @MinLength fields.
Constraints.MinLengthValidator() - Constructor for class play.data.validation.Constraints.MinLengthValidator
 
Constraints.MinLengthValidator(long) - Constructor for class play.data.validation.Constraints.MinLengthValidator
 
Constraints.MinValidator - Class in play.data.validation
Validator for @Min fields.
Constraints.MinValidator() - Constructor for class play.data.validation.Constraints.MinValidator
 
Constraints.MinValidator(long) - Constructor for class play.data.validation.Constraints.MinValidator
 
Constraints.Pattern - Annotation Type in play.data.validation
Defines a pattern constraint for a string field.
Constraints.PatternValidator - Class in play.data.validation
Validator for @Pattern fields.
Constraints.PatternValidator() - Constructor for class play.data.validation.Constraints.PatternValidator
 
Constraints.PatternValidator(String) - Constructor for class play.data.validation.Constraints.PatternValidator
 
Constraints.Required - Annotation Type in play.data.validation
Defines a field as required.
Constraints.RequiredValidator - Class in play.data.validation
Validator for @Required fields.
Constraints.RequiredValidator() - Constructor for class play.data.validation.Constraints.RequiredValidator
 
Constraints.Validator<T> - Class in play.data.validation
Super-type for validators.
Constraints.Validator() - Constructor for class play.data.validation.Constraints.Validator
 
Content - Interface in play.mvc
Generic type representing content to be sent over an HTTP response.
CONTENT_ENCODING - Static variable in interface play.mvc.Http.HeaderNames
 
CONTENT_LANGUAGE - Static variable in interface play.mvc.Http.HeaderNames
 
CONTENT_LENGTH - Static variable in interface play.mvc.Http.HeaderNames
 
CONTENT_LOCATION - Static variable in interface play.mvc.Http.HeaderNames
 
CONTENT_MD5 - Static variable in interface play.mvc.Http.HeaderNames
 
CONTENT_RANGE - Static variable in interface play.mvc.Http.HeaderNames
 
CONTENT_TRANSFER_ENCODING - Static variable in interface play.mvc.Http.HeaderNames
 
CONTENT_TYPE - Static variable in interface play.mvc.Http.HeaderNames
 
contentAsBytes(Result) - Static method in class play.test.Helpers
Extracts the content as bytes.
contentAsBytes(Content) - Static method in class play.test.Helpers
Extracts the content as bytes.
contentAsString(Content) - Static method in class play.test.Helpers
Extracts the content as String.
contentAsString(Result) - Static method in class play.test.Helpers
Extracts the content as String.
contentType() - Method in class play.libs.Jsonp
 
contentType(Content) - Static method in class play.test.Helpers
Extracts the Content-Type of this Content value.
contentType(Result) - Static method in class play.test.Helpers
Extracts the Content-Type of this Result value.
CONTINUE - Static variable in interface play.mvc.Http.Status
 
Controller - Class in play.mvc
Superclass for a Java-based controller.
Controller() - Constructor for class play.mvc.Controller
 
conversion - Static variable in class play.data.format.Formatters
The underlying conversion service.
COOKIE - Static variable in interface play.mvc.Http.HeaderNames
 
cookie(String, Result) - Static method in class play.test.Helpers
* Extracts a Cookie value from this Result value
cookies() - Method in class play.mvc.Http.RequestHeader
 
cookies() - Method in class play.mvc.Http.Response
 
copy() - Method in class play.db.ebean.Model.Finder
Copies this query.
country() - Method in class play.i18n.Lang
A valid ISO Country Code.
CREATED - Static variable in interface play.mvc.Http.Status
 
created() - Static method in class play.mvc.Results
Generates a 201 CREATED simple result.
created(Content) - Static method in class play.mvc.Results
Generates a 201 CREATED simple result.
created(Content, String) - Static method in class play.mvc.Results
Generates a 201 CREATED simple result.
created(String) - Static method in class play.mvc.Results
Generates a 201 CREATED simple result.
created(String, String) - Static method in class play.mvc.Results
Generates a 201 CREATED simple result.
created(JsonNode) - Static method in class play.mvc.Results
Generates a 201 CREATED simple result.
created(JsonNode, String) - Static method in class play.mvc.Results
Generates a 201 CREATED simple result.
created(byte[]) - Static method in class play.mvc.Results
Generates a 201 CREATED simple result.
created(InputStream) - Static method in class play.mvc.Results
Generates a 201 CREATED chunked result.
created(InputStream, int) - Static method in class play.mvc.Results
Generates a 201 CREATED chunked result.
created(File) - Static method in class play.mvc.Results
Generates a 201 CREATED chunked result.
created(File, int) - Static method in class play.mvc.Results
Generates a 201 CREATED simple result.
created(Results.Chunks<?>) - Static method in class play.mvc.Results
Generates a 201 CREATED chunked result.
cronInterval(String) - Static method in class play.libs.Time
Computes the number of milliseconds between the next valid date and the one after.
cronInterval(String, Date) - Static method in class play.libs.Time
Compute the number of milliseconds between the next valid date and the one after.
ctx() - Static method in class play.mvc.Controller
Returns the current HTTP context.
ctx() - Static method in class play.mvc.Http.Context.Implicit
Returns the current context.
current - Static variable in class play.mvc.Http.Context
 
current() - Static method in class play.mvc.Http.Context
Retrieves the current HTTP context, for the current thread.

D

data() - Method in class play.data.Form
Retrieves the actual form data.
DATE - Static variable in interface play.mvc.Http.HeaderNames
 
DAY_OF_MONTH - Static variable in class play.libs.Time.CronExpression
 
DAY_OF_WEEK - Static variable in class play.libs.Time.CronExpression
 
dayMap - Static variable in class play.libs.Time.CronExpression
 
daysOfMonth - Variable in class play.libs.Time.CronExpression
 
daysOfWeek - Variable in class play.libs.Time.CronExpression
 
DB - Class in play.db
Provides a high-level API for getting JDBC connections.
DB() - Constructor for class play.db.DB
 
debug(String) - Method in class play.Logger.ALogger
Logs a message with the DEBUG level.
debug(String, Throwable) - Method in class play.Logger.ALogger
Logs a message with the DEBUG level, with the given error.
debug(String) - Static method in class play.Logger
Log a message with the DEBUG level.
debug(String, Throwable) - Static method in class play.Logger
Log a message with the DEBUG level.
delegate - Variable in class play.mvc.Action
The wrapped action.
delete() - Method in class play.db.ebean.Model
Deletes this entity.
delete(String) - Method in class play.db.ebean.Model
Deletes this entity, using a specific Ebean server.
delete() - Method in class play.libs.WS.WSRequestHolder
Perform a DELETE on the request asynchronously.
DELETE - Static variable in class play.test.Helpers
 
discardCookies(String...) - Method in class play.mvc.Http.Response
Discard cookies along this result
For example:
discardedCookies() - Method in class play.mvc.Http.Response
 
displayableConstraint(Set<ConstraintDescriptor<?>>) - Static method in class play.data.validation.Constraints
Converts a set of constraints to human-readable values.
domain() - Method in class play.mvc.Http.Cookie
 
DynamicForm - Class in play.data
A dynamic form.
DynamicForm() - Constructor for class play.data.DynamicForm
Creates a new empty dynamic form.
DynamicForm(Map<String, String>, Map<String, List<ValidationError>>, F.Option<DynamicForm.Dynamic>) - Constructor for class play.data.DynamicForm
Creates a new dynamic form.
DynamicForm.Dynamic - Class in play.data
Simple data structure used by DynamicForm.
DynamicForm.Dynamic() - Constructor for class play.data.DynamicForm.Dynamic
 

E

EbeanPlugin - Class in play.db.ebean
A Play plugin that automatically manages Ebean configuration.
EbeanPlugin(Application) - Constructor for class play.db.ebean.EbeanPlugin
 
em(String) - Static method in class play.db.jpa.JPA
Get the EntityManager for specified persistence unit for this thread.
em() - Static method in class play.db.jpa.JPA
Get the default EntityManager for this thread.
em(String) - Method in class play.db.jpa.JPAPlugin
 
email() - Static method in class play.data.validation.Constraints
Constructs a 'email' validator.
emptyMap() - Static method in class play.libs.Scala
Creates an empty Scala Map.
emptySeq() - Static method in class play.libs.Scala
Creates an empty Scala Seq.
enabled() - Method in class play.db.jpa.JPAPlugin
 
enabled() - Method in class play.Plugin
Is this plugin enabled.
equals(Object) - Method in class play.db.ebean.Model
 
error(String) - Method in class play.data.Form
Retrieve an error by key.
error(String) - Method in class play.Logger.ALogger
Log a message with the ERROR level.
error(String, Throwable) - Method in class play.Logger.ALogger
Log a message with the ERROR level, with the given error.
error(String) - Static method in class play.Logger
Log a message with the ERROR level.
error(String, Throwable) - Static method in class play.Logger
Log a message with the ERROR level.
errors() - Method in class play.data.Form
Returns all errors.
errors() - Method in class play.data.Form.Field
Returns all the errors associated with this field.
errorsAsJson() - Method in class play.data.Form
Returns the form errors serialized as Json.
errorsAsJson(Lang) - Method in class play.data.Form
Returns the form errors serialized as Json using the given Lang.
ETAG - Static variable in interface play.mvc.Http.HeaderNames
 
EXPECT - Static variable in interface play.mvc.Http.HeaderNames
 
EXPECTATION_FAILED - Static variable in interface play.mvc.Http.Status
 
EXPIRES - Static variable in interface play.mvc.Http.HeaderNames
 
expressionParsed - Variable in class play.libs.Time.CronExpression
 

F

F - Class in play.libs
Defines a set of functional programming style helpers.
F() - Constructor for class play.libs.F
 
F.Callback<A> - Interface in play.libs
A Callback with a single argument.
F.Callback0 - Interface in play.libs
A Callback with no arguments.
F.Callback2<A,B> - Interface in play.libs
A Callback with 2 arguments.
F.Callback3<A,B,C> - Interface in play.libs
A Callback with 3 arguments.
F.Either<A,B> - Class in play.libs
Represents a value of one of two possible types (a disjoint union)
F.Function<A,R> - Interface in play.libs
A Function with a single argument.
F.Function0<R> - Interface in play.libs
A Function with no arguments.
F.Function2<A,B,R> - Interface in play.libs
A Function with 2 arguments.
F.Function3<A,B,C,R> - Interface in play.libs
A Function with 3 arguments.
F.None<T> - Class in play.libs
Represents non-existent values.
F.None() - Constructor for class play.libs.F.None
 
F.Option<T> - Class in play.libs
Represents optional values.
F.Option() - Constructor for class play.libs.F.Option
 
F.Promise<A> - Class in play.libs
A promise to produce a result of type A.
F.Promise(Promise<A>) - Constructor for class play.libs.F.Promise
Create a new promise wrapping the given Scala promise
F.Promise(A) - Constructor for class play.libs.F.Promise
Create a new pure promise, that is, a promise with a constant value from the start.
F.Some<T> - Class in play.libs
Represents existing values of type T.
F.Some(T) - Constructor for class play.libs.F.Some
 
F.Tuple<A,B> - Class in play.libs
A pair - a tuple of the types A and B.
F.Tuple(A, B) - Constructor for class play.libs.F.Tuple
 
F.Tuple3<A,B,C> - Class in play.libs
A tuple of A,B,C
F.Tuple3(A, B, C) - Constructor for class play.libs.F.Tuple3
 
F.Tuple4<A,B,C,D> - Class in play.libs
A tuple of A,B,C,D
F.Tuple4(A, B, C, D) - Constructor for class play.libs.F.Tuple4
 
F.Tuple5<A,B,C,D,E> - Class in play.libs
A tuple of A,B,C,D,E
F.Tuple5(A, B, C, D, E) - Constructor for class play.libs.F.Tuple5
 
FakeApplication - Class in play.test
A Fake application.
FakeApplication(File, ClassLoader, Map<String, String>, List<String>) - Constructor for class play.test.FakeApplication
A Fake application.
fakeApplication() - Static method in class play.test.Helpers
Build a new fake application.
fakeApplication(Map<String, String>) - Static method in class play.test.Helpers
Build a new fake application.
fakeApplication(Map<String, String>, List<String>) - Static method in class play.test.Helpers
Build a new fake application.
FakeRequest - Class in play.test
Fake HTTP request implementation.
FakeRequest() - Constructor for class play.test.FakeRequest
Constructs a new GET / fake request.
FakeRequest(String, String) - Constructor for class play.test.FakeRequest
Constructs a new request.
fakeRequest() - Static method in class play.test.Helpers
Build a new GET / fake request.
fakeRequest(String, String) - Static method in class play.test.Helpers
Build a new fake request.
fetch(String) - Method in class play.db.ebean.Model.Finder
Specifies a path to load including all its properties.
fetch(String, FetchConfig) - Method in class play.db.ebean.Model.Finder
Additionally specifies a JoinConfig to specify a 'query join' and/or define the lazy loading query.
fetch(String, String) - Method in class play.db.ebean.Model.Finder
Specifies a path to fetch with a specific list properties to include, to load a partial object.
fetch(String, String, FetchConfig) - Method in class play.db.ebean.Model.Finder
Additionally specifies a FetchConfig to use a separate query or lazy loading to load this path.
field(String) - Method in class play.data.DynamicForm
Retrieves a field.
field(String) - Method in class play.data.Form
Retrieve a field.
fill(T) - Method in class play.data.Form
Populates this form with an existing value, used for edit forms.
filter() - Method in class play.db.ebean.Model.Finder
Creates a filter for sorting and filtering lists of entities locally without going back to the database.
filterMany(String) - Method in class play.db.ebean.Model.Finder
Applies a filter on the 'many' property list rather than the root level objects.
findFutureIds() - Method in class play.db.ebean.Model.Finder
Executes a find IDs query in a background thread.
findFutureList() - Method in class play.db.ebean.Model.Finder
Executes a find list query in a background thread.
findFutureRowCount() - Method in class play.db.ebean.Model.Finder
Executes a find row count query in a background thread.
findIds() - Method in class play.db.ebean.Model.Finder
Executes a query and returns the results as a list of IDs.
findIterate() - Method in class play.db.ebean.Model.Finder
 
findList() - Method in class play.db.ebean.Model.Finder
Executes the query and returns the results as a list of objects.
findMap() - Method in class play.db.ebean.Model.Finder
Executes the query and returns the results as a map of objects.
findMap(String, Class<K>) - Method in class play.db.ebean.Model.Finder
Executes the query and returns the results as a map of the objects.
findNextWhiteSpace(int, String) - Method in class play.libs.Time.CronExpression
 
findPagingList(int) - Method in class play.db.ebean.Model.Finder
Returns a PagingList for this query.
findRowCount() - Method in class play.db.ebean.Model.Finder
Returns the number of entities this query should return.
findSet() - Method in class play.db.ebean.Model.Finder
Executes the query and returns the results as a set of objects.
findUnique() - Method in class play.db.ebean.Model.Finder
Executes the query and returns the results as either a single bean or null, if no matching bean is found.
findVisit(QueryResultVisitor<T>) - Method in class play.db.ebean.Model.Finder
 
FIREFOX - Static variable in class play.test.Helpers
 
flash() - Static method in class play.mvc.Controller
Returns the current HTTP flash scope.
flash(String, String) - Static method in class play.mvc.Controller
Puts a new value into the flash scope.
flash(String) - Static method in class play.mvc.Controller
Returns a value from the flash scope.
flash() - Method in class play.mvc.Http.Context
Returns the current flash scope.
flash() - Static method in class play.mvc.Http.Context.Implicit
Returns the current flash scope.
flash(Result) - Static method in class play.test.Helpers
Extracts the Flash values of this Result value.
flatMap(F.Function<A, F.Promise<B>>) - Method in class play.libs.F.Promise
Maps the result of this promise to a promise for a result of type B, and flattens that to be a single promise for B.
FORBIDDEN - Static variable in interface play.mvc.Http.Status
 
forbidden() - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN simple result.
forbidden(Content) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN simple result.
forbidden(Content, String) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN simple result.
forbidden(String) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN simple result.
forbidden(String, String) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN simple result.
forbidden(JsonNode) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN simple result.
forbidden(JsonNode, String) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN simple result.
forbidden(byte[]) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN simple result.
forbidden(InputStream) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN chunked result.
forbidden(InputStream, int) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN chunked result.
forbidden(File) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN chunked result.
forbidden(File, int) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN simple result.
forbidden(Results.Chunks<?>) - Static method in class play.mvc.Results
Generates a 403 FORBIDDEN chunked result.
forCode(String) - Static method in class play.i18n.Lang
Create a Lang value from a code (such as fr or en-US).
Form<T> - Class in play.data
Helper to manage HTML form description, submission and validation.
Form(Class<T>) - Constructor for class play.data.Form
Creates a new Form.
Form(String, Class<T>) - Constructor for class play.data.Form
 
Form(String, Class<T>, Map<String, String>, Map<String, List<ValidationError>>, F.Option<T>) - Constructor for class play.data.Form
Creates a new Form.
form() - Static method in class play.mvc.Controller
Instantiates a dynamic form.
form(Class<T>) - Static method in class play.mvc.Controller
Instantiates a new form that wraps the specified class.
form(String, Class<T>) - Static method in class play.mvc.Controller
Instantiates a new form that wraps the specified class.
Form.Display - Annotation Type in play.data
Defines a form element's display name.
Form.Field - Class in play.data
A form field.
Form.Field(Form<?>, String, List<F.Tuple<String, List<Object>>>, F.Tuple<String, List<Object>>, List<ValidationError>, String) - Constructor for class play.data.Form.Field
Creates a form field.
format() - Method in class play.data.Form.Field
Returns the expected format for this field.
Formats - Class in play.data.format
Defines several default formatters.
Formats() - Constructor for class play.data.format.Formats
 
Formats.AnnotationDateFormatter - Class in play.data.format
Annotation formatter, triggered by the @DateTime annotation.
Formats.AnnotationDateFormatter() - Constructor for class play.data.format.Formats.AnnotationDateFormatter
 
Formats.AnnotationNonEmptyFormatter - Class in play.data.format
Annotation formatter, triggered by the @NonEmpty annotation.
Formats.AnnotationNonEmptyFormatter() - Constructor for class play.data.format.Formats.AnnotationNonEmptyFormatter
 
Formats.DateFormatter - Class in play.data.format
Formatter for java.util.Date values.
Formats.DateFormatter(String) - Constructor for class play.data.format.Formats.DateFormatter
Creates a date formatter.
Formats.DateTime - Annotation Type in play.data.format
Defines the format for a Date field.
Formats.NonEmpty - Annotation Type in play.data.format
Defines the format for a String field that cannot be empty.
Formatters - Class in play.data.format
Formatters helper.
Formatters() - Constructor for class play.data.format.Formatters
 
Formatters.AnnotationFormatter<A extends java.lang.annotation.Annotation,T> - Class in play.data.format
Super-type for annotation-based formatters.
Formatters.AnnotationFormatter() - Constructor for class play.data.format.Formatters.AnnotationFormatter
 
Formatters.SimpleFormatter<T> - Class in play.data.format
Super-type for custom simple formatters.
Formatters.SimpleFormatter() - Constructor for class play.data.format.Formatters.SimpleFormatter
 
FOUND - Static variable in interface play.mvc.Http.Status
 
found(String) - Static method in class play.mvc.Results
Generates a 302 FOUND simple result.
found(Call) - Static method in class play.mvc.Results
Generates a 302 FOUND simple result.
FROM - Static variable in interface play.mvc.Http.HeaderNames
 
fromInputStream(InputStream, String) - Static method in class play.libs.XML
Parse an InputStream as DOM.
fromJson(JsonNode, Class<A>) - Static method in class play.libs.Json
Convert a JsonNode to a Java value
fromString(String) - Static method in class play.libs.XML
Parse an XML string as DOM.
future(Callable<T>) - Static method in class play.libs.Akka
Executes a block of code asynchronously in the application Akka Actor system.

G

GATEWAY_TIMEOUT - Static variable in interface play.mvc.Http.Status
 
generateEvolutionScript(EbeanServer, ServerConfig) - Static method in class play.db.ebean.EbeanPlugin
Helper method that generates the required evolution to properly run Ebean.
get(String) - Static method in class play.cache.Cache
Retrieves an object by key.
get(String) - Method in class play.data.DynamicForm
Gets the concrete value if the submission was a success.
get() - Method in class play.data.Form
Gets the concrete value if the submission was a success.
get(Lang, String, Object...) - Static method in class play.i18n.Messages
Translates a message.
get(String, Object...) - Static method in class play.i18n.Messages
Translates a message.
get() - Method in class play.libs.F.None
 
get() - Method in class play.libs.F.Option
Returns the value if defined.
get() - Method in class play.libs.F.Promise
Awaits for the promise to get the result using the default timeout (5000 milliseconds).
get(Long, TimeUnit) - Method in class play.libs.F.Promise
Awaits for the promise to get the result.
get(Long) - Method in class play.libs.F.Promise
Awaits for the promise to get the result.
get() - Method in class play.libs.F.Some
 
get() - Method in class play.libs.WS.WSRequestHolder
Perform a GET on the request asynchronously.
get(String) - Method in interface play.mvc.Http.Cookies
 
GET - Static variable in class play.test.Helpers
 
getBody() - Method in class play.libs.WS.Response
Get the response body as a string
getBoolean(String) - Method in class play.Configuration
Retrieves a configuration value as a Boolean.
getBytes(String) - Method in class play.Configuration
Retrieves a configuration value as a Bytes.
getConfig(String) - Method in class play.Configuration
Retrieves a sub-configuration, which is a configuration instance containing all keys that start with the given prefix.
getConnection() - Static method in class play.db.DB
Returns a connection from the default datasource, with auto-commit enabled.
getConnection(boolean) - Static method in class play.db.DB
Returns a connection from the default datasource, with the specified auto-commit setting.
getConnection(String) - Static method in class play.db.DB
Returns a connection from any datasource, with auto-commit enabled.
getConnection(String, boolean) - Static method in class play.db.DB
Get a connection from any datasource, with the specified auto-commit setting.
getContentType() - Method in class play.mvc.Http.MultipartFormData.FilePart
The file Content-Type
getCookie(String) - Method in class play.test.TestBrowser
Retrieves a cookie.
getCookies() - Method in class play.test.TestBrowser
Retrieves all cookies.
getCronExpression() - Method in class play.libs.Time.CronExpression
 
getData() - Method in class play.data.DynamicForm.Dynamic
Retrieves the data.
getDataSource() - Static method in class play.db.DB
Returns the default datasource.
getDataSource(String) - Static method in class play.db.DB
Returns any default datasource.
getDayOfWeekNumber(String) - Method in class play.libs.Time.CronExpression
 
getExpressionFactory() - Method in class play.db.ebean.Model.Finder
Returns the ExpressionFactory used by this query.
getExpressionSetSummary(Set<Integer>) - Method in class play.libs.Time.CronExpression
 
getExpressionSetSummary(ArrayList<Integer>) - Method in class play.libs.Time.CronExpression
 
getExpressionSummary() - Method in class play.libs.Time.CronExpression
 
getFile(String) - Method in class play.Application
Retrieves a file relative to the application root path.
getFile() - Method in class play.mvc.Http.MultipartFormData.FilePart
The File.
getFile(String) - Method in class play.mvc.Http.MultipartFormData
Access a file part.
getFilename() - Method in class play.mvc.Http.MultipartFormData.FilePart
The file name.
getFiles() - Method in class play.mvc.Http.MultipartFormData
Retrieves all file parts.
getFinalFireTime() - Method in class play.libs.Time.CronExpression
NOT YET IMPLEMENTED: Returns the final time that the CronExpression will match.
getFirstRow() - Method in class play.db.ebean.Model.Finder
Returns the first row value.
getGeneratedSql() - Method in class play.db.ebean.Model.Finder
Returns the SQL that was generated for executing this query.
getHeader(String) - Method in class play.libs.WS.Response
Get the given HTTP header of the response
getHeader(String) - Method in class play.mvc.Http.RequestHeader
Retrieves a single header.
getHeaders() - Method in class play.mvc.Http.Response
Gets the current response headers.
getInt(String) - Method in class play.Configuration
Retrieves a configuration value as an Int.
getKey() - Method in class play.mvc.Http.MultipartFormData.FilePart
The part name.
getLastDayOfMonth(int, int) - Method in class play.libs.Time.CronExpression
 
getMaxRows() - Method in class play.db.ebean.Model.Finder
Returns the maximum of rows for this query.
getMilliseconds(String) - Method in class play.Configuration
Retrieves a configuration value as a Milliseconds.
getMonthNumber(String) - Method in class play.libs.Time.CronExpression
 
getNextInterval(Date) - Method in class play.libs.Time.CronExpression
Return the interval between the next valid date and the one after
getNextInvalidTimeAfter(Date) - Method in class play.libs.Time.CronExpression
Returns the next date/time after the given date/time which does not satisfy the expression
getNextValidTimeAfter(Date) - Method in class play.libs.Time.CronExpression
Returns the next date/time after the given date/time which satisfies the cron expression.
getNumericValue(String, int) - Method in class play.libs.Time.CronExpression
 
getOrElse(String, Callable<T>, int) - Static method in class play.cache.Cache
Retrieve a value from the cache, or set it from a default Callable function.
getOrElse(T) - Method in class play.libs.F.Option
Get the value if defined, otherwise return the supplied defaultValue.
getRawSql() - Method in class play.db.ebean.Model.Finder
Returns the RawSql that was set to use for this query.
getSet(int) - Method in class play.libs.Time.CronExpression
 
getStatus() - Method in class play.libs.WS.Response
Get the HTTP status code of the response
getString(String) - Method in class play.Configuration
Retrieves a configuration value as a String.
getTimeAfter(Date) - Method in class play.libs.Time.CronExpression
 
getTimeBefore(Date) - Method in class play.libs.Time.CronExpression
NOT YET IMPLEMENTED: Returns the time before the given time that the CronExpression matches.
getTimeZone() - Method in class play.libs.Time.CronExpression
Returns the time zone for which this CronExpression will be resolved.
getType() - Method in class play.db.ebean.Model.Finder
Returns the type of query (List, Set, Map, Bean, rowCount etc).
getTypesAnnotatedWith(String, Class<? extends Annotation>) - Method in class play.Application
Scans the application classloader to retrieve all types annotated with a specific annotation.
getUseIndex() - Method in class play.db.ebean.Model.Finder
 
getUsername(Http.Context) - Method in class play.mvc.Security.Authenticator
Retrieves the username from the HTTP context; the default is to read from the session cookie.
getValidator() - Static method in class play.data.validation.Validation
Returns a JSR-303 Validator.
getValue(int, String, int) - Method in class play.libs.Time.CronExpression
 
getWrappedApplication() - Method in class play.test.FakeApplication
 
getWrappedPromise() - Method in class play.libs.F.Promise
Get the underlying Scala promise
getWrappedRequest() - Method in class play.test.FakeRequest
 
getWrappedResult() - Method in interface play.mvc.Result
Retrieves the real (Scala-based) result.
getWrappedResult() - Method in class play.mvc.Results.AsyncResult
 
getWrappedResult() - Method in class play.mvc.Results.Redirect
 
getWrappedResult() - Method in class play.mvc.Results.Status
 
getWrappedResult() - Method in class play.mvc.Results.Todo
 
globalError() - Method in class play.data.Form
Retrieves the first global error (an error without any key), if it exists.
globalErrors() - Method in class play.data.Form
Retrieve all global errors - errors without a key.
GlobalSettings - Class in play
GlobalSettings is instantiated by the framework when an application starts, to let you perform specific tasks at start-up or shut-down.
GlobalSettings() - Constructor for class play.GlobalSettings
 
GONE - Static variable in interface play.mvc.Http.Status
 

H

HandlerRef - Interface in play.mvc
Reference to an Handler.
hasErrors() - Method in class play.data.Form
Returns true if there are any errors related to this form.
hasGlobalErrors() - Method in class play.data.Form
Returns true if there any global errors related to this form.
hashCode() - Method in class play.db.ebean.Model
 
having() - Method in class play.db.ebean.Model.Finder
Returns the query's having clause.
having(Expression) - Method in class play.db.ebean.Model.Finder
Adds an expression to the having clause and returns the query.
having(String) - Method in class play.db.ebean.Model.Finder
Adds clauses to the having clause and returns the query.
head() - Method in class play.libs.WS.WSRequestHolder
Perform a HEAD on the request asynchronously.
HEAD - Static variable in class play.test.Helpers
 
header(String, Result) - Static method in class play.test.Helpers
Extracts an Header value of this Result value.
headers() - Method in class play.mvc.Http.RequestHeader
Retrieves all headers.
headers(Result) - Static method in class play.test.Helpers
Extracts all Headers of this Result value.
Helpers - Class in play.test
Helper functions to run tests.
Helpers() - Constructor for class play.test.Helpers
 
HOST - Static variable in interface play.mvc.Http.HeaderNames
 
host() - Method in class play.mvc.Http.RequestHeader
The request host.
HOUR - Static variable in class play.libs.Time.CronExpression
 
hours - Variable in class play.libs.Time.CronExpression
 
HTMLUNIT - Static variable in class play.test.Helpers
 
Http - Class in play.mvc
Defines HTTP standard objects.
Http() - Constructor for class play.mvc.Http
 
Http.Context - Class in play.mvc
The global HTTP context.
Http.Context(Http.Request, Map<String, String>, Map<String, String>) - Constructor for class play.mvc.Http.Context
Creates a new HTTP context.
Http.Context.Implicit - Class in play.mvc
Import in templates to get implicit HTTP context.
Http.Context.Implicit() - Constructor for class play.mvc.Http.Context.Implicit
 
Http.Cookie - Class in play.mvc
HTTP Cookie
Http.Cookie(String, String, int, String, String, boolean, boolean) - Constructor for class play.mvc.Http.Cookie
 
Http.Cookies - Interface in play.mvc
HTTP Cookies set
Http.Flash - Class in play.mvc
HTTP Flash.
Http.Flash(Map<String, String>) - Constructor for class play.mvc.Http.Flash
 
Http.HeaderNames - Interface in play.mvc
Defines all standard HTTP headers.
Http.MultipartFormData - Class in play.mvc
Multipart form data body.
Http.MultipartFormData() - Constructor for class play.mvc.Http.MultipartFormData
 
Http.MultipartFormData.FilePart - Class in play.mvc
A file part.
Http.MultipartFormData.FilePart(String, String, String, File) - Constructor for class play.mvc.Http.MultipartFormData.FilePart
 
Http.RawBuffer - Class in play.mvc
Handle the request body a raw bytes data.
Http.RawBuffer() - Constructor for class play.mvc.Http.RawBuffer
 
Http.Request - Class in play.mvc
An HTTP request.
Http.Request() - Constructor for class play.mvc.Http.Request
 
Http.RequestBody - Class in play.mvc
The request body.
Http.RequestBody() - Constructor for class play.mvc.Http.RequestBody
 
Http.RequestHeader - Class in play.mvc
 
Http.RequestHeader() - Constructor for class play.mvc.Http.RequestHeader
 
Http.Response - Class in play.mvc
The HTTP response.
Http.Response() - Constructor for class play.mvc.Http.Response
 
Http.Session - Class in play.mvc
HTTP Session.
Http.Session(Map<String, String>) - Constructor for class play.mvc.Http.Session
 
Http.Status - Interface in play.mvc
Defines all standard HTTP status codes.
HTTP_VERSION_NOT_SUPPORTED - Static variable in interface play.mvc.Http.Status
 
httpOnly() - Method in class play.mvc.Http.Cookie
 

I

id - Variable in class play.libs.OpenID.UserInfo
 
IF_MATCH - Static variable in interface play.mvc.Http.HeaderNames
 
IF_MODIFIED_SINCE - Static variable in interface play.mvc.Http.HeaderNames
 
IF_NONE_MATCH - Static variable in interface play.mvc.Http.HeaderNames
 
IF_RANGE - Static variable in interface play.mvc.Http.HeaderNames
 
IF_UNMODIFIED_SINCE - Static variable in interface play.mvc.Http.HeaderNames
 
indexes() - Method in class play.data.Form.Field
Return the indexes available for this field (for repeated fields ad List)
info(String) - Method in class play.Logger.ALogger
Logs a message with the INFO level.
info(String, Throwable) - Method in class play.Logger.ALogger
Logs a message with the INFO level, with the given error.
info(String) - Static method in class play.Logger
Log a message with the INFO level.
info(String, Throwable) - Static method in class play.Logger
Log a message with the INFO level.
initialBuffer() - Method in class play.libs.Comet
Initial chunk of data to send for browser compatibility (default to send 5Kb of blank data).
initialize(Constraints.Email) - Method in class play.data.validation.Constraints.EmailValidator
 
initialize(Constraints.MaxLength) - Method in class play.data.validation.Constraints.MaxLengthValidator
 
initialize(Constraints.Max) - Method in class play.data.validation.Constraints.MaxValidator
 
initialize(Constraints.MinLength) - Method in class play.data.validation.Constraints.MinLengthValidator
 
initialize(Constraints.Min) - Method in class play.data.validation.Constraints.MinValidator
 
initialize(Constraints.Pattern) - Method in class play.data.validation.Constraints.PatternValidator
 
initialize(Constraints.Required) - Method in class play.data.validation.Constraints.RequiredValidator
 
inMemoryDatabase() - Static method in class play.test.Helpers
Constructs a in-memory (h2) database configuration to add to a FakeApplication.
inMemoryDatabase(String) - Static method in class play.test.Helpers
Constructs a in-memory (h2) database configuration to add to a FakeApplication.
INTERNAL_SERVER_ERROR - Static variable in interface play.mvc.Http.Status
 
internalServerError() - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR simple result.
internalServerError(Content) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR simple result.
internalServerError(Content, String) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR simple result.
internalServerError(String) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR simple result.
internalServerError(String, String) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR simple result.
internalServerError(JsonNode) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR simple result.
internalServerError(JsonNode, String) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR simple result.
internalServerError(byte[]) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR simple result.
internalServerError(InputStream) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR chunked result.
internalServerError(InputStream, int) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR chunked result.
internalServerError(File) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR chunked result.
internalServerError(File, int) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR simple result.
internalServerError(Results.Chunks<?>) - Static method in class play.mvc.Results
Generates a 500 INTERNAL_SERVER_ERROR chunked result.
invoke(A) - Method in interface play.libs.F.Callback
 
invoke() - Method in interface play.libs.F.Callback0
 
invoke(A, B) - Method in interface play.libs.F.Callback2
 
invoke(A, B, C) - Method in interface play.libs.F.Callback3
 
isAutofetchTuned() - Method in class play.db.ebean.Model.Finder
Returns true if this query was tuned by autoFetch.
isDebugEnabled() - Method in class play.Logger.ALogger
Returns true if the logger instance has DEBUG level logging enabled.
isDebugEnabled() - Static method in class play.Logger
Returns true if the logger instance enabled for the DEBUG level?
isDefined() - Method in class play.libs.F.None
 
isDefined() - Method in class play.libs.F.Option
Is the value of this option defined?
isDefined() - Method in class play.libs.F.Some
 
isDev() - Method in class play.Application
Returns `true` if the application is `DEV` mode.
isDev() - Static method in class play.Play
Returns `true` if the current application is `DEV` mode.
isDirty - Variable in class play.mvc.Http.Flash
 
isDirty - Variable in class play.mvc.Http.Session
 
isErrorEnabled() - Method in class play.Logger.ALogger
Returns true if the logger instance has ERROR level logging enabled.
isErrorEnabled() - Static method in class play.Logger
Returns true if the logger instance enabled for the ERROR level?
isInfoEnabled() - Method in class play.Logger.ALogger
Returns true if the logger instance has INFO level logging enabled.
isInfoEnabled() - Static method in class play.Logger
Returns true if the logger instance enabled for the INFO level?
isLeapYear(int) - Method in class play.libs.Time.CronExpression
 
isMaxSizeExceeded() - Method in class play.mvc.Http.RequestBody
 
isProd() - Method in class play.Application
Returns `true` if the application is `PROD` mode.
isProd() - Static method in class play.Play
Returns `true` if the current application is `PROD` mode.
isSatisfiedBy(Date) - Method in class play.libs.Time.CronExpression
Indicates whether the given date satisfies the cron expression.
isTest() - Method in class play.Application
Returns `true` if the application is `TEST` mode.
isTest() - Static method in class play.Play
Returns `true` if the current application is `TEST` mode.
isTraceEnabled() - Method in class play.Logger.ALogger
Returns true if the logger instance has TRACE level logging enabled.
isTraceEnabled() - Static method in class play.Logger
Returns true if the logger instance enabled for the TRACE level?
isValid(String) - Method in class play.data.validation.Constraints.EmailValidator
 
isValid(String) - Method in class play.data.validation.Constraints.MaxLengthValidator
 
isValid(Number) - Method in class play.data.validation.Constraints.MaxValidator
 
isValid(String) - Method in class play.data.validation.Constraints.MinLengthValidator
 
isValid(Number) - Method in class play.data.validation.Constraints.MinValidator
 
isValid(String) - Method in class play.data.validation.Constraints.PatternValidator
 
isValid(Object) - Method in class play.data.validation.Constraints.RequiredValidator
 
isValid(T) - Method in class play.data.validation.Constraints.Validator
Returns true if this value is valid.
isValid(T, ConstraintValidatorContext) - Method in class play.data.validation.Constraints.Validator
Returns true if this value is valid for the given constraint.
isValidExpression(String) - Static method in class play.libs.Time.CronExpression
Indicates whether the specified cron expression can be parsed into a valid cron expression
isWarnEnabled() - Method in class play.Logger.ALogger
Returns true if the logger instance has WARN level logging enabled.
isWarnEnabled() - Static method in class play.Logger
Returns true if the logger instance enabled for the WARN level?
iterator() - Method in class play.libs.F.None
 
iterator() - Method in class play.libs.F.Some
 

J

javascriptRouter(String, Router.JavascriptReverseRoute...) - Static method in class play.Routes
Generates a JavaScript router.
javascriptRouter(String, String, Router.JavascriptReverseRoute...) - Static method in class play.Routes
Generates a JavaScript router.
javascriptUnbind() - Method in interface play.mvc.PathBindable
Javascript function to unbind in the Javascript router.
javascriptUnbind() - Method in interface play.mvc.QueryStringBindable
Javascript function to unbind in the Javascript router.
join(String) - Method in class play.db.ebean.Model.Finder
Same as Model.Finder.fetch(String)
join(String, JoinConfig) - Method in class play.db.ebean.Model.Finder
Same as Model.Finder.fetch(String, FetchConfig)
join(String, String) - Method in class play.db.ebean.Model.Finder
Same as Model.Finder.fetch(String, String).
join(String, String, JoinConfig) - Method in class play.db.ebean.Model.Finder
Additionally specifies a JoinConfig to specify a 'query join' and or define the lazy loading query.
JPA - Class in play.db.jpa
JPA Helpers.
JPA() - Constructor for class play.db.jpa.JPA
 
JPAPlugin - Class in play.db.jpa
A Play plugin that automatically manages JPA configuration.
JPAPlugin(Application) - Constructor for class play.db.jpa.JPAPlugin
 
Json - Class in play.libs
Helper functions to handle JsonNode values.
Json() - Constructor for class play.libs.Json
 
Jsonp - Class in play.libs
The JSONP Content renders a JavaScript call of a JSON object.
Example of use, provided the following route definition:
Jsonp(String, JsonNode) - Constructor for class play.libs.Jsonp
 
jsonp(String, JsonNode) - Static method in class play.libs.Jsonp
 

K

key() - Method in class play.data.validation.ValidationError
Returns the error key.
keys() - Method in class play.Configuration
Retrieves the set of keys available in this configuration.

L

Lang - Class in play.i18n
A Lang supported by the application.
Lang(Lang) - Constructor for class play.i18n.Lang
 
lang() - Static method in class play.mvc.Controller
Returns the current lang.
lang() - Static method in class play.mvc.Http.Context.Implicit
Returns the current lang.
language() - Method in class play.i18n.Lang
A valid ISO Language Code.
LAST_MODIFIED - Static variable in interface play.mvc.Http.HeaderNames
 
lastdayOfMonth - Variable in class play.libs.Time.CronExpression
 
lastdayOfWeek - Variable in class play.libs.Time.CronExpression
 
left - Variable in class play.libs.F.Either
The left value.
Left(A) - Static method in class play.libs.F.Either
Constructs a left side of the disjoint union, as opposed to the Right side.
LENGTH_REQUIRED - Static variable in interface play.mvc.Http.Status
 
load(String) - Static method in class play.libs.Yaml
Load a Yaml file from the classpath.
load(InputStream, ClassLoader) - Static method in class play.libs.Yaml
Load the specified InputStream as Yaml.
LOCATION - Static variable in interface play.mvc.Http.HeaderNames
 
Logger - Class in play
High level API for logging operations.
Logger() - Constructor for class play.Logger
 
Logger.ALogger - Class in play
Typical logger interface
Logger.ALogger(Logger) - Constructor for class play.Logger.ALogger
 

M

map(F.Function<T, A>) - Method in class play.libs.F.Option
Map this option to another value.
map(F.Function<A, B>) - Method in class play.libs.F.Promise
Maps this promise to a promise of type B.
max(long) - Static method in class play.data.validation.Constraints
Constructs a 'max' validator.
MAX_FORWARDS - Static variable in interface play.mvc.Http.HeaderNames
 
maxAge() - Method in class play.mvc.Http.Cookie
 
maxLength(long) - Static method in class play.data.validation.Constraints
Constructs a 'maxLength' validator.
message - Static variable in class play.data.validation.Constraints.EmailValidator
 
message - Static variable in class play.data.validation.Constraints.MaxLengthValidator
 
message - Static variable in class play.data.validation.Constraints.MaxValidator
 
message - Static variable in class play.data.validation.Constraints.MinLengthValidator
 
message - Static variable in class play.data.validation.Constraints.MinValidator
 
message - Static variable in class play.data.validation.Constraints.PatternValidator
 
message - Static variable in class play.data.validation.Constraints.RequiredValidator
 
message() - Method in class play.data.validation.ValidationError
Returns the error message.
Messages - Class in play.i18n
High-level internationalisation API.
Messages() - Constructor for class play.i18n.Messages
 
method() - Method in class play.mvc.Call
The request HTTP method.
method() - Method in class play.mvc.Http.RequestHeader
The HTTP Method.
METHOD_NOT_ALLOWED - Static variable in interface play.mvc.Http.Status
 
min(long) - Static method in class play.data.validation.Constraints
Constructs a 'min' validator.
minLength(long) - Static method in class play.data.validation.Constraints
Constructs a 'minLength' validator.
MINUTE - Static variable in class play.libs.Time.CronExpression
 
minutes - Variable in class play.libs.Time.CronExpression
 
Model - Class in play.db.ebean
Base-class for Ebean-mapped models that provides convenience methods.
Model() - Constructor for class play.db.ebean.Model
 
Model.Finder<I,T> - Class in play.db.ebean
Helper for Ebean queries.
Model.Finder(Class<I>, Class<T>) - Constructor for class play.db.ebean.Model.Finder
Creates a finder for entity of type T with ID of type I.
Model.Finder(String, Class<I>, Class<T>) - Constructor for class play.db.ebean.Model.Finder
Creates a finder for entity of type T with ID of type I, using a specific Ebean server.
MONTH - Static variable in class play.libs.Time.CronExpression
 
monthMap - Static variable in class play.libs.Time.CronExpression
 
months - Variable in class play.libs.Time.CronExpression
 
MOVED_PERMANENTLY - Static variable in interface play.mvc.Http.Status
 
movedPermanently(String) - Static method in class play.mvc.Results
Generates a 301 MOVED_PERMANENTLY simple result.
movedPermanently(Call) - Static method in class play.mvc.Results
Generates a 301 MOVED_PERMANENTLY simple result.
MULTIPLE_CHOICES - Static variable in interface play.mvc.Http.Status
 

N

name() - Method in class play.data.Form.Field
Returns the field name.
name() - Method in class play.data.Form
 
name() - Method in class play.mvc.Http.Cookie
 
nearestWeekday - Variable in class play.libs.Time.CronExpression
 
newObject() - Static method in class play.libs.Json
Creates a new empty ObjectNode.
nextId() - Method in class play.db.ebean.Model.Finder
Returns the next identity value.
NO_CONTENT - Static variable in interface play.mvc.Http.Status
 
NO_SPEC - Static variable in class play.libs.Time.CronExpression
 
NO_SPEC_INT - Static variable in class play.libs.Time.CronExpression
 
noContent() - Static method in class play.mvc.Results
Generates a 204 NO_CONTENT simple result.
NON_AUTHORITATIVE_INFORMATION - Static variable in interface play.mvc.Http.Status
 
None() - Static method in class play.libs.F
Constructs a None value.
None() - Static method in class play.libs.F.Option
Constructs a None value.
NOT_ACCEPTABLE - Static variable in interface play.mvc.Http.Status
 
NOT_FOUND - Static variable in interface play.mvc.Http.Status
 
NOT_IMPLEMENTED - Static variable in interface play.mvc.Http.Status
 
NOT_MODIFIED - Static variable in interface play.mvc.Http.Status
 
notFound() - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND simple result.
notFound(Content) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND simple result.
notFound(Content, String) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND simple result.
notFound(String) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND simple result.
notFound(String, String) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND simple result.
notFound(JsonNode) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND simple result.
notFound(JsonNode, String) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND simple result.
notFound(byte[]) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND simple result.
notFound(InputStream) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND chunked result.
notFound(InputStream, int) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND chunked result.
notFound(File) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND chunked result.
notFound(File, int) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND simple result.
notFound(Results.Chunks<?>) - Static method in class play.mvc.Results
Generates a 404 NOT_FOUND chunked result.
nthdayOfWeek - Variable in class play.libs.Time.CronExpression
 

O

of(String) - Static method in class play.Logger
Obtain a logger instance.
of(Class<?>) - Static method in class play.Logger
Obtain a logger instance.
OK - Static variable in interface play.mvc.Http.Status
 
ok() - Static method in class play.mvc.Results
Generates a 200 OK simple result.
ok(Content) - Static method in class play.mvc.Results
Generates a 200 OK simple result.
ok(Content, String) - Static method in class play.mvc.Results
Generates a 200 OK simple result.
ok(String) - Static method in class play.mvc.Results
Generates a 200 OK simple result.
ok(String, String) - Static method in class play.mvc.Results
Generates a 200 OK simple result.
ok(JsonNode) - Static method in class play.mvc.Results
Generates a 200 OK simple result.
ok(JsonNode, String) - Static method in class play.mvc.Results
Generates a 200 OK simple result.
ok(byte[]) - Static method in class play.mvc.Results
Generates a 200 OK simple result.
ok(InputStream) - Static method in class play.mvc.Results
Generates a 200 OK chunked result.
ok(InputStream, int) - Static method in class play.mvc.Results
Generates a 200 OK chunked result.
ok(File) - Static method in class play.mvc.Results
Generates a 200 OK chunked result.
ok(File, int) - Static method in class play.mvc.Results
Generates a 200 OK simple result.
ok(Results.Chunks<?>) - Static method in class play.mvc.Results
Generates a 200 OK chunked result.
on(String) - Method in class play.db.ebean.Model.Finder
Changes the Ebean server.
onBadRequest(Http.RequestHeader, String) - Method in class play.GlobalSettings
Triggered when a resource was requested but not found, the default implementation returns null, so that the Scala engine handles the onBadRequest.
onClose(F.Callback0) - Method in class play.mvc.WebSocket.In
Registers a close callback.
onConnected() - Method in class play.libs.Comet
The socket is ready, you can start sending messages.
onDisconnected(F.Callback0) - Method in class play.libs.Comet
Add a callback to be notified when the client has disconnected.
onDisconnected(F.Callback0) - Method in class play.mvc.Results.Chunks.Out
Called when the socket is disconnected.
onError(Http.RequestHeader, Throwable) - Method in class play.GlobalSettings
Returns a Result that could be a custom error page.
onHandlerNotFound(Http.RequestHeader) - Method in class play.GlobalSettings
Triggered when a resource was requested but not found.
onMessage(F.Callback<A>) - Method in class play.mvc.WebSocket.In
Registers a message callback.
onReady(Results.Chunks.Out<String>) - Method in class play.libs.Comet
 
onReady(Results.Chunks.Out<A>) - Method in class play.mvc.Results.Chunks
Called when the Chunked stream is ready.
onReady(WebSocket.In<A>, WebSocket.Out<A>) - Method in class play.mvc.WebSocket
Called when the WebSocket is ready
onRedeem(F.Callback<A>) - Method in class play.libs.F.Promise
Perform the given action callback when the Promise is redeemed.
onRequest(Http.Request, Method) - Method in class play.GlobalSettings
Call to create the root Action of a request for a Java application.
onRouteRequest(Http.RequestHeader) - Method in class play.GlobalSettings
Called when an HTTP request has been received.
onStart() - Method in class play.db.ebean.EbeanPlugin
Reads the configuration file and initialises required Ebean servers.
onStart() - Method in class play.db.jpa.JPAPlugin
Reads the configuration file and initialises required JPA EntityManagerFactories.
onStart(Application) - Method in class play.GlobalSettings
Executed after all plugins, including the database set-up with Evolutions and the EBean wrapper.
onStart() - Method in class play.Plugin
Called when the application starts.
onStop() - Method in class play.db.jpa.JPAPlugin
 
onStop(Application) - Method in class play.GlobalSettings
Executed when the application stops.
onStop() - Method in class play.Plugin
Called when the application stops.
onUnauthorized(Http.Context) - Method in class play.mvc.Security.Authenticator
Generates an alternative result if the user is not authenticated; the default a simple '401 Not Authorized' page.
OpenID - Class in play.libs
provides support for OpenID
OpenID() - Constructor for class play.libs.OpenID
 
OpenID.UserInfo - Class in play.libs
 
OpenID.UserInfo(String) - Constructor for class play.libs.OpenID.UserInfo
 
OpenID.UserInfo(String, Map<String, String>) - Constructor for class play.libs.OpenID.UserInfo
 
Option(T) - Static method in class play.libs.Scala
Wrap a value into a Scala Option.
option() - Method in class play.libs.WS.WSRequestHolder
Perform a OPTION on the request asynchronously.
order() - Method in class play.db.ebean.Model.Finder
Returns the order by clause so that you can append an ascending or descending property to the order by clause.
order(String) - Method in class play.db.ebean.Model.Finder
Sets the order by clause, replacing the existing order by clause if there is one.
orderBy() - Method in class play.db.ebean.Model.Finder
Returns the order by clause so that you can append an ascending or descending property to the order by clause.
orderBy(String) - Method in class play.db.ebean.Model.Finder
Set the order by clause replacing the existing order by clause if there is one.
orNull(Option<T>) - Static method in class play.libs.Scala
Wrap a Scala Option, handling None as null.

P

pageSource() - Method in class play.test.TestBrowser
The current page HTML source.
parse(Formats.DateTime, String, Locale) - Method in class play.data.format.Formats.AnnotationDateFormatter
Binds the field - constructs a concrete value from submitted data.
parse(Formats.NonEmpty, String, Locale) - Method in class play.data.format.Formats.AnnotationNonEmptyFormatter
Binds the field - constructs a concrete value from submitted data.
parse(String, Locale) - Method in class play.data.format.Formats.DateFormatter
Binds the field - constructs a concrete value from submitted data.
parse(A, String, Locale) - Method in class play.data.format.Formatters.AnnotationFormatter
Binds the field - constructs a concrete value from submitted data.
parse(String, Class<T>) - Static method in class play.data.format.Formatters
Parses this string as instance of the given class.
parse(Field, String, Class<T>) - Static method in class play.data.format.Formatters
Parses this string as instance of a specific field in the given class
parse(String, Locale) - Method in class play.data.format.Formatters.SimpleFormatter
Binds the field - constructs a concrete value from submitted data.
parse(String) - Static method in class play.libs.Json
Parse a String representing a json, and return it as a JsonNode.
parseCRONExpression(String) - Static method in class play.libs.Time
Parses a CRON expression.
parseDuration(String) - Static method in class play.libs.Time
Parses a duration.
parser(int) - Method in class play.mvc.BodyParser.AnyContent
 
parser(int) - Method in class play.mvc.BodyParser.FormUrlEncoded
 
parser(int) - Method in class play.mvc.BodyParser.Json
 
parser(int) - Method in class play.mvc.BodyParser.MultipartFormData
 
parser(int) - Method in interface play.mvc.BodyParser
 
parser(int) - Method in class play.mvc.BodyParser.Raw
 
parser(int) - Method in class play.mvc.BodyParser.Text
 
parser(int) - Method in class play.mvc.BodyParser.TolerantJson
 
parser(int) - Method in class play.mvc.BodyParser.TolerantText
 
parser(int) - Method in class play.mvc.BodyParser.TolerantXml
 
parser(int) - Method in class play.mvc.BodyParser.Xml
 
PARTIAL_CONTENT - Static variable in interface play.mvc.Http.Status
 
path() - Method in class play.Application
Retrieves the application path.
path() - Method in class play.mvc.Http.Cookie
 
path() - Method in class play.mvc.Http.RequestHeader
The URI path.
PathBindable<T> - Interface in play.mvc
Binder for URL path parameters.
pattern(String) - Static method in class play.data.validation.Constraints
Constructs a 'pattern' validator.
PAYMENT_REQUIRED - Static variable in interface play.mvc.Http.Status
 
play - package play
Provides the Play framework's publicly accessible Java API.
Play - Class in play
High-level API to access Play global features.
Play() - Constructor for class play.Play
 
play.cache - package play.cache
Provides the Cache API.
play.data - package play.data
Provides data manipulation helpers, mainly for HTTP form handling.
play.data.format - package play.data.format
Provides the formatting API used by Form classes.
play.data.validation - package play.data.validation
Provides the JSR 303 validation constraints.
play.db - package play.db
Provides the JDBC database access API.
play.db.ebean - package play.db.ebean
Provides Ebean ORM integration.
play.db.jpa - package play.db.jpa
Provides JPA ORM integration.
play.i18n - package play.i18n
Provides the i18n API.
play.libs - package play.libs
Provides various APIs that are useful for developing web applications.
play.mvc - package play.mvc
Provides the Controller/Action/Result API for handling HTTP requests.
play.test - package play.test
Contains test helpers.
plugin(Class<T>) - Method in class play.Application
Retrieve the plugin instance for the class.
Plugin - Class in play
A Play plugin.
Plugin() - Constructor for class play.Plugin
 
post(String) - Method in class play.libs.WS.WSRequestHolder
Perform a POST on the request asynchronously.
post(InputStream) - Method in class play.libs.WS.WSRequestHolder
Perform a POST on the request asynchronously.
post(File) - Method in class play.libs.WS.WSRequestHolder
Perform a POST on the request asynchronously.
POST - Static variable in class play.test.Helpers
 
PRAGMA - Static variable in interface play.mvc.Http.HeaderNames
 
PRECONDITION_FAILED - Static variable in interface play.mvc.Http.Status
 
preferred(List<Lang>) - Static method in class play.i18n.Lang
Guess the preferred lang in the langs set passed as argument.
print(Formats.DateTime, Date, Locale) - Method in class play.data.format.Formats.AnnotationDateFormatter
Unbinds this field - converts a concrete value to plain string
print(Formats.NonEmpty, String, Locale) - Method in class play.data.format.Formats.AnnotationNonEmptyFormatter
Unbinds this field - converts a concrete value to plain string
print(Date, Locale) - Method in class play.data.format.Formats.DateFormatter
Unbinds this fields - converts a concrete value to a plain string.
print(A, T, Locale) - Method in class play.data.format.Formatters.AnnotationFormatter
Unbind this field (ie.
print(T) - Static method in class play.data.format.Formatters
Computes the display string for any value.
print(Field, T) - Static method in class play.data.format.Formatters
Computes the display string for any value, for a specific field.
print(TypeDescriptor, T) - Static method in class play.data.format.Formatters
Computes the display string for any value, for a specific type.
print(T, Locale) - Method in class play.data.format.Formatters.SimpleFormatter
Unbinds this field - transforms a concrete value to plain string.
PROXY_AUTHENTICATE - Static variable in interface play.mvc.Http.HeaderNames
 
PROXY_AUTHENTICATION_REQUIRED - Static variable in interface play.mvc.Http.Status
 
PROXY_AUTHORIZATION - Static variable in interface play.mvc.Http.HeaderNames
 
put(String) - Method in class play.libs.WS.WSRequestHolder
Perform a PUT on the request asynchronously.
put(InputStream) - Method in class play.libs.WS.WSRequestHolder
Perform a PUT on the request asynchronously.
put(File) - Method in class play.libs.WS.WSRequestHolder
Perform a PUT on the request asynchronously.
put(String, String) - Method in class play.mvc.Http.Flash
Adds the given value to the flash scope.
put(String, String) - Method in class play.mvc.Http.Session
Adds the given value to the session.
PUT - Static variable in class play.test.Helpers
 
putAll(Map<? extends String, ? extends String>) - Method in class play.mvc.Http.Flash
Adds the given values to the flash scope.
putAll(Map<? extends String, ? extends String>) - Method in class play.mvc.Http.Session
Adds the given values to the session.

Q

query() - Method in class play.db.ebean.Model.Finder
Creates a query.
queryString() - Method in class play.mvc.Http.RequestHeader
The query string content.
QueryStringBindable<T> - Interface in play.mvc
Binder for query string parameters.

R

RANGE - Static variable in interface play.mvc.Http.HeaderNames
 
recover(F.Function<Throwable, A>) - Method in class play.libs.F.Promise
Wraps this promise in a promise that will handle exceptions thrown by this Promise.
redirect(String) - Static method in class play.mvc.Results
Generates a 303 SEE_OTHER simple result.
redirect(Call) - Static method in class play.mvc.Results
Generates a 303 SEE_OTHER simple result.
redirectLocation(Result) - Static method in class play.test.Helpers
Extracts the Location header of this Result value if this Result is a Redirect.
redirectURL(String, String) - Static method in class play.libs.OpenID
Retrieve the URL where the user should be redirected to start the OpenID authentication process
redirectURL(String, String, Map<String, String>) - Static method in class play.libs.OpenID
Retrieve the URL where the user should be redirected to start the OpenID authentication process
redirectURL(String, String, Map<String, String>, Map<String, String>) - Static method in class play.libs.OpenID
Retrieve the URL where the user should be redirected to start the OpenID authentication process
ref(I) - Method in class play.db.ebean.Model.Finder
Retrieves an entity reference for this ID.
REFERER - Static variable in interface play.mvc.Http.HeaderNames
 
refresh() - Method in class play.db.ebean.Model
Refreshes this entity from the database.
refresh(String) - Method in class play.db.ebean.Model
Refreshes this entity from the database, using a specific Ebean server.
register(Class<T>, Formatters.SimpleFormatter<T>) - Static method in class play.data.format.Formatters
Registers a simple formatter.
register(Class<T>, Formatters.AnnotationFormatter<A, T>) - Static method in class play.data.format.Formatters
Registers an annotation-based formatter.
reject(ValidationError) - Method in class play.data.Form
Adds an error to this form.
reject(String, String, List<Object>) - Method in class play.data.Form
Adds an error to this form.
reject(String, String) - Method in class play.data.Form
Adds an error to this form.
reject(String, List<Object>) - Method in class play.data.Form
Adds a global error to this form.
reject(String) - Method in class play.data.Form
Add a global error to this form.
remoteAddress() - Method in class play.mvc.Http.RequestHeader
The client IP address.
remove(Object) - Method in class play.mvc.Http.Flash
Removes the specified value from the flash scope.
remove(Object) - Method in class play.mvc.Http.Session
Removes the specified value from the session.
reportError(String, String, Throwable) - Method in class play.Configuration
Creates a configuration error for a specific congiguration key.
request() - Static method in class play.mvc.Controller
Returns the current HTTP request.
request() - Static method in class play.mvc.Http.Context.Implicit
Returns the current request.
request() - Method in class play.mvc.Http.Context
Returns the current request.
REQUEST_ENTITY_TOO_LARGE - Static variable in interface play.mvc.Http.Status
 
REQUEST_TIMEOUT - Static variable in interface play.mvc.Http.Status
 
REQUEST_URI_TOO_LONG - Static variable in interface play.mvc.Http.Status
 
requestData() - Method in class play.data.Form
 
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface play.mvc.Http.Status
 
required() - Static method in class play.data.validation.Constraints
Constructs a 'required' validator.
RESET_CONTENT - Static variable in interface play.mvc.Http.Status
 
resource(String) - Method in class play.Application
Retrieves a resource from the classpath.
resourceAsStream(String) - Method in class play.Application
Retrieves a resource stream from the classpath.
response() - Static method in class play.mvc.Controller
Returns the current HTTP response.
response() - Static method in class play.mvc.Http.Context.Implicit
Returns the current response.
response() - Method in class play.mvc.Http.Context
Returns the current response.
Result - Interface in play.mvc
Any action result.
Results - Class in play.mvc
Common results.
Results() - Constructor for class play.mvc.Results
 
Results.AsyncResult - Class in play.mvc
An asynchronous result.
Results.AsyncResult(F.Promise<Result>) - Constructor for class play.mvc.Results.AsyncResult
 
Results.ByteChunks - Class in play.mvc
Chunked result based on byte[] chunks.
Results.ByteChunks() - Constructor for class play.mvc.Results.ByteChunks
 
Results.Chunks<A> - Class in play.mvc
A Chunked result.
Results.Chunks(Writeable<A>, ContentTypeOf<A>) - Constructor for class play.mvc.Results.Chunks
 
Results.Chunks.Out<A> - Class in play.mvc
A Chunked stream.
Results.Chunks.Out(PushEnumerator<A>, List<F.Callback0>) - Constructor for class play.mvc.Results.Chunks.Out
 
Results.Redirect - Class in play.mvc
A redirect result.
Results.Redirect(int, String) - Constructor for class play.mvc.Results.Redirect
 
Results.Status - Class in play.mvc
A simple result.
Results.Status(Results.Status) - Constructor for class play.mvc.Results.Status
 
Results.Status(Results.Status, String, Codec) - Constructor for class play.mvc.Results.Status
 
Results.Status(Results.Status, JsonNode, Codec) - Constructor for class play.mvc.Results.Status
 
Results.Status(Results.Status, Content, Codec) - Constructor for class play.mvc.Results.Status
 
Results.Status(Results.Status, Results.Chunks<A>) - Constructor for class play.mvc.Results.Status
 
Results.Status(Results.Status, byte[]) - Constructor for class play.mvc.Results.Status
 
Results.Status(Results.Status, InputStream, int) - Constructor for class play.mvc.Results.Status
 
Results.Status(Results.Status, File, int) - Constructor for class play.mvc.Results.Status
 
Results.StringChunks - Class in play.mvc
Chunked result based on String chunks.
Results.StringChunks() - Constructor for class play.mvc.Results.StringChunks
 
Results.StringChunks(String) - Constructor for class play.mvc.Results.StringChunks
 
Results.StringChunks(Codec) - Constructor for class play.mvc.Results.StringChunks
 
Results.Todo - Class in play.mvc
A 501 NOT_IMPLEMENTED simple result.
Results.Todo() - Constructor for class play.mvc.Results.Todo
 
RETRY_AFTER - Static variable in interface play.mvc.Http.HeaderNames
 
right - Variable in class play.libs.F.Either
The right value.
Right(B) - Static method in class play.libs.F.Either
Constructs a right side of the disjoint union, as opposed to the Left side.
root() - Static method in class play.Configuration
The root configuration.
routeAndCall(FakeRequest) - Static method in class play.test.Helpers
Use the Router to determine the Action to call for this request and executes it.
routeAndCall(Class<? extends Router.Routes>, FakeRequest) - Static method in class play.test.Helpers
Use the Router to determine the Action to call for this request and executes it.
Routes - Class in play
Helper utilities related to `Router`.
Routes() - Constructor for class play.Routes
 
running(FakeApplication, Runnable) - Static method in class play.test.Helpers
Executes a block of code in a running application.
running(TestServer, Runnable) - Static method in class play.test.Helpers
Executes a block of code in a running server.
running(TestServer, Class<? extends WebDriver>, F.Callback<TestBrowser>) - Static method in class play.test.Helpers
Executes a block of code in a running server, with a test browser.

S

save() - Method in class play.db.ebean.Model
Saves (inserts) this entity.
save(String) - Method in class play.db.ebean.Model
Saves (inserts) this entity.
saveManyToManyAssociations(String) - Method in class play.db.ebean.Model
Persist a many-to-many association.
saveManyToManyAssociations(String, String) - Method in class play.db.ebean.Model
Persist a many-to-many association.
Scala - Class in play.libs
Class that contains useful java <-> scala conversion helpers.
Scala() - Constructor for class play.libs.Scala
 
SECOND - Static variable in class play.libs.Time.CronExpression
 
seconds - Variable in class play.libs.Time.CronExpression
 
secure() - Method in class play.mvc.Http.Cookie
 
Security - Class in play.mvc
Defines several security helpers.
Security() - Constructor for class play.mvc.Security
 
Security.Authenticated - Annotation Type in play.mvc
Wraps the annotated action in an AuthenticatedAction.
Security.AuthenticatedAction - Class in play.mvc
Wraps another action, allowing only authenticated HTTP requests.
Security.AuthenticatedAction() - Constructor for class play.mvc.Security.AuthenticatedAction
 
Security.Authenticator - Class in play.mvc
Handles authentication.
Security.Authenticator() - Constructor for class play.mvc.Security.Authenticator
 
SEE_OTHER - Static variable in interface play.mvc.Http.Status
 
seeOther(String) - Static method in class play.mvc.Results
Generates a 303 SEE_OTHER simple result.
seeOther(Call) - Static method in class play.mvc.Results
Generates a 303 SEE_OTHER simple result.
select(String) - Method in class play.db.ebean.Model.Finder
Explicitly sets a comma delimited list of the properties to fetch on the 'main' entity bean, to load a partial object.
selectNode(String, Object, Map<String, String>) - Static method in class play.libs.XPath
 
selectNode(String, Object) - Static method in class play.libs.XPath
 
selectNodes(String, Object, Map<String, String>) - Static method in class play.libs.XPath
Select all nodes that are selected by this XPath expression.
selectNodes(String, Object) - Static method in class play.libs.XPath
Select all nodes that are selected by this XPath expression.
selectText(String, Object, Map<String, String>) - Static method in class play.libs.XPath
Return the text of a node, or the value of an attribute
selectText(String, Object) - Static method in class play.libs.XPath
Return the text of a node, or the value of an attribute
sendMessage(String) - Method in class play.libs.Comet
Send a message on this socket (will be received as String in the Javascript callback method).
sendMessage(JsonNode) - Method in class play.libs.Comet
Send a Json message on this socket (will be received as Json in the Javascript callback method).
SERVER - Static variable in interface play.mvc.Http.HeaderNames
 
SERVICE_UNAVAILABLE - Static variable in interface play.mvc.Http.Status
 
session() - Static method in class play.mvc.Controller
Returns the current HTTP session.
session(String, String) - Static method in class play.mvc.Controller
Puts a new value into the current session.
session(String) - Static method in class play.mvc.Controller
Returns a vlue from the session.
session() - Static method in class play.mvc.Http.Context.Implicit
Returns the current session.
session() - Method in class play.mvc.Http.Context
Returns the current session.
session(Result) - Static method in class play.test.Helpers
Extracts the Session of this Result value.
set(String, Object, int) - Static method in class play.cache.Cache
Sets a value with expiration.
set(String, Object) - Static method in class play.cache.Cache
Sets a value without expiration.
SET_COOKIE - Static variable in interface play.mvc.Http.HeaderNames
 
SET_COOKIE2 - Static variable in interface play.mvc.Http.HeaderNames
 
setAuth(String, String, Realm.AuthScheme) - Method in class play.libs.WS.WSRequestHolder
Sets the authentication header for the current request.
setAutofetch(boolean) - Method in class play.db.ebean.Model.Finder
Explicitly specifies whether to use 'Autofetch' for this query.
setBackgroundFetchAfter(int) - Method in class play.db.ebean.Model.Finder
Sets the rows after which fetching should continue in a background thread.
setBufferFetchSizeHint(int) - Method in class play.db.ebean.Model.Finder
Sets a hint, which for JDBC translates to Statement.fetchSize().
setCalendarHour(Calendar, int) - Method in class play.libs.Time.CronExpression
Advance the calendar to the particular hour paying particular attention to daylight saving problems.
setContentType(String) - Method in class play.mvc.Http.Response
Sets the content-type of the response.
setCookie(String, String) - Method in class play.mvc.Http.Response
Set a new transient cookie with path “/”
For example:
setCookie(String, String, int) - Method in class play.mvc.Http.Response
Set a new cookie with path “/”
setCookie(String, String, int, String) - Method in class play.mvc.Http.Response
Set a new cookie
setCookie(String, String, int, String, String) - Method in class play.mvc.Http.Response
Set a new cookie
setCookie(String, String, int, String, String, boolean, boolean) - Method in class play.mvc.Http.Response
Set a new cookie
setData(Map) - Method in class play.data.DynamicForm.Dynamic
Sets the new data.
setDistinct(boolean) - Method in class play.db.ebean.Model.Finder
Sets whether this query uses DISTINCT.
setFirstRow(int) - Method in class play.db.ebean.Model.Finder
Sets the first row to return for this query.
setHeader(String, String) - Method in class play.libs.WS.WSRequestHolder
Sets a header with the given name, this can be called repeatedly
setHeader(String, String) - Method in class play.mvc.Http.Response
Adds a new header to the response.
setId(Object) - Method in class play.db.ebean.Model.Finder
Sets the ID value to query.
setListener(QueryListener<T>) - Method in class play.db.ebean.Model.Finder
Sets a listener to process the query on a row-by-row basis.
setLoadBeanCache(boolean) - Method in class play.db.ebean.Model.Finder
When set to true, all the beans from this query are loaded into the bean cache.
setMapKey(String) - Method in class play.db.ebean.Model.Finder
Sets the property to use as keys for a map.
setMaxRows(int) - Method in class play.db.ebean.Model.Finder
Sets the maximum number of rows to return in the query.
setOrder(OrderBy<T>) - Method in class play.db.ebean.Model.Finder
Replaces any existing order by clause using an OrderBy object.
setOrderBy(OrderBy<T>) - Method in class play.db.ebean.Model.Finder
Set an OrderBy object to replace any existing order by clause.
setParameter(int, Object) - Method in class play.db.ebean.Model.Finder
Sets an ordered bind parameter according to its position.
setParameter(String, Object) - Method in class play.db.ebean.Model.Finder
Sets a named bind parameter.
setQuery(String) - Method in class play.db.ebean.Model.Finder
Deprecated.
setQueryParameter(String, String) - Method in class play.libs.WS.WSRequestHolder
Sets a query parameter with the given name,this can be called repeatedly
setRawSql(RawSql) - Method in class play.db.ebean.Model.Finder
Sets RawSql to use for this query.
setReadOnly(boolean) - Method in class play.db.ebean.Model.Finder
Sets whether the returned beans will be read-only.
setTimeout(int) - Method in class play.db.ebean.Model.Finder
Sets a timeout on this query.
setTimeZone(TimeZone) - Method in class play.libs.Time.CronExpression
Sets the time zone for which this CronExpression will be resolved.
setUseCache(boolean) - Method in class play.db.ebean.Model.Finder
Sets whether to use the bean cache.
setUseIndex(Query.UseIndex) - Method in class play.db.ebean.Model.Finder
 
setUseQueryCache(boolean) - Method in class play.db.ebean.Model.Finder
Sets whether to use the query cache.
setUsername(String) - Method in class play.mvc.Http.Request
Defines the user name for this request.
setVanillaMode(boolean) - Method in class play.db.ebean.Model.Finder
Sets whether to use 'vanilla mode', in which the returned beans and collections will be plain classes rather than Ebean-generated dynamic subclasses etc.
size() - Method in class play.mvc.Http.RawBuffer
Buffer size.
skipWhiteSpace(int, String) - Method in class play.libs.Time.CronExpression
 
Some(T) - Static method in class play.libs.F.Option
Construct a Some value.
Some(A) - Static method in class play.libs.F
Construct a Some value.
start(FakeApplication) - Static method in class play.test.Helpers
Starts a new application.
start(TestServer) - Static method in class play.test.Helpers
Starts a Test server.
status(int) - Static method in class play.mvc.Results
Generates a simple result.
status(int, Content) - Static method in class play.mvc.Results
Generates a simple result.
status(int, Content, String) - Static method in class play.mvc.Results
Generates a simple result.
status(int, String) - Static method in class play.mvc.Results
Generates a simple result.
status(int, String, String) - Static method in class play.mvc.Results
Generates a simple result.
status(int, JsonNode) - Static method in class play.mvc.Results
Generates a simple result.
status(int, JsonNode, String) - Static method in class play.mvc.Results
Generates a simple result.
status(int, byte[]) - Static method in class play.mvc.Results
Generates a simple result.
status(int, InputStream) - Static method in class play.mvc.Results
Generates a chunked result.
status(int, InputStream, int) - Static method in class play.mvc.Results
Generates a chunked result.
status(int, File) - Static method in class play.mvc.Results
Generates a chunked result.
status(int, File, int) - Static method in class play.mvc.Results
Generates a simple result.
status(int, Results.Chunks<?>) - Static method in class play.mvc.Results
Generates a chunked result.
status(Result) - Static method in class play.test.Helpers
Extracts the Status code of this Result value.
stop(FakeApplication) - Static method in class play.test.Helpers
Stops an application.
stop(TestServer) - Static method in class play.test.Helpers
Stops a Test server.
storeExpressionVals(int, String, int) - Method in class play.libs.Time.CronExpression
 
stringify(JsonNode) - Static method in class play.libs.Json
Convert a JsonNode to its string representation.
sub(String) - Method in class play.data.Form.Field
Get a sub-field, with a key relative to the current field.
SWITCHING_PROTOCOLS - Static variable in interface play.mvc.Http.Status
 
system() - Static method in class play.libs.Akka
Retrieve the application Akka Actor system.

T

TE - Static variable in interface play.mvc.Http.HeaderNames
 
TEMPORARY_REDIRECT - Static variable in interface play.mvc.Http.Status
 
temporaryRedirect(String) - Static method in class play.mvc.Results
Generates a 307 TEMPORARY_REDIRECT simple result.
temporaryRedirect(Call) - Static method in class play.mvc.Results
Generates a 307 TEMPORARY_REDIRECT simple result.
testBrowser() - Static method in class play.test.Helpers
Creates a Test Browser.
testBrowser(Class<? extends WebDriver>) - Static method in class play.test.Helpers
Creates a Test Browser.
testBrowser(WebDriver) - Static method in class play.test.Helpers
Creates a Test Browser.
TestBrowser - Class in play.test
A test browser (Using Selenium WebDriver) with the FluentLenium API (https://github.com/Fluentlenium/FluentLenium).
TestBrowser(Class<? extends WebDriver>) - Constructor for class play.test.TestBrowser
A test browser (Using Selenium WebDriver) with the FluentLenium API (https://github.com/Fluentlenium/FluentLenium).
TestBrowser(WebDriver) - Constructor for class play.test.TestBrowser
A test browser (Using Selenium WebDriver) with the FluentLenium API (https://github.com/Fluentlenium/FluentLenium).
testServer(int) - Static method in class play.test.Helpers
Creates a new Test server.
testServer(int, FakeApplication) - Static method in class play.test.Helpers
Creates a new Test server.
TestServer - Class in play.test
A test Netty web server.
TestServer(int, FakeApplication) - Constructor for class play.test.TestServer
A test Netty web server.
Time - Class in play.libs
Time utilities.
Time() - Constructor for class play.libs.Time
 
Time.CronExpression - Class in play.libs
Thanks to Quartz project, https://quartz.dev.java.net
Time.CronExpression(String) - Constructor for class play.libs.Time.CronExpression
Constructs a new CronExpression based on the specified parameter.
timeout(Callable<T>, Long, TimeUnit) - Static method in class play.libs.Akka
Returns a Promise which is redeemed after a period of time.
title() - Method in class play.test.TestBrowser
The current page URL.
TODO - Static variable in class play.mvc.Results
Generates a 501 NOT_IMPLEMENTED simple result.
toJson(Object) - Static method in class play.libs.Json
Convert an object to JsonNode.
toLocale() - Method in class play.i18n.Lang
Convert to a Java Locale value.
toSeq(List<T>) - Static method in class play.libs.Scala
Converts a Java List to Scala Seq.
toSeq(T[]) - Static method in class play.libs.Scala
Converts a Java Array to Scala Seq.
toString() - Method in class play.data.DynamicForm.Dynamic
 
toString() - Method in class play.data.Form.Field
 
toString() - Method in class play.data.Form
 
toString() - Method in class play.data.validation.ValidationError
 
toString() - Method in class play.libs.F.Either
 
toString() - Method in class play.libs.F.None
 
toString() - Method in class play.libs.F.Some
 
toString() - Method in class play.libs.F.Tuple
 
toString() - Method in class play.libs.F.Tuple3
 
toString() - Method in class play.libs.F.Tuple4
 
toString() - Method in class play.libs.F.Tuple5
 
toString() - Method in class play.libs.Time.CronExpression
Returns the string representation of the CronExpression
toString() - Method in class play.mvc.Results.Status
 
trace(String) - Method in class play.Logger.ALogger
Logs a message with the TRACE level.
trace(String, Throwable) - Method in class play.Logger.ALogger
Logs a message with the TRACE level, with the given error.
trace(String) - Static method in class play.Logger
Log a message with the TRACE level.
trace(String, Throwable) - Static method in class play.Logger
Log a message with the TRACE level.
TRAILER - Static variable in interface play.mvc.Http.HeaderNames
 
Transactional - Annotation Type in play.db.ebean
Wraps the annotated action in an Ebean transaction.
Transactional - Annotation Type in play.db.jpa
Wraps the annotated action in an JPA transaction.
TransactionalAction - Class in play.db.ebean
Wraps an action in an Ebean transaction.
TransactionalAction() - Constructor for class play.db.ebean.TransactionalAction
 
TransactionalAction - Class in play.db.jpa
Wraps an action in am JPA transaction.
TransactionalAction() - Constructor for class play.db.jpa.TransactionalAction
 
TRANSFER_ENCODING - Static variable in interface play.mvc.Http.HeaderNames
 
Tuple(A, B) - Static method in class play.libs.F
Constructs a tuple of A,B
Tuple(A, B) - Static method in class play.libs.Scala
Create a Scala Tuple2.
Tuple3(A, B, C) - Static method in class play.libs.F
Constructs a tuple of A,B,C
Tuple4(A, B, C, D) - Static method in class play.libs.F
Constructs a tuple of A,B,C,D
Tuple5(A, B, C, D, E) - Static method in class play.libs.F
Constructs a tuple of A,B,C,D,E

U

UNAUTHORIZED - Static variable in interface play.mvc.Http.Status
 
unauthorized() - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED simple result.
unauthorized(Content) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED simple result.
unauthorized(Content, String) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED simple result.
unauthorized(String) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED simple result.
unauthorized(String, String) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED simple result.
unauthorized(JsonNode) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED simple result.
unauthorized(JsonNode, String) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED simple result.
unauthorized(byte[]) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED simple result.
unauthorized(InputStream) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED chunked result.
unauthorized(InputStream, int) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED chunked result.
unauthorized(File) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED chunked result.
unauthorized(File, int) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED simple result.
unauthorized(Results.Chunks<?>) - Static method in class play.mvc.Results
Generates a 401 UNAUTHORIZED chunked result.
unbind(String) - Method in interface play.mvc.PathBindable
Unbind a URL path parameter.
unbind(String) - Method in interface play.mvc.QueryStringBindable
Unbind a query string parameter.
underlyingLang - Variable in class play.i18n.Lang
 
unique() - Method in class play.mvc.Call
Append a unique identifier to the URL.
UNSUPPORTED_MEDIA_TYPE - Static variable in interface play.mvc.Http.Status
 
update() - Method in class play.db.ebean.Model
Updates this entity.
update(String) - Method in class play.db.ebean.Model
Updates this entity, using a specific Ebean server.
update(Object) - Method in class play.db.ebean.Model
Updates this entity, by specifying the entity ID.
update(Object, String) - Method in class play.db.ebean.Model
Updates this entity, by specifying the entity ID, using a specific Ebean server.
UPGRADE - Static variable in interface play.mvc.Http.HeaderNames
 
uri() - Method in class play.mvc.Http.RequestHeader
The complete request URI, containing both path and query string.
url(String) - Static method in class play.libs.WS
Prepare a new request.
url() - Method in class play.mvc.Call
The request URL.
url() - Method in class play.test.TestBrowser
/** The current page URL.
USE_PROXY - Static variable in interface play.mvc.Http.Status
 
USER_AGENT - Static variable in interface play.mvc.Http.HeaderNames
 
username() - Method in class play.mvc.Http.Request
The user name for this request, if defined.

V

Validation - Class in play.data.validation
Validation helpers.
Validation() - Constructor for class play.data.validation.Validation
 
ValidationError - Class in play.data.validation
A form validation error.
ValidationError(String, String, List<Object>) - Constructor for class play.data.validation.ValidationError
Constructs a new ValidationError.
value() - Method in class play.data.Form.Field
Returns the field value, if defined.
value() - Method in class play.data.Form
Retrieves the actual form value.
value() - Method in class play.mvc.Http.Cookie
 
valueOr(String) - Method in class play.data.Form.Field
 
varargs(T...) - Static method in class play.libs.Scala
Converts a Java varargs to Scala Seq.
VARY - Static variable in interface play.mvc.Http.HeaderNames
 
verifiedId() - Static method in class play.libs.OpenID
Check the identity of the user from the current request, that should be the callback from the OpenID server
VIA - Static variable in interface play.mvc.Http.HeaderNames
 

W

waitAll(F.Promise<A>...) - Static method in class play.libs.F.Promise
Combine the given promises into a single promise for the list of results.
waitAll(Iterable<F.Promise<A>>) - Static method in class play.libs.F.Promise
Combine the given promises into a single promise for the list of results.
warn(String) - Method in class play.Logger.ALogger
Log a message with the WARN level.
warn(String, Throwable) - Method in class play.Logger.ALogger
Log a message with the WARN level, with the given error.
warn(String) - Static method in class play.Logger
Log a message with the WARN level.
warn(String, Throwable) - Static method in class play.Logger
Log a message with the WARN level.
WARNING - Static variable in interface play.mvc.Http.HeaderNames
 
WebSocket<A> - Class in play.mvc
A WebSocket result.
WebSocket() - Constructor for class play.mvc.WebSocket
 
WebSocket.In<A> - Class in play.mvc
A WebSocket in.
WebSocket.In() - Constructor for class play.mvc.WebSocket.In
 
WebSocket.Out<A> - Interface in play.mvc
A WebSocket out.
webSocketURL(Http.Request) - Method in class play.mvc.Call
Transform this call to an WebSocket URL.
webSocketURL(Http.Request, boolean) - Method in class play.mvc.Call
Transform this call to an WebSocket URL.
where() - Method in class play.db.ebean.Model.Finder
Adds expressions to the where clause with the ability to chain on the ExpressionList.
where(Expression) - Method in class play.db.ebean.Model.Finder
Adds a single Expression to the where clause and returns the query.
where(String) - Method in class play.db.ebean.Model.Finder
Adds additional clauses to the where clause.
With - Annotation Type in play.mvc
Decorates an Action or a Controller with another Action.
withCookies(Http.Cookie...) - Method in class play.test.FakeRequest
Add cookies to this request
withFlash(String, String) - Method in class play.test.FakeRequest
Add addtional session to this request.
withFormUrlEncodedBody(Map<String, String>) - Method in class play.test.FakeRequest
Set a Form url encoded body to this request.
withHeader(String, String) - Method in class play.test.FakeRequest
Add addtional headers to this request.
withJsonBody(JsonNode) - Method in class play.test.FakeRequest
Set a Json Body to this request.
withJsonBody(JsonNode, String) - Method in class play.test.FakeRequest
Set a Json Body to this request.
withSession(String, String) - Method in class play.test.FakeRequest
Add addtional session to this request.
withTransaction(F.Function0<T>) - Static method in class play.db.jpa.JPA
Run a block of code in a JPA transaction.
withTransaction(F.Callback0) - Static method in class play.db.jpa.JPA
Run a block of code in a JPA transaction.
withTransaction(String, boolean, F.Function0<T>) - Static method in class play.db.jpa.JPA
Run a block of code in a JPA transaction.
write(A) - Method in class play.mvc.Results.Chunks.Out
Write a Chunk.
write(A) - Method in interface play.mvc.WebSocket.Out
Writes a frame.
WS - Class in play.libs
Asynchronous API to to query web services, as an http client.
WS() - Constructor for class play.libs.WS
 
WS.Response - Class in play.libs
A WS response.
WS.Response(Response) - Constructor for class play.libs.WS.Response
 
WS.WSRequest - Class in play.libs
Provides the bridge between Play and the underlying ning request
WS.WSRequest(String) - Constructor for class play.libs.WS.WSRequest
 
WS.WSRequestHolder - Class in play.libs
provides the User facing API for building WS request.
WS.WSRequestHolder(String) - Constructor for class play.libs.WS.WSRequestHolder
 
WWW_AUTHENTICATE - Static variable in interface play.mvc.Http.HeaderNames
 

X

XML - Class in play.libs
XML utilities.
XML() - Constructor for class play.libs.XML
 
XPath - Class in play.libs
XPath for parsing
XPath() - Constructor for class play.libs.XPath
 

Y

Yaml - Class in play.libs
Yaml utilities.
Yaml() - Constructor for class play.libs.Yaml
 
YEAR - Static variable in class play.libs.Time.CronExpression
 
years - Variable in class play.libs.Time.CronExpression
 

_

_1 - Variable in class play.libs.F.Tuple
 
_1 - Variable in class play.libs.F.Tuple3
 
_1 - Variable in class play.libs.F.Tuple4
 
_1 - Variable in class play.libs.F.Tuple5
 
_2 - Variable in class play.libs.F.Tuple
 
_2 - Variable in class play.libs.F.Tuple3
 
_2 - Variable in class play.libs.F.Tuple4
 
_2 - Variable in class play.libs.F.Tuple5
 
_3 - Variable in class play.libs.F.Tuple3
 
_3 - Variable in class play.libs.F.Tuple4
 
_3 - Variable in class play.libs.F.Tuple5
 
_4 - Variable in class play.libs.F.Tuple4
 
_4 - Variable in class play.libs.F.Tuple5
 
_5 - Variable in class play.libs.F.Tuple5
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y _