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 Z _

A

absolute() - Method in class play.mvc.Router.ActionDefinition
 
accept(Resource) - Method in class play.deps.YamlParser
 
ACCEPTED - Static variable in class play.mvc.Http.StatusCode
 
acceptLanguage() - Method in class play.mvc.Http.Request
Return the languages requested by the browser, ordered by preference (preferred first).
acceptsURL(String) - Method in class play.db.DBPlugin.ProxyDriver
 
accessControl(String) - Method in class play.mvc.Http.Response
Add headers to allow cross-domain requests.
accessControl(String, boolean) - Method in class play.mvc.Http.Response
Add headers to allow cross-domain requests.
accessControl(String, String, boolean) - Method in class play.mvc.Http.Response
Add headers to allow cross-domain requests.
accessToken - Variable in class play.libs.OAuth2.Response
 
accessTokenURL - Variable in class play.libs.OAuth.ServiceInfo
 
accessTokenURL - Variable in class play.libs.OAuth2
 
action - Variable in class play.mvc.Http.Request
Full action (ex: Application.index)
action - Variable in class play.mvc.Router.ActionDefinition
 
action - Variable in class play.mvc.Router.Route
 
Action<T> - Interface in play.utils
 
ActionInvoker - Class in play.mvc
Invoke an action after an HTTP request.
ActionInvoker() - Constructor for class play.mvc.ActionInvoker
 
actionMethod - Variable in class play.mvc.Http.Request
Action method name
ActionNotFoundException - Exception in play.exceptions
Missing action
ActionNotFoundException(String, Throwable) - Constructor for exception play.exceptions.ActionNotFoundException
 
add(String, Object, String) - Static method in class play.cache.Cache
Add an element only if it doesn't exist.
add(String, Object) - Static method in class play.cache.Cache
Add an element only if it doesn't exist and store it indefinitely.
add(String, Object, int) - Method in interface play.cache.CacheImpl
 
add(String, Object, int) - Method in class play.cache.EhCacheImpl
 
add(String, Object, int) - Method in class play.cache.MemcachedImpl
 
add(ApplicationClasses.ApplicationClass) - Method in class play.classloading.ApplicationClasses
Put a new class to the cache.
add(String...) - Method in class play.db.helper.SqlQuery.Concat
 
add(String, Object) - Method in class play.mvc.Router.ActionDefinition
 
add(String[], String) - Static method in class play.templates.JavaExtensions
 
add(TestEngine.TestResult) - Method in class play.test.TestEngine.TestResults
 
addAttachment(EmailAttachment...) - Static method in class play.mvc.Mailer
 
addBcc(Object...) - Static method in class play.mvc.Mailer
 
addCc(Object...) - Static method in class play.mvc.Mailer
 
addChild(ParamNode) - Method in class play.data.binding.ParamNode
 
addError(String, String, String...) - Static method in class play.data.validation.Validation
Add an error
addFormat(String) - Method in class play.mvc.Router.Route
 
addHeader(String, String) - Static method in class play.mvc.Mailer
 
addMimeTypes() - Method in class play.PlayPlugin
Override to provide additional mime types from your plugin.
addModule(String, File) - Static method in class play.Play
Add a play application (as plugin)
addNoise() - Method in class play.libs.Images.Captcha
Add noise to the captcha.
addNoise(String) - Method in class play.libs.Images.Captcha
Add noise to the captcha.
addParam(String, String, String) - Static method in class play.libs.URLs
 
addParams(String) - Method in class play.mvc.Router.Route
 
addPlugin(PlayPlugin) - Method in class play.plugins.PluginCollection
Adds one plugin and enables it
addQueryString(AsyncHttpClient.BoundRequestBuilder) - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Adds the queryString-part of the url to the BoundRequestBuilder
addRecipient(Object...) - Static method in class play.mvc.Mailer
 
addRef(String) - Method in class play.mvc.Router.ActionDefinition
 
addRoute(int, String, String, String, String, String) - Static method in class play.mvc.Router
Add a route at the given position
addRoute(int, String, String, String) - Static method in class play.mvc.Router
Add a route at the given position
addRoute(int, String, String, String, String) - Static method in class play.mvc.Router
Add a route at the given position
addRoute(String, String, String) - Static method in class play.mvc.Router
Add a new route.
addRoute(String, String, String, String) - Static method in class play.mvc.Router
Add a route at the given position
addRoute(String, String, String, String, String) - Static method in class play.mvc.Router
Add a route
addSlashes(Object) - Static method in class play.templates.JavaExtensions
 
addTemplateExtensions() - Method in class play.PlayPlugin
 
addTemplateExtensions() - Method in class play.plugins.PluginCollection
 
addToResponse(Http.Response, HttpResponse) - Static method in class play.server.PlayHandler
 
addToSet(int, int, int, int) - Method in class play.libs.Time.CronExpression
 
addVariable(String, Object) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
addVariable(String, boolean) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
addVariable(String, char) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
addVariable(String, byte) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
addVariable(String, double) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
addVariable(String, float) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
addVariable(String, int) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
addVariable(String, long) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
addVariable(String, short) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
adjustPipelineToHixie(ChannelHandlerContext) - Method in class play.server.PlayHandler
 
adjustPipelineToHybi(ChannelHandlerContext) - Method in class play.server.PlayHandler
 
after() - Method in class play.Invoker.Invocation
Things to do after an Invocation.
After - Annotation Type in play.mvc
Mark this method as @After interceptor
afterActionInvocation() - Method in class play.PlayPlugin
Called at the end of the action invocation.
afterActionInvocation() - Method in class play.plugins.PluginCollection
 
afterApplicationStart() - Method in class play.jobs.JobsPlugin
 
afterApplicationStart() - Method in class play.PlayPlugin
Called after the application start.
afterApplicationStart() - Method in class play.plugins.PluginCollection
 
afterFixtureLoad() - Method in class play.db.jpa.JPAPlugin
 
afterFixtureLoad() - Method in class play.PlayPlugin
 
afterFixtureLoad() - Method in class play.plugins.PluginCollection
 
afterInvocation() - Method in class play.db.jpa.JPAPlugin
 
afterInvocation() - Method in class play.PlayPlugin
Called after an invocation.
afterInvocation() - Method in class play.plugins.PluginCollection
 
all() - Method in class play.classloading.ApplicationClasses
All loaded classes.
all() - Static method in class play.db.jpa.GenericModel
Prepare a query to find *all* entities.
all(String) - Method in class play.db.jpa.JPQL
 
all(String) - Static method in class play.i18n.Messages
return all messages for a locale
all() - Method in class play.mvc.Scope.Params
 
all() - Method in class play.mvc.Scope.Session
 
ALL_SPEC - Static variable in class play.libs.Time.CronExpression
 
ALL_SPEC_INT - Static variable in class play.libs.Time.CronExpression
 
allFunctionalTests() - Static method in class play.test.TestEngine
 
allPlugins - Variable in class play.plugins.PluginCollection
List that holds all loaded plugins, enabled or disabled
allPlugins_readOnlyCopy - Variable in class play.plugins.PluginCollection
Readonly copy of allPlugins - updated each time allPlugins is updated.
allSeleniumTests() - Static method in class play.test.TestEngine
 
allSimple() - Method in class play.mvc.Scope.Params
 
allUnitTests() - Static method in class play.test.TestEngine
 
and(F.Matcher<R, NR>) - Method in class play.libs.F.Matcher
 
andWhere(String...) - Method in class play.db.helper.SqlSelect
 
andWhere(SqlSelect.Where...) - Method in class play.db.helper.SqlSelect
 
andWhere(String...) - Method in class play.db.helper.SqlSelect.Where
 
annotation - Variable in class play.data.validation.Validation.Validator
 
AnnotationHelper - Class in play.data.binding
 
AnnotationHelper() - Constructor for class play.data.binding.AnnotationHelper
 
ANSIConsoleAppender - Class in play.utils
Colour-coded console appender for Log4J.
ANSIConsoleAppender() - Constructor for class play.utils.ANSIConsoleAppender
 
ApacheMultipartParser - Class in play.data.parsing
From Apache commons fileupload.
ApacheMultipartParser() - Constructor for class play.data.parsing.ApacheMultipartParser
 
ApacheMultipartParser.AutoFileItem - Class in play.data.parsing
 
ApacheMultipartParser.AutoFileItem(FileItemStream) - Constructor for class play.data.parsing.ApacheMultipartParser.AutoFileItem
 
ApacheMultipartParser.SizeException - Exception in play.data.parsing
This exception is thrown, if a requests permitted size is exceeded.
ApacheMultipartParser.SizeException(String, long, long) - Constructor for exception play.data.parsing.ApacheMultipartParser.SizeException
Creates a new instance.
append(Object) - Method in class play.db.helper.SqlQuery.Concat
 
appendRoute(String, String, String, String, String, String, int) - Static method in class play.mvc.Router
This is used internally when reading the route file.
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class play.test.FunctionalTest
 
ApplicationClasses - Class in play.classloading
Application classes container.
ApplicationClasses() - Constructor for class play.classloading.ApplicationClasses
 
ApplicationClasses.ApplicationClass - Class in play.classloading
Represent a application class
ApplicationClasses.ApplicationClass() - Constructor for class play.classloading.ApplicationClasses.ApplicationClass
 
ApplicationClasses.ApplicationClass(String) - Constructor for class play.classloading.ApplicationClasses.ApplicationClass
 
ApplicationClassloader - Class in play.classloading
The application classLoader.
ApplicationClassloader() - Constructor for class play.classloading.ApplicationClassloader
 
ApplicationClassloaderState - Class in play.classloading
Each unique instance of this class represent a State of the ApplicationClassloader.
ApplicationClassloaderState() - Constructor for class play.classloading.ApplicationClassloaderState
 
ApplicationCompiler - Class in play.classloading
Java compiler (uses eclipse JDT)
ApplicationCompiler(ApplicationClasses) - Constructor for class play.classloading.ApplicationCompiler
Try to guess the magic configuration options
applicationPath - Static variable in class play.Play
The application root
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.BadRequest
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.Error
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.Forbidden
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.NoResult
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.NotFound
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.NotModified
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.Ok
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.Redirect
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.RedirectToStatic
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.RenderBinary
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.RenderHtml
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.RenderJson
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.RenderStatic
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.RenderTemplate
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.RenderText
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.RenderXml
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.Result
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.Status
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.Unauthorized
 
apply(Http.Request, Http.Inbound, Http.Outbound) - Method in exception play.mvc.results.WebSocketDisconnect
 
apply(Http.Request, Http.Inbound, Http.Outbound) - Method in exception play.mvc.results.WebSocketResult
 
apply(Http.Request, Http.Response) - Method in exception play.mvc.results.WebSocketResult
 
applyScript(boolean) - Static method in class play.db.Evolutions
 
archive() - Method in class play.libs.F.ArchivedEventStream
 
args - Variable in class play.mvc.Http.Request
Free space to store your request specific data
args - Variable in class play.mvc.Router.ActionDefinition
 
array() - Method in class play.server.FileChannelBuffer
 
arrayequals(byte[], byte[], int) - Static method in class play.data.parsing.MultipartStream
Compares count first bytes in the arrays a and b.
arrayOffset() - Method in class play.server.FileChannelBuffer
 
As - Annotation Type in play.data.binding
 
As.DEFAULT - Class in play.data.binding
 
As.DEFAULT() - Constructor for class play.data.binding.As.DEFAULT
 
asAttr(Map, Object) - Static method in class play.templates.JavaExtensions
 
asAttr(Map) - Static method in class play.templates.JavaExtensions
 
asBytes() - Method in class play.data.FileUpload
 
asBytes() - Method in class play.data.MemoryUpload
 
asBytes() - Method in interface play.data.Upload
 
asdate(Long, String) - Static method in class play.templates.JavaExtensions
 
asdate(Long, String, String) - Static method in class play.templates.JavaExtensions
 
asdate(Long, String, String, String) - Static method in class play.templates.JavaExtensions
 
asFile() - Method in class play.data.FileUpload
 
asFile(File) - Method in class play.data.FileUpload
 
asFile(String) - Method in class play.data.FileUpload
 
asFile() - Method in class play.data.MemoryUpload
 
asFile() - Method in interface play.data.Upload
 
assemble(Serializable, Object) - Method in class play.db.jpa.Blob
 
assertCharset(String, Http.Response) - Static method in class play.test.FunctionalTest
Verify response charset encoding, as returned by the server in the Content-Type header.
assertContentEquals(String, Http.Response) - Static method in class play.test.FunctionalTest
Exact equality assertion on response body
assertContentMatch(String, Http.Response) - Static method in class play.test.FunctionalTest
Asserts response body matched a pattern or contains some text.
assertContentType(String, Http.Response) - Static method in class play.test.FunctionalTest
Verify the response content-type
assertHeaderEquals(String, String, Http.Response) - Static method in class play.test.FunctionalTest
Exact equality assertion on a response header value
assertIsNotFound(Http.Response) - Static method in class play.test.FunctionalTest
Asserts a 404 (not found) response
assertIsOk(Http.Response) - Static method in class play.test.FunctionalTest
Asserts a 2OO Success response
assertStatus(int, Http.Response) - Static method in class play.test.FunctionalTest
Asserts response status code
asStream() - Method in class play.data.FileUpload
 
asStream() - Method in class play.data.MemoryUpload
 
asStream() - Method in interface play.data.Upload
 
asXml(String) - Static method in class play.templates.JavaExtensions
 
asynchronousSend - Static variable in class play.libs.Mail
 
authenticate(String, String, WS.Scheme) - Method in class play.libs.WS.WSRequest
define client authentication for a server host provided credentials will be used during the request
authenticate(String, String) - Method in class play.libs.WS.WSRequest
define client authentication for a server host provided credentials will be used during the request the basic scheme will be used
authorizationInit() - Method in class play.mvc.Http.Request
 
authorizationURL - Variable in class play.libs.OAuth.ServiceInfo
 
authorizationURL - Variable in class play.libs.OAuth2
 
autoTxs - Static variable in class play.db.jpa.JPAPlugin
 
available() - Method in class play.data.parsing.MultipartStream.ItemInputStream
Returns the number of bytes, which are currently available, without blocking.
availableEvents(long) - Method in class play.libs.F.ArchivedEventStream
 
await(String) - Static method in class play.mvc.Controller
 
await(String, F.Action0) - Static method in class play.mvc.Controller
 
await(int) - Static method in class play.mvc.Controller
 
await(int, F.Action0) - Static method in class play.mvc.Controller
 
await(Future<T>) - Static method in class play.mvc.Controller
 
await(Future<T>, F.Action<T>) - Static method in class play.mvc.Controller
 
await(String) - Static method in class play.mvc.WebSocketController
 
await(String, F.Action0) - Static method in class play.mvc.WebSocketController
 
await(int) - Static method in class play.mvc.WebSocketController
 
await(int, F.Action0) - Static method in class play.mvc.WebSocketController
 
await(Future<T>) - Static method in class play.mvc.WebSocketController
 
await(Future<T>, F.Action<T>) - Static method in class play.mvc.WebSocketController
 

B

background - Variable in class play.libs.Images.Captcha
 
BAD_REQUEST - Static variable in class play.mvc.Http.StatusCode
 
badRequest() - Static method in class play.mvc.Controller
Send a 400 Bad request
BadRequest - Exception in play.mvc.results
400 Bad Request
BadRequest() - Constructor for exception play.mvc.results.BadRequest
 
Base64 - Class in play.server.hybi10
Encodes binary data to plain text as Base64.
Base64() - Constructor for class play.server.hybi10.Base64
 
BaseTemplate - Class in play.templates
A template
BaseTemplate(String, String) - Constructor for class play.templates.BaseTemplate
 
BaseTemplate(String) - Constructor for class play.templates.BaseTemplate
 
BaseTemplate.RawData - Class in play.templates
 
BaseTemplate.RawData(Object) - Constructor for class play.templates.BaseTemplate.RawData
 
BaseTest - Class in play.test
 
BaseTest() - Constructor for class play.test.BaseTest
 
basicAuthHeader() - Method in class play.libs.WS.WSRequest
 
BeanSource - Interface in play.inject
 
BeanWrapper - Class in play.data.binding
Parameters map to POJO binder.
BeanWrapper(Class<?>) - Constructor for class play.data.binding.BeanWrapper
 
BeanWrapper.Property - Class in play.data.binding
 
before() - Method in class play.Invoker.Invocation
Things to do before an Invocation
Before - Annotation Type in play.mvc
Mark this method as @Before interceptor
beforeActionInvocation(Method) - Method in class play.data.validation.ValidationPlugin
 
beforeActionInvocation(Method) - Method in class play.PlayPlugin
Called before an 'action' invocation, ie an HTTP request processing.
beforeActionInvocation(Method) - Method in class play.plugins.PluginCollection
 
beforeDetectingChanges() - Method in class play.PlayPlugin
 
beforeDetectingChanges() - Method in class play.plugins.PluginCollection
 
beforeInvocation() - Method in class play.data.validation.ValidationPlugin
 
beforeInvocation() - Method in class play.db.Evolutions
 
beforeInvocation() - Method in class play.db.jpa.JPAPlugin
 
beforeInvocation() - Method in class play.PlayPlugin
Called before a Play! invocation.
beforeInvocation() - Method in class play.plugins.PluginCollection
 
BinaryBinder - Class in play.data.binding.types
 
BinaryBinder() - Constructor for class play.data.binding.types.BinaryBinder
 
binaryData - Variable in class play.mvc.Http.WebSocketFrame
 
BinaryFrame - Static variable in class play.mvc.Http.WebSocketEvent
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.As.DEFAULT
 
bind(String, Type, Map<String, String[]>, String, Annotation[]) - Method in class play.data.binding.BeanWrapper
 
bind(String, Type, Map<String, String[]>, String, Object, Annotation[]) - Method in class play.data.binding.BeanWrapper
 
bind(Object, String, Map<String, String[]>) - Static method in class play.data.binding.Binder
Deprecated. 
bind(String, Class<?>, Type, Annotation[], Map<String, String[]>) - Static method in class play.data.binding.Binder
Deprecated. 
bind(RootParamNode, String, Class<?>, Type, Annotation[]) - Static method in class play.data.binding.Binder
 
bind(RootParamNode, String, Class<?>, Type, Annotation[], Binder.MethodAndParamInfo) - Static method in class play.data.binding.Binder
 
bind(String, Annotation[], String, Class, Type) - Method in interface play.data.binding.TypeBinder
Called when your parameter needs to be bound.
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.BinaryBinder
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.ByteArrayArrayBinder
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.ByteArrayBinder
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.CalendarBinder
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.DateBinder
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.DateTimeBinder
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.FileArrayBinder
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.FileBinder
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.LocaleBinder
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.UploadArrayBinder
 
bind(String, Annotation[], String, Class, Type) - Method in class play.data.binding.types.UploadBinder
 
bind(String, Object) - Method in class play.db.jpa.GenericModel.JPAQuery
Bind a JPQL named parameter to the current query.
bind(RootParamNode, String, Class, Type, Annotation[]) - Method in class play.db.jpa.JPAPlugin
 
bind(String, Class, Type, Annotation[], Map<String, String[]>) - Method in class play.PlayPlugin
Deprecated. 
bind(RootParamNode, String, Class<?>, Type, Annotation[]) - Method in class play.PlayPlugin
Called when play need to bind a Java object from HTTP params.
bind(String, Object, Map<String, String[]>) - Method in class play.PlayPlugin
Deprecated. 
bind(RootParamNode, String, Class<?>, Type, Annotation[]) - Method in class play.plugins.PluginCollection
 
bindBean(RootParamNode, String, Object) - Static method in class play.data.binding.Binder
Invokes the plugins before using the internal bindBean.
bindBean(ParamNode, Object, Annotation[]) - Static method in class play.data.binding.Binder
Does NOT invoke plugins
bindBean(RootParamNode, String, Object) - Method in class play.db.jpa.JPAPlugin
 
bindBean(RootParamNode, String, Object) - Method in class play.PlayPlugin
Called when play need to bind an existing Java object from HTTP params.
bindBean(RootParamNode, String, Object) - Method in class play.plugins.PluginCollection
 
Binder - Class in play.data.binding
The binder try to convert String values to Java objects.
Binder() - Constructor for class play.data.binding.Binder
 
Binder.MethodAndParamInfo - Class in play.data.binding
 
Binder.MethodAndParamInfo(Object, Method, int) - Constructor for class play.data.binding.Binder.MethodAndParamInfo
 
bindParameters(Query, Object...) - Method in class play.db.jpa.JPQL
 
bindParameters(Query, Map<String, Object>) - Method in class play.db.jpa.JPQL
 
Blob - Class in play.db.jpa
 
Blob() - Constructor for class play.db.jpa.Blob
 
body - Variable in class play.libs.WS.WSRequest
 
body(Object) - Method in class play.libs.WS.WSRequest
Add the given body to the request.
body - Variable in class play.mvc.Http.Request
Body stream
BOUNDARY_PREFIX - Static variable in class play.data.parsing.MultipartStream
A byte sequence that precedes a boundary (CRLF--).
build(Class<T>) - Static method in class play.db.helper.JdbcResultFactories
 
build(Class<T>, String...) - Static method in class play.db.helper.JdbcResultFactories
 
build(Class<T>, List<String>) - Static method in class play.db.helper.JdbcResultFactories
 
buildClass(Class<T>) - Static method in class play.db.helper.JdbcResultFactories
 
buildClass(Class<T>, String...) - Static method in class play.db.helper.JdbcResultFactories
 
buildClass(Class<T>, List<String>) - Static method in class play.db.helper.JdbcResultFactories
 
buildExpression(String) - Method in class play.libs.Time.CronExpression
 
buildMessage(Email) - Static method in class play.libs.Mail
 
buildPrimitive(Class<T>) - Static method in class play.db.helper.JdbcResultFactories
 
buildPrimitive(Class<T>, int) - Static method in class play.db.helper.JdbcResultFactories
 
buildPrimitive(Class<T>, String) - Static method in class play.db.helper.JdbcResultFactories
 
ByteArrayArrayBinder - Class in play.data.binding.types
Bind byte[][] form multipart/form-data request, so you can have a byte[][] in your controller.
ByteArrayArrayBinder() - Constructor for class play.data.binding.types.ByteArrayArrayBinder
 
ByteArrayBinder - Class in play.data.binding.types
Bind byte[] form multipart/form-data request.
ByteArrayBinder() - Constructor for class play.data.binding.types.ByteArrayBinder
 
BytecodeCache - Class in play.classloading
Used to speed up compilation time
BytecodeCache() - Constructor for class play.classloading.BytecodeCache
 
byteToHexString(byte[]) - Static method in class play.libs.Codec
Write a byte array as hexadecimal String.

C

Cache - Class in play.cache
The Cache.
Cache() - Constructor for class play.cache.Cache
 
cacheBytecode(byte[], String, String) - Static method in class play.classloading.BytecodeCache
Cache the bytecode
CachedBoundActionMethodArgs - Class in play.data.binding
 
CachedBoundActionMethodArgs() - Constructor for class play.data.binding.CachedBoundActionMethodArgs
 
CacheException - Exception in play.exceptions
Cache related exception
CacheException(String, Throwable) - Constructor for exception play.exceptions.CacheException
 
CacheFor - Annotation Type in play.cache
Cache an action's result.
cacheFor(String) - Method in class play.mvc.Http.Response
Add a cache-control header
cacheFor(String, String, long) - Method in class play.mvc.Http.Response
Add cache-control headers
cacheImpl - Static variable in class play.cache.Cache
The underlying cache implementation
CacheImpl - Interface in play.cache
A cache implementation.
CalendarBinder - Class in play.data.binding.types
Binder that support Calendar class.
CalendarBinder() - Constructor for class play.data.binding.types.CalendarBinder
 
call() - Method in class play.jobs.Job
 
camelCase(String) - Static method in class play.templates.JavaExtensions
 
cancel(boolean) - Method in class play.libs.F.Promise
 
cancel(boolean) - Method in class play.utils.SmartFuture
 
capacity() - Method in class play.server.FileChannelBuffer
 
capAll(Object) - Static method in class play.templates.JavaExtensions
 
capFirst(Object) - Static method in class play.templates.JavaExtensions
 
capitalizeWords(String) - Static method in class play.templates.JavaExtensions
 
captcha(int, int) - Static method in class play.libs.Images
Create a captche image
captcha() - Static method in class play.libs.Images
Create a 150x150 captcha image
Catch - Annotation Type in play.mvc
Mark this method as @Catch interceptor
change(String) - Static method in class play.i18n.Lang
Change language for next requests
channel() - Method in class play.vfs.VirtualFile
 
channelConnected(ChannelHandlerContext, ChannelStateEvent) - Method in class play.server.ssl.SslPlayHandler
 
channelDisconnected(ChannelHandlerContext, ChannelStateEvent) - Method in class play.server.PlayHandler
 
Check - Class in play.data.validation
 
Check() - Constructor for class play.data.validation.Check
 
checkAndParse() - Method in class play.mvc.Scope.Params
 
checkAuthenticity() - Static method in class play.mvc.Controller
Check that the token submitted from a form is valid.
checkClientTrusted(X509Certificate[], String) - Method in class play.utils.YesSSLSocketFactory.YesTrustManager
 
checkEmpty() - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
checkEvolutionsState() - Static method in class play.db.Evolutions
 
checkNext(int, String, int, int) - Method in class play.libs.Time.CronExpression
 
checkNext() - Method in class play.templates.TemplateParser
 
checkServerTrusted(X509Certificate[], String) - Method in class play.utils.YesSSLSocketFactory.YesTrustManager
 
CheckWith - Annotation Type in play.data.validation
 
checkWithCheck - Variable in class play.data.validation.Check
 
CheckWithCheck - Class in play.data.validation
 
CheckWithCheck() - Constructor for class play.data.validation.CheckWithCheck
 
child(String) - Method in class play.vfs.VirtualFile
 
choices - Variable in class play.db.Model.Property
 
chooseClientAlias(String[], Principal[], Socket) - Method in class play.server.ssl.SslHttpServerContextFactory.PEMKeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class play.server.ssl.SslHttpServerContextFactory.PEMKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class play.server.ssl.SslHttpServerContextFactory.PEMKeyManager
 
chunked - Variable in class play.mvc.Http.Response
 
classes - Static variable in class play.Play
All loaded application classes
classloader - Static variable in class play.Play
The application classLoader
ClassOf(Class<K>) - Static method in class play.libs.F.Matcher
 
classPool - Variable in class play.classloading.enhancers.Enhancer
 
ClassStateHashCreator - Class in play.classloading.hash
 
ClassStateHashCreator() - Constructor for class play.classloading.hash.ClassStateHashCreator
 
cleanCompiledCache() - Static method in class play.templates.TemplateLoader
Cleans the cache for all templates
cleanCompiledCache(String) - Static method in class play.templates.TemplateLoader
Cleans the specified key from the cache
clear() - Static method in class play.cache.Cache
Clear all data from cache.
clear() - Method in interface play.cache.CacheImpl
 
clear() - Method in class play.cache.EhCacheImpl
 
clear() - Method in class play.cache.MemcachedImpl
 
clear() - Method in class play.classloading.ApplicationClasses
Clear the classes cache
clear() - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
clear() - Static method in class play.data.binding.CachedBoundActionMethodArgs
 
clear() - Static method in class play.data.validation.Validation
 
clear() - Static method in class play.i18n.Lang
Clears the current language - This wil trigger resolving language from request if not manually set.
clear() - Method in class play.mvc.Scope.Flash
 
clear() - Method in class play.mvc.Scope.Session
 
clear() - Method in class play.utils.OrderSafeProperties
 
clearCookies() - Method in class play.test.FunctionalTest
 
clearJPASession() - Method in class play.test.BaseTest
Deprecated. 
clearProblems() - Method in class play.deps.HumanReadyLogger
 
clientid - Variable in class play.libs.OAuth2
 
clone() - Method in class play.libs.Time.CronExpression
 
close() - Method in class play.classloading.enhancers.Enhancer.ApplicationClassesClasspath
 
close() - Method in class play.data.parsing.MultipartStream.ItemInputStream
Closes the input stream.
close() - Static method in class play.db.DB
Close the connection opened for the current thread.
close() - Method in class play.db.helper.JdbcIterator
 
close(Iterator<?>) - Static method in class play.db.helper.JdbcIterator
 
close() - Method in class play.Logger.JuliToLog4jHandler
 
close() - Method in class play.mvc.Http.Inbound
 
close() - Method in class play.mvc.Http.Outbound
 
closeChunked(Http.Request, Http.Response, ChannelHandlerContext, HttpRequest) - Method in class play.server.PlayHandler
 
closeTx(boolean) - Static method in class play.db.jpa.JPAPlugin
clear current JPA context and transaction
code - Variable in exception play.mvc.results.Redirect
 
Codec - Class in play.libs
Codec utils
Codec() - Constructor for class play.libs.Codec
 
compareTo(Evolutions.Evolution) - Method in class play.db.Evolutions.Evolution
 
compareTo(PlayPlugin) - Method in class play.PlayPlugin
 
CompilationException - Exception in play.exceptions
A java compilation error
CompilationException(String) - Constructor for exception play.exceptions.CompilationException
 
CompilationException(VirtualFile, String, int, int, int) - Constructor for exception play.exceptions.CompilationException
 
compile() - Method in class play.classloading.ApplicationClasses.ApplicationClass
Compile the class from Java source
compile(String[]) - Method in class play.classloading.ApplicationCompiler
Please compile this className
compile() - Method in class play.templates.GroovyTemplate
 
compile(BaseTemplate) - Method in class play.templates.GroovyTemplateCompiler
 
compile() - Method in class play.templates.Template
 
compile(BaseTemplate) - Method in class play.templates.TemplateCompiler
 
compile(VirtualFile) - Method in class play.templates.TemplateCompiler
 
compileAll(List<ApplicationClasses.ApplicationClass>) - Method in class play.PlayPlugin
Deprecated. 
compileAll(List<ApplicationClasses.ApplicationClass>) - Method in class play.plugins.PluginCollection
Deprecated. 
compiled(byte[]) - Method in class play.classloading.ApplicationClasses.ApplicationClass
Call back when a class is compiled.
compiledSource - Variable in class play.templates.BaseTemplate
 
compiledTemplate - Variable in class play.templates.BaseTemplate
 
compiledTemplateName - Variable in class play.templates.BaseTemplate
 
compileSources() - Method in class play.PlayPlugin
 
compileSources() - Method in class play.plugins.PluginCollection
 
compute() - Method in class play.mvc.Router.Route
 
computeApplicationStatus(boolean) - Static method in class play.CorePlugin
Get the application status
computeMethodHash(CtClass[]) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
computeMethodHash(Class<?>[]) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
computeMethodHash(String[]) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
computePathHash(List<VirtualFile>) - Method in class play.classloading.hash.ClassStateHashCreator
 
conf - Static variable in class play.Play
The main application.conf
ConfigurablePluginDisablingPlugin - Class in play.plugins
Plugin that reads list of plugins to disable from application.conf To disable plugins, specify it like this in application.conf: plugins.disable=full-plugin-class-name plugins.disable.0=full-plugin-class-name plugins.disable.1=full-plugin-class-name plugins.disable.whatever=full-plugin-class-name
ConfigurablePluginDisablingPlugin() - Constructor for class play.plugins.ConfigurablePluginDisablingPlugin
 
configuration - Static variable in class play.Play
The app configuration (already resolved from the framework id)
ConfigurationException - Exception in play.exceptions
Error in application.conf
ConfigurationException(String) - Constructor for exception play.exceptions.ConfigurationException
 
configure(CheckWith) - Method in class play.data.validation.CheckWithCheck
 
configure(Email) - Method in class play.data.validation.EmailCheck
 
configure(Equals) - Method in class play.data.validation.EqualsCheck
 
configure(InFuture) - Method in class play.data.validation.InFutureCheck
 
configure(InPast) - Method in class play.data.validation.InPastCheck
 
configure(IPv4Address) - Method in class play.data.validation.IPv4AddressCheck
 
configure(IPv6Address) - Method in class play.data.validation.IPv6AddressCheck
 
configure(IsTrue) - Method in class play.data.validation.IsTrueCheck
 
configure(Match) - Method in class play.data.validation.MatchCheck
 
configure(Max) - Method in class play.data.validation.MaxCheck
 
configure(MaxSize) - Method in class play.data.validation.MaxSizeCheck
 
configure(Min) - Method in class play.data.validation.MinCheck
 
configure(MinSize) - Method in class play.data.validation.MinSizeCheck
 
configure(Phone) - Method in class play.data.validation.PhoneCheck
 
configure(Range) - Method in class play.data.validation.RangeCheck
 
configure(Unique) - Method in class play.data.validation.UniqueCheck
 
configure(URL) - Method in class play.data.validation.URLCheck
 
configure() - Method in class play.deps.DependenciesManager
 
configuredManually - Static variable in class play.Logger
true if logger is configured manually (log4j-config file supplied by application)
connect(String, Properties) - Method in class play.db.DBPlugin.ProxyDriver
 
consumerKey - Variable in class play.libs.OAuth.ServiceInfo
 
consumerSecret - Variable in class play.libs.OAuth.ServiceInfo
 
contains(String) - Method in class play.mvc.Scope.Flash
 
contains(String) - Method in class play.mvc.Scope.Session
 
contains(String[], String) - Static method in class play.templates.JavaExtensions
 
content() - Method in class play.vfs.VirtualFile
 
contentAsString() - Method in class play.vfs.VirtualFile
 
contentType - Variable in class play.mvc.Http.Request
Request content-type
contentType - Variable in class play.mvc.Http.Response
Response content type
contentType - Variable in class play.utils.HTTP.ContentTypeWithEncoding
 
contextDestroyed(ServletContextEvent) - Method in class play.server.ServletWrapper
 
contextInitialized(ServletContextEvent) - Method in class play.server.ServletWrapper
 
ContinuationEnhancer - Class in play.classloading.enhancers
 
ContinuationEnhancer() - Constructor for class play.classloading.enhancers.ContinuationEnhancer
 
ContinuationsException - Exception in play.exceptions
 
ContinuationsException(String) - Constructor for exception play.exceptions.ContinuationsException
 
Controller - Class in play.mvc
Application controller support: The controller receives input and initiates a response by making calls on model objects.
Controller() - Constructor for class play.mvc.Controller
 
controller - Variable in class play.mvc.Http.Request
Controller to invoke
controllerClass - Variable in class play.mvc.Http.Request
The invoked controller class
ControllersEnhancer - Class in play.classloading.enhancers
Enhance controllers classes.
ControllersEnhancer() - Constructor for class play.classloading.enhancers.ControllersEnhancer
 
ControllersEnhancer.ByPass - Annotation Type in play.classloading.enhancers
 
ControllersEnhancer.ControllerInstrumentation - Class in play.classloading.enhancers
Runtime part needed by the instrumentation
ControllersEnhancer.ControllerInstrumentation() - Constructor for class play.classloading.enhancers.ControllersEnhancer.ControllerInstrumentation
 
ControllersEnhancer.ControllerSupport - Interface in play.classloading.enhancers
Mark class that need controller enhancement
convert(Map<String, String[]>) - Static method in class play.data.binding.ParamNode
 
convertToCharacter(String) - Method in class play.utils.HTML.HtmlCharacterEntityReferences
Return the char mapped to the given entityReference or -1.
convertToReference(char) - Method in class play.utils.HTML.HtmlCharacterEntityReferences
Return the reference mapped to the given character or null.
COOKIE_EXPIRE - Static variable in class play.mvc.Scope
 
COOKIE_PREFIX - Static variable in class play.mvc.Scope
 
COOKIE_SECURE - Static variable in class play.mvc.Scope
 
cookies - Variable in class play.mvc.Http.Request
HTTP Cookies
cookies - Variable in class play.mvc.Http.Response
Response cookies
copy(File, File) - Static method in class play.libs.Files
Just copy a file
copy(InputStream, OutputStream) - Static method in class play.libs.IO
Copy an stream to another one.
copy(int, int) - Method in class play.server.FileChannelBuffer
 
copyDir(File, File) - Static method in class play.libs.Files
 
copyDirectory(File, File) - Static method in class play.libs.IO
 
copyResponse(ChannelHandlerContext, Http.Request, Http.Response, HttpRequest) - Method in class play.server.PlayHandler
 
copyResponse(Http.Request, Http.Response, HttpServletRequest, HttpServletResponse) - Method in class play.server.ServletWrapper
 
CorePlugin - Class in play
Plugin used for core tasks
CorePlugin() - Constructor for class play.CorePlugin
 
count() - Static method in class play.db.jpa.GenericModel
Count entities
count(String, Object...) - Static method in class play.db.jpa.GenericModel
Count entities with a special query.
count(List<String>, String, String) - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
count(String) - Method in class play.db.jpa.JPQL
 
count(String, String, Object[]) - Method in class play.db.jpa.JPQL
 
count(List<String>, String, String) - Method in interface play.db.Model.Factory
 
CR - Static variable in class play.data.parsing.MultipartStream
The Carriage Return ASCII character value.
create(ResultSet) - Method in class play.db.helper.JdbcResultFactories.ClassFactory
 
create(ResultSet) - Method in class play.db.helper.JdbcResultFactories.PrimitiveFactory
 
create(ResultSet) - Method in interface play.db.helper.JdbcResultFactory
 
create(Class<?>, String, Map<String, String[]>, Annotation[]) - Static method in class play.db.jpa.GenericModel
Deprecated. 
create(ParamNode, String, Class<?>, Annotation[]) - Static method in class play.db.jpa.GenericModel
 
create() - Method in class play.db.jpa.GenericModel
store (ie insert) the entity.
create(String, Scope.Params) - Static method in class play.db.jpa.GenericModel
 
create(String, String, Scope.Params) - Method in class play.db.jpa.JPQL
 
createAnnotation(AnnotationsAttribute, Class<? extends Annotation>, Map<String, MemberValue>) - Static method in class play.classloading.enhancers.Enhancer
Create a new annotation to be dynamically inserted in the byte code.
createAnnotation(AnnotationsAttribute, Class<? extends Annotation>) - Static method in class play.classloading.enhancers.Enhancer
Create a new annotation to be dynamically inserted in the byte code.
createCountQuery(String, String, String, Object...) - Method in class play.db.jpa.JPQL
 
CREATED - Static variable in class play.mvc.Http.StatusCode
 
createDeleteQuery(String, String, String, Object...) - Method in class play.db.jpa.JPQL
 
createFindByQuery(String, String, String, Object...) - Method in class play.db.jpa.JPQL
 
createMessageVariables() - Method in class play.data.validation.CheckWithCheck
 
createMessageVariables() - Method in class play.data.validation.EqualsCheck
 
createMessageVariables() - Method in class play.data.validation.InFutureCheck
 
createMessageVariables() - Method in class play.data.validation.InPastCheck
 
createMessageVariables() - Method in class play.data.validation.MatchCheck
 
createMessageVariables() - Method in class play.data.validation.MaxCheck
 
createMessageVariables() - Method in class play.data.validation.MaxSizeCheck
 
createMessageVariables() - Method in class play.data.validation.MinCheck
 
createMessageVariables() - Method in class play.data.validation.MinSizeCheck
 
createMessageVariables() - Method in class play.data.validation.RangeCheck
 
createMessageVariables() - Method in class play.data.validation.UniqueCheck
 
createQueryString() - Method in class play.libs.WS.WSRequest
 
createReadonlyCopy(List<PlayPlugin>) - Method in class play.plugins.PluginCollection
Using readonly list to crash if someone tries to modify the copy.
createRequest(String, String, String, String, String, InputStream, String, String, boolean, int, String, boolean, Map<String, Http.Header>, Map<String, Http.Cookie>) - Static method in class play.mvc.Http.Request
All creation / initing of new requests should use this method.
createSocket(Socket, String, int, boolean) - Method in class play.utils.YesSSLSocketFactory
 
createSocket() - Method in class play.utils.YesSSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class play.utils.YesSSLSocketFactory
 
createSocket(InetAddress, int) - Method in class play.utils.YesSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class play.utils.YesSSLSocketFactory
 
createSocket(String, int) - Method in class play.utils.YesSSLSocketFactory
 
createTempFolder() - Static method in class play.data.parsing.TempFilePlugin
 
cronInterval(String) - Static method in class play.libs.Time
Compute 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
crop(File, File, int, int, int, int) - Static method in class play.libs.Images
Crop an image
Crypto - Class in play.libs
Cryptography utils
Crypto() - Constructor for class play.libs.Crypto
 
Crypto.HashType - Enum in play.libs
Define a hash type enumeration for strong-typing
ctxPath - Static variable in class play.Play
Context path (when several application are deployed on the same host)
current() - Static method in class play.data.binding.CachedBoundActionMethodArgs
 
current() - Static method in class play.data.validation.Validation
 
current - Static variable in class play.i18n.Lang
 
current - Static variable in class play.Invoker.InvocationContext
 
current() - Static method in class play.Invoker.InvocationContext
 
current - Static variable in class play.mvc.Http.Inbound
 
current() - Static method in class play.mvc.Http.Inbound
 
current - Static variable in class play.mvc.Http.Outbound
 
current() - Static method in class play.mvc.Http.Outbound
 
current - Static variable in class play.mvc.Http.Request
Bind to thread
current() - Static method in class play.mvc.Http.Request
Retrieve the current request
current - Static variable in class play.mvc.Http.Response
Bind to thread
current() - Static method in class play.mvc.Http.Response
Retrieve the current response
current - Static variable in class play.mvc.Scope.Flash
 
current() - Static method in class play.mvc.Scope.Flash
 
current - Static variable in class play.mvc.Scope.Params
 
current() - Static method in class play.mvc.Scope.Params
 
current - Static variable in class play.mvc.Scope.RenderArgs
 
current() - Static method in class play.mvc.Scope.RenderArgs
 
current - Static variable in class play.mvc.Scope.RouteArgs
 
current() - Static method in class play.mvc.Scope.RouteArgs
 
current - Static variable in class play.mvc.Scope.Session
 
current() - Static method in class play.mvc.Scope.Session
 
current() - Static method in class play.templates.TagContext
 
currentAction - Static variable in class play.classloading.enhancers.ControllersEnhancer
 
currentState - Variable in class play.classloading.ApplicationClassloader
A representation of the current state of the ApplicationClassloader.
currentTemplate - Static variable in class play.templates.BaseTemplate
 
cut(Object, String) - Static method in class play.templates.JavaExtensions
 

D

DASH - Static variable in class play.data.parsing.MultipartStream
The dash (-) ASCII character value.
data - Variable in class play.libs.F.IndexedEvent
 
data - Variable in class play.mvc.Scope.Params
 
data - Variable in class play.mvc.Scope.RenderArgs
 
data - Variable in class play.mvc.Scope.RouteArgs
 
data - Variable in class play.templates.BaseTemplate.RawData
 
data - Variable in class play.templates.TagContext
 
DatabaseException - Exception in play.exceptions
Database error
DatabaseException(String) - Constructor for exception play.exceptions.DatabaseException
 
DatabaseException(String, Throwable) - Constructor for exception play.exceptions.DatabaseException
 
DataParser - Class in play.data.parsing
A data parser parse the HTTP request data to a Map
DataParser() - Constructor for class play.data.parsing.DataParser
 
datasource - Static variable in class play.db.DB
The loaded datasource.
date - Variable in class play.mvc.Http.Request
When the request has been received
DateBinder - Class in play.data.binding.types
Binder that support Date class.
DateBinder() - Constructor for class play.data.binding.types.DateBinder
 
DateTimeBinder - Class in play.data.binding.types
Binder that support Date class.
DateTimeBinder() - Constructor for class play.data.binding.types.DateTimeBinder
 
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
Database connection utilities.
DB() - Constructor for class play.db.DB
 
DBPlugin - Class in play.db
The DB plugin
DBPlugin() - Constructor for class play.db.DBPlugin
 
DBPlugin.PlayConnectionCustomizer - Class in play.db
 
DBPlugin.PlayConnectionCustomizer() - Constructor for class play.db.DBPlugin.PlayConnectionCustomizer
 
DBPlugin.ProxyDriver - Class in play.db
Needed because DriverManager will not load a driver ouside of the system classloader
debug(String) - Method in class play.deps.HumanReadyLogger
 
debug(String, Object...) - Static method in class play.Logger
Log with DEBUG level
debug(Throwable, String, Object...) - Static method in class play.Logger
Log with DEBUG level
decode(ChannelHandlerContext, Channel, ChannelBuffer) - Method in class play.server.FlashPolicyHandler
 
decode(String) - Static method in class play.server.hybi10.Base64
 
decode(ChannelHandlerContext, Channel, ChannelBuffer, Hybi10WebSocketFrameDecoder.State) - Method in class play.server.hybi10.Hybi10WebSocketFrameDecoder
 
decodeBASE64(String) - Static method in class play.libs.Codec
Decode a base64 value
decr(String, int) - Static method in class play.cache.Cache
Decrement the element value (must be a Number).
decr(String) - Static method in class play.cache.Cache
Decrement the element value (must be a Number) by 1.
decr(String, int) - Method in interface play.cache.CacheImpl
 
decr(String, int) - Method in class play.cache.EhCacheImpl
 
decr(String, int) - Method in class play.cache.MemcachedImpl
 
decryptAES(String) - Static method in class play.libs.Crypto
Decrypt a String with the AES encryption standard using the application secret
decryptAES(String, String) - Static method in class play.libs.Crypto
Decrypt a String with the AES encryption standard.
deepCopy(Object) - Method in class play.db.jpa.Blob
 
Default - Class in play.utils
 
Default(Object) - Constructor for class play.utils.Default
 
DEFAULT_BUFSIZE - Static variable in class play.data.parsing.MultipartStream
The default length of the buffer used for processing a request.
DEFAULT_CHARSET - Static variable in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Default content charset to be used when no explicit charset parameter is provided by the sender.
defaultDomain - Static variable in class play.mvc.Http.Cookie
When creating cookie without specifying domain, this value is used.
defaults - Static variable in class play.i18n.Messages
 
defaultValue(String) - Method in class play.db.helper.SqlQuery.Concat
 
defaultWebEncoding - Static variable in class play.Play
This is used as default encoding everywhere related to the web: request, response, WS
defineTemplate(String, byte[]) - Method in class play.templates.GroovyTemplate.TClassLoader
 
delay - Variable in class play.libs.F.Timeout
 
deleguate - Variable in class play.deps.PlayConflictManager
 
delete(String) - Static method in class play.cache.Cache
Delete an element from the cache.
delete(String) - Method in interface play.cache.CacheImpl
 
delete(String) - Method in class play.cache.EhCacheImpl
 
delete(String) - Method in class play.cache.MemcachedImpl
 
delete() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - Method in class play.db.jpa.GenericModel
Delete the entity.
delete(String, Object...) - Static method in class play.db.jpa.GenericModel
Batch delete of entities
delete(String, String, Object[]) - Method in class play.db.jpa.JPQL
 
delete(File) - Static method in class play.libs.Files
Just delete a file.
delete() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a DELETE request.
delete() - Method in class play.libs.WS.WSRequest
Execute a DELETE request.
delete() - Method in class play.libs.ws.WSUrlFetch.WSUrlfetchRequest
Execute a DELETE request.
delete(Class<? extends Model>...) - Static method in class play.test.Fixtures
Delete all Model instances for the given types using the underlying persistence mechanisms
delete(List<Class<? extends Model>>) - Static method in class play.test.Fixtures
Delete all Model instances for the given types using the underlying persistence mechanisms
DELETE(String) - Static method in class play.test.FunctionalTest
 
DELETE(Http.Request, Object) - Static method in class play.test.FunctionalTest
Sends a DELETE request to the application under tests.
deleteAll() - Static method in class play.db.jpa.GenericModel
Delete all entities
deleteAll() - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
deleteAll(String) - Method in class play.db.jpa.JPQL
 
deleteAll() - Method in interface play.db.Model.Factory
 
deleteAll() - Static method in class play.test.Fixtures
Deprecated. use Fixtures.deleteDatabase() instead
deleteAllModels() - Static method in class play.test.Fixtures
Delete all Model instances for the all available types using the underlying persistence mechanisms
deleteAsync() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a DELETE request asynchronously.
deleteAsync() - Method in class play.libs.WS.WSRequest
Execute a DELETE request asynchronously.
deleteBytecode(String) - Static method in class play.classloading.BytecodeCache
Delete the bytecode
deleteDatabase() - Static method in class play.test.Fixtures
Flush the entire JDBC database
deleteDirectory(File) - Static method in class play.libs.Files
Recursively delete a directory.
deleteDirectory(String) - Static method in class play.test.Fixtures
Delete a directory recursively
DependenciesManager - Class in play.deps
 
DependenciesManager(File, File, File) - Constructor for class play.deps.DependenciesManager
 
deprecated(String) - Method in class play.deps.HumanReadyLogger
 
description - Variable in class play.libs.OAuth2.Error
 
deserialize(byte[]) - Static method in class play.utils.Java
 
destroy() - Static method in class play.db.DB
Destroy the datasource
destroy() - Method in class play.server.ServletWrapper
 
destroyMethod - Static variable in class play.db.DB
The method used to destroy the datasource
details - Variable in class play.libs.OAuth.Error
 
details() - Method in class play.libs.OAuth.Error
 
detectChange() - Method in class play.i18n.MessagesPlugin
 
detectChange() - Method in class play.PlayPlugin
It's time for the plugin to detect changes.
detectChange() - Method in class play.plugins.PluginCollection
 
detectChanges() - Method in class play.classloading.ApplicationClassloader
Detect Java changes
detectChanges(String) - Static method in class play.mvc.Router
In PROD mode and if the routes are already loaded, this does nothing.
detectChanges() - Static method in class play.Play
Detect sources modifications
detectClassesChange() - Method in class play.PlayPlugin
It's time for the plugin to detect changes.
detectClassesChange() - Method in class play.plugins.PluginCollection
 
direct - Variable in class play.mvc.Http.Response
Send this file directly
directBind(String, Class<?>) - Static method in class play.data.binding.Binder
 
directBind(String, Annotation[], String, Class<?>) - Static method in class play.data.binding.Binder
 
directBind(Annotation[], String, Class<?>, Type) - Static method in class play.data.binding.Binder
 
directBind(String, Annotation[], String, Class<?>, Type) - Static method in class play.data.binding.Binder
This method calls the user's defined binders prior to bind simple type
disablePlugin(PlayPlugin) - Method in class play.plugins.PluginCollection
disable plugin
disablePlugin(Class<? extends PlayPlugin>) - Method in class play.plugins.PluginCollection
disable plugin of specified type
disassemble(Object) - Method in class play.db.jpa.Blob
 
discard(String) - Method in class play.mvc.Scope.Flash
 
discard() - Method in class play.mvc.Scope.Flash
 
discardBodyData() - Method in class play.data.parsing.MultipartStream
Reads body-data from the current encapsulation and discards it.
discardReadBytes() - Method in class play.server.FileChannelBuffer
 
disconnect() - Static method in class play.mvc.WebSocketController
 
discoverServer(String) - Static method in class play.libs.OpenID
 
divisibleBy(Number, int) - Static method in class play.templates.JavaExtensions
 
doBodyLines - Variable in class play.templates.BaseTemplate
 
doJob() - Method in class play.jobs.Job
Here you do the job
doJobWithResult() - Method in class play.jobs.Job
Here you do the job and return a result
domain - Variable in class play.mvc.Http.Cookie
Cookie domain
domain - Variable in class play.mvc.Http.Request
Server domain
duplicate() - Method in class play.server.FileChannelBuffer
 

E

edit(Object, String, Map<String, String[]>, Annotation[]) - Static method in class play.db.jpa.GenericModel
Deprecated. 
edit(ParamNode, String, Object, Annotation[]) - Static method in class play.db.jpa.GenericModel
 
edit(String, Map<String, String[]>) - Method in class play.db.jpa.GenericModel
Deprecated. 
edit(ParamNode, String) - Method in class play.db.jpa.GenericModel
 
EhCacheImpl - Class in play.cache
EhCache implementation.
em() - Static method in class play.db.jpa.JPA
 
em() - Static method in class play.db.jpa.JPABase
Retrieve the current entityManager
em() - Method in class play.db.jpa.JPQL
 
Email - Annotation Type in play.data.validation
This field must be a valid email.
email(String, Object) - Static method in class play.data.validation.Validation
 
email(Object) - Method in class play.data.validation.Validation
 
EmailCheck - Class in play.data.validation
 
EmailCheck() - Constructor for class play.data.validation.EmailCheck
 
enabled - Static variable in class play.classloading.HotswapAgent
 
enabledPlugins - Variable in class play.plugins.PluginCollection
List of all enabled plugins
enabledPlugins_readOnlyCopy - Variable in class play.plugins.PluginCollection
Readonly copy of enabledPlugins - updated each time enabledPlugins is updated.
enablePlugin(PlayPlugin) - Method in class play.plugins.PluginCollection
Enable plugin.
enablePlugin(Class<? extends PlayPlugin>) - Method in class play.plugins.PluginCollection
enable plugin of specified type
encode(String) - Static method in class play.libs.WS
URL-encode a string to be used as a query string parameter.
encode(String) - Method in class play.libs.WS.WSRequest
 
encode(String) - Method in class play.libs.WS.WSWithEncoding
URL-encode a string to be used as a query string parameter.
encode(byte[]) - Static method in class play.server.hybi10.Base64
 
encode(ChannelHandlerContext, Channel, Object) - Method in class play.server.hybi10.Hybi10WebSocketFrameEncoder
 
encodeBASE64(String) - Static method in class play.libs.Codec
Encode a String to base64
encodeBASE64(byte[]) - Static method in class play.libs.Codec
Encode binary data to base64
encodePart(String) - Static method in class play.libs.URLs
 
encoding - Variable in class play.libs.WS.WSRequest
 
encoding - Variable in class play.libs.WS.WSWithEncoding
 
encoding - Variable in class play.mvc.Http.Request
This is the encoding used to decode this request.
encoding - Variable in class play.mvc.Http.Response
The encoding used when writing response to client
encoding - Variable in class play.utils.HTTP.ContentTypeWithEncoding
 
encryptAES(String) - Static method in class play.libs.Crypto
Encrypt a String with the AES encryption standard using the application secret
encryptAES(String, String) - Static method in class play.libs.Crypto
Encrypt a String with the AES encryption standard.
endProgress() - Method in class play.deps.HumanReadyLogger
 
endProgress(String) - Method in class play.deps.HumanReadyLogger
 
enhance() - Method in class play.classloading.ApplicationClasses.ApplicationClass
Enhance this class
enhance(ApplicationClasses.ApplicationClass) - Method in class play.CorePlugin
 
enhance(ApplicationClasses.ApplicationClass) - Method in class play.db.jpa.JPAPlugin
 
enhance(ApplicationClasses.ApplicationClass) - Method in class play.PlayPlugin
Enhance this class
enhance(ApplicationClasses.ApplicationClass) - Method in class play.plugins.PluginCollection
 
enhancedByteCode - Variable in class play.classloading.ApplicationClasses.ApplicationClass
The enhanced byteCode
EnhancedForContinuations - Interface in play.classloading.enhancers
This interface is added to all classes enhanced for Continuations.
Enhancer - Class in play.classloading.enhancers
Enhancer support
Enhancer() - Constructor for class play.classloading.enhancers.Enhancer
 
Enhancer.ApplicationClassesClasspath - Class in play.classloading.enhancers
Dumb classpath implementation for javassist hacking
Enhancer.ApplicationClassesClasspath() - Constructor for class play.classloading.enhancers.Enhancer.ApplicationClassesClasspath
 
enhanceThisClass(ApplicationClasses.ApplicationClass) - Method in class play.classloading.enhancers.ContinuationEnhancer
 
enhanceThisClass(ApplicationClasses.ApplicationClass) - Method in class play.classloading.enhancers.ControllersEnhancer
 
enhanceThisClass(ApplicationClasses.ApplicationClass) - Method in class play.classloading.enhancers.Enhancer
The magic happen here...
enhanceThisClass(ApplicationClasses.ApplicationClass) - Method in class play.classloading.enhancers.LocalvariablesNamesEnhancer
 
enhanceThisClass(ApplicationClasses.ApplicationClass) - Method in class play.classloading.enhancers.MailerEnhancer
 
enhanceThisClass(ApplicationClasses.ApplicationClass) - Method in class play.classloading.enhancers.PropertiesEnhancer
 
enhanceThisClass(ApplicationClasses.ApplicationClass) - Method in class play.classloading.enhancers.SigEnhancer
 
enhanceThisClass(ApplicationClasses.ApplicationClass) - Method in class play.db.jpa.JPAEnhancer
 
enter() - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
enterTag(String) - Static method in class play.templates.TagContext
 
entityManager - Variable in class play.db.jpa.JPA
 
entityManagerFactory - Static variable in class play.db.jpa.JPA
 
entrySet() - Method in class play.utils.OrderSafeProperties
 
enumValues(Class) - Static method in class play.templates.JavaExtensions
 
equals(Object) - Method in class play.classloading.ApplicationClassloaderState
 
Equals - Annotation Type in play.data.validation
This field must be equals to another field.
equals(String, Object, String, Object) - Static method in class play.data.validation.Validation
 
equals(Object, Object) - Method in class play.data.validation.Validation
 
equals(Object) - Method in class play.db.Evolutions.Evolution
 
equals(Object, Object) - Method in class play.db.jpa.Blob
 
equals(Object) - Method in class play.db.jpa.JPABase
JPASupport instances a and b are equals if either a == b or a and b have same key and class
Equals(X) - Static method in class play.libs.F.Matcher
 
equals(Object) - Method in class play.vfs.VirtualFile
 
EqualsCheck - Class in play.data.validation
 
EqualsCheck() - Constructor for class play.data.validation.EqualsCheck
 
Error - Class in play.data.validation
A validation error.
Error(String, String, String[]) - Constructor for class play.data.validation.Error
 
error(String) - Static method in class play.data.validation.Validation
 
error - Variable in class play.data.validation.Validation.ValidationResult
 
error(String) - Method in class play.deps.HumanReadyLogger
 
error - Variable in class play.libs.OAuth.Response
 
error - Variable in class play.libs.OAuth2.Error
 
error - Variable in class play.libs.OAuth2.Response
 
error(OAuth2.Error, WS.HttpResponse) - Static method in class play.libs.OAuth2.Response
 
error(String, Object...) - Static method in class play.Logger
Log with ERROR level
error(Throwable, String, Object...) - Static method in class play.Logger
Log with ERROR level
error(int, String) - Static method in class play.mvc.Controller
Send a 5xx Error response
error(String) - Static method in class play.mvc.Controller
Send a 500 Error response
error(Exception) - Static method in class play.mvc.Controller
Send a 500 Error response
error() - Static method in class play.mvc.Controller
Send a 500 Error response
error(int) - Static method in class play.mvc.Http.StatusCode
 
Error - Exception in play.mvc.results
500 Error
Error(String) - Constructor for exception play.mvc.results.Error
 
Error(int, String) - Constructor for exception play.mvc.results.Error
 
error(String, Object...) - Method in class play.mvc.Scope.Flash
 
error - Variable in class play.test.TestEngine.TestResult
 
errors() - Static method in class play.data.validation.Validation
 
errors(String) - Static method in class play.data.validation.Validation
 
errors - Variable in class play.test.TestEngine.TestResults
 
errorsMap() - Method in class play.data.validation.Validation
 
escape(Object) - Static method in class play.templates.JavaExtensions
 
escapeHtml(String) - Static method in class play.templates.JavaExtensions
 
escapeJavaScript(String) - Static method in class play.templates.JavaExtensions
 
escapeXml(String) - Static method in class play.templates.JavaExtensions
 
eval(Object) - Static method in class play.templates.JavaExtensions
 
evaluate(String, String) - Static method in class play.libs.Expression
 
eventStream() - Method in class play.libs.F.ArchivedEventStream
 
Every - Annotation Type in play.jobs
Run a job at specified intervale Example, @Every("1h")
every(String) - Method in class play.jobs.Job
Run this job every n seconds
every(int) - Method in class play.jobs.Job
Run this job every n seconds
Evolutions - Class in play.db
 
Evolutions() - Constructor for class play.db.Evolutions
 
Evolutions.Evolution - Class in play.db
 
Evolutions.Evolution(int, String, String, boolean) - Constructor for class play.db.Evolutions.Evolution
 
Evolutions.InconsistentDatabase - Exception in play.db
 
Evolutions.InconsistentDatabase(String, String, int) - Constructor for exception play.db.Evolutions.InconsistentDatabase
 
Evolutions.InvalidDatabaseRevision - Exception in play.db
 
Evolutions.InvalidDatabaseRevision(String) - Constructor for exception play.db.Evolutions.InvalidDatabaseRevision
 
exception - Variable in class play.libs.OAuth.Error
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class play.server.PlayHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class play.server.ssl.SslPlayHandler
 
execute() - Method in class play.ant.PlayConfigurationLoadTask
 
execute() - Method in class play.ant.StopTask
 
execute(String) - Static method in class play.db.DB
Execute an SQL update
execute(String, Object...) - Static method in class play.db.helper.JdbcHelper
 
execute(SqlQuery) - Static method in class play.db.helper.JdbcHelper
 
execute(SqlQuery, Class<U>) - Static method in class play.db.helper.JdbcIterator
 
execute(SqlQuery, JdbcResultFactory<U>) - Static method in class play.db.helper.JdbcIterator
 
execute(String, Object...) - Static method in class play.db.helper.JpaHelper
 
execute(SqlQuery) - Static method in class play.db.helper.JpaHelper
 
execute(String) - Static method in class play.db.jpa.JPA
Execute a JPQL query
execute() - Method in class play.Invoker.Invocation
Override this method
execute() - Method in class play.jobs.Job
 
execute() - Method in class play.server.PlayHandler.NettyInvocation
 
execute() - Method in class play.server.PlayHandler.WebSocketInvocation
 
execute() - Method in class play.server.ServletWrapper.ServletInvocation
 
executeList(String, List<Object>) - Static method in class play.db.helper.JdbcHelper
 
executeList(String, List<Object>) - Static method in class play.db.helper.JpaHelper
 
executeQuery(String) - Static method in class play.db.DB
Execute an SQL query
executeSQL(String) - Static method in class play.test.Fixtures
 
executeSQL(File) - Static method in class play.test.Fixtures
 
executor - Static variable in class play.Invoker
Main executor for requests invocations.
executor - Variable in class play.jobs.Job
 
executor - Static variable in class play.jobs.JobsPlugin
 
exists() - Method in class play.db.jpa.Blob
 
exists() - Method in class play.db.jpa.FileAttachment
Deprecated. 
exists() - Method in interface play.db.Model.BinaryField
 
exists() - Method in class play.vfs.VirtualFile
 
exit() - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
exitTag() - Static method in class play.templates.TagContext
 
Expression - Class in play.libs
 
Expression() - Constructor for class play.libs.Expression
 
expressionParsed - Variable in class play.libs.Time.CronExpression
 
extensions - Variable in class play.libs.OpenID.UserInfo
Extensions values
extensionsClassnames - Static variable in class play.templates.GroovyTemplateCompiler
 
extractInfosFromByteCode(byte[]) - Static method in class play.utils.Java
 
extractProp(String, String) - Static method in class play.db.jpa.JPQL
 
extractUnderlyingCallable(FutureTask<?>) - Static method in class play.utils.Java
Try to discover what is hidden under a FutureTask (hack)

F

F - Class in play.libs
 
F() - Constructor for class play.libs.F
 
F.Action<T> - Interface in play.libs
 
F.Action0 - Interface in play.libs
 
F.ArchivedEventStream<T> - Class in play.libs
 
F.ArchivedEventStream(int) - Constructor for class play.libs.F.ArchivedEventStream
 
F.E2<A,B> - Class in play.libs
 
F.E3<A,B,C> - Class in play.libs
 
F.E4<A,B,C,D> - Class in play.libs
 
F.E5<A,B,C,D,E> - Class in play.libs
 
F.Either<A,B> - Class in play.libs
 
F.EventStream<T> - Class in play.libs
 
F.EventStream() - Constructor for class play.libs.F.EventStream
 
F.EventStream(int) - Constructor for class play.libs.F.EventStream
 
F.IndexedEvent<M> - Class in play.libs
 
F.IndexedEvent(M) - Constructor for class play.libs.F.IndexedEvent
 
F.Matcher<T,R> - Class in play.libs
 
F.Matcher() - Constructor for class play.libs.F.Matcher
 
F.None<T> - Class in play.libs
 
F.None() - Constructor for class play.libs.F.None
 
F.Option<T> - Class in play.libs
 
F.Option() - Constructor for class play.libs.F.Option
 
F.Promise<V> - Class in play.libs
 
F.Promise() - Constructor for class play.libs.F.Promise
 
F.Some<T> - Class in play.libs
 
F.Some(T) - Constructor for class play.libs.F.Some
 
F.T2<A,B> - Class in play.libs
 
F.T2(A, B) - Constructor for class play.libs.F.T2
 
F.T3<A,B,C> - Class in play.libs
 
F.T3(A, B, C) - Constructor for class play.libs.F.T3
 
F.T4<A,B,C,D> - Class in play.libs
 
F.T4(A, B, C, D) - Constructor for class play.libs.F.T4
 
F.T5<A,B,C,D,E> - Class in play.libs
 
F.T5(A, B, C, D, E) - Constructor for class play.libs.F.T5
 
F.Timeout - Class in play.libs
 
F.Timeout(String) - Constructor for class play.libs.F.Timeout
 
F.Timeout(String, String) - Constructor for class play.libs.F.Timeout
 
F.Timeout(long) - Constructor for class play.libs.F.Timeout
 
F.Timeout(String, long) - Constructor for class play.libs.F.Timeout
 
F.Tuple<A,B> - Class in play.libs
 
F.Tuple(A, B) - Constructor for class play.libs.F.Tuple
 
factory - Variable in class play.db.helper.JdbcIterator
 
factory() - Method in class play.server.FileChannelBuffer
 
factoryFor(Class<? extends Model>) - Static method in class play.db.Model.Manager
 
failures - Variable in class play.test.TestEngine.TestResults
 
FastRuntimeException - Exception in play.utils
Fast Exception - skips creating stackTrace.
FastRuntimeException() - Constructor for exception play.utils.FastRuntimeException
 
FastRuntimeException(String) - Constructor for exception play.utils.FastRuntimeException
 
FastRuntimeException(String, Throwable) - Constructor for exception play.utils.FastRuntimeException
 
FastRuntimeException(Throwable) - Constructor for exception play.utils.FastRuntimeException
 
FastTags - Class in play.templates
Fast tags implementation
FastTags() - Constructor for class play.templates.FastTags
 
FastTags.Namespace - Annotation Type in play.templates
 
fatal(String, Object...) - Static method in class play.Logger
Log with FATAL level
fatal(Throwable, String, Object...) - Static method in class play.Logger
Log with FATAL level
fatalServerErrorOccurred() - Static method in class play.Play
Call this method when there has been a fatal error that Play cannot recover from
fetch() - Method in class play.db.jpa.GenericModel.JPAQuery
Retrieve all results of the query
fetch(int) - Method in class play.db.jpa.GenericModel.JPAQuery
Retrieve results of the query
fetch(int, int) - Method in class play.db.jpa.GenericModel.JPAQuery
Retrieve a page of result
fetch(int, int, String, String, List<String>, String, String) - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
fetch(int, int, String, String, List<String>, String, String) - Method in interface play.db.Model.Factory
 
field - Variable in class play.db.Model.Property
 
FIELD_SEPARATOR - Static variable in class play.data.parsing.MultipartStream
A byte sequence that that follows a delimiter that will be followed by an encapsulation (CRLF).
file - Variable in class play.libs.WS.FileParam
 
file - Variable in exception play.mvc.results.RenderStatic
 
FileArrayBinder - Class in play.data.binding.types
Bind a file array form multipart/form-data request.
FileArrayBinder() - Constructor for class play.data.binding.types.FileArrayBinder
 
FileAttachment - Class in play.db.jpa
Deprecated. 
FileAttachment() - Constructor for class play.db.jpa.FileAttachment
Deprecated.  
FileBinder - Class in play.data.binding.types
Bind file form multipart/form-data request.
FileBinder() - Constructor for class play.data.binding.types.FileBinder
 
FileChannelBuffer - Class in play.server
Useless channel buffer only used to wrap the input stream....
FileChannelBuffer(File) - Constructor for class play.server.FileChannelBuffer
 
filename - Variable in class play.db.jpa.FileAttachment
Deprecated.  
fileParams - Variable in class play.libs.WS.WSRequest
 
Files - Class in play.libs
Files utils
Files() - Constructor for class play.libs.Files
 
files(File...) - Method in class play.libs.WS.WSRequest
Add files to request.
files(WS.FileParam...) - Method in class play.libs.WS.WSRequest
Add fileParams aka File and Name parameter to the request.
FileUpload - Class in play.data
 
FileUpload() - Constructor for class play.data.FileUpload
 
FileUpload(FileItem) - Constructor for class play.data.FileUpload
 
fillInStackTrace() - Method in exception play.utils.FastRuntimeException
Since we override this method, no stacktrace is generated - much faster
filterMap(Map<String, String[]>, String) - Static method in class play.utils.Utils
 
filterMap(Map<K, V>, String) - Static method in class play.utils.Utils.Maps
 
filterParams(Scope.Params, String) - Static method in class play.utils.Utils
 
filterParams(Map<String, String[]>, String, String) - Static method in class play.utils.Utils
 
filterParams(Map<String, String[]>, String) - Static method in class play.utils.Utils
 
finalize() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Removes the file contents from the temporary storage.
Finally - Annotation Type in play.mvc
Mark this method as @Finally interceptor
find(String) - Method in class play.classloading.enhancers.Enhancer.ApplicationClassesClasspath
 
find(String, Object...) - Static method in class play.db.jpa.GenericModel
Prepare a query to find entities.
find(String, String, Object[]) - Method in class play.db.jpa.JPQL
 
find(String) - Method in class play.db.jpa.JPQL
 
find(String, Set<String>) - Static method in class play.i18n.Messages
Return several messages for a locale
findActionMethod(String, Class) - Static method in class play.utils.Java
Find the first public static method of a controller class
findAll() - Static method in class play.db.jpa.GenericModel
Find all entities of this type
findAll(String) - Method in class play.db.jpa.JPQL
 
findAllAnnotatedMethods(Class<?>, Class<? extends Annotation>) - Static method in class play.utils.Java
Find all annotated method from a class
findAllAnnotatedMethods(List<Class>, Class<? extends Annotation>) - Static method in class play.utils.Java
Find all annotated method from a class
findAllFields(Class, Set<Field>) - Static method in class play.utils.Java
 
findBestCause(Throwable) - Static method in exception play.db.jpa.JPABase.JPAQueryException
 
findBy(String, String, Object[]) - Method in class play.db.jpa.JPQL
 
findById(Object) - Static method in class play.db.jpa.GenericModel
Find the entity with the corresponding id.
findById(Object) - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
findById(String, Object) - Method in class play.db.jpa.JPQL
 
findById(Object) - Method in interface play.db.Model.Factory
 
findByte(byte, int) - Method in class play.data.parsing.MultipartStream
Searches for a byte of specified value in the buffer, starting at the specified position.
findByToJPQL(String) - Method in class play.db.jpa.JPQL
 
findNextWhiteSpace(int, String) - Method in class play.libs.Time.CronExpression
 
findOneBy(String, String, Object[]) - Method in class play.db.jpa.JPQL
 
findSeparator() - Method in class play.data.parsing.MultipartStream
Searches for the boundary in the buffer region delimited by head and tail.
first() - Method in class play.db.jpa.GenericModel.JPAQuery
 
fixCaseForHttpHeader(String) - Static method in class play.utils.HTTP
Use this method to make sure you have the correct caseing of a http header name.
Fixtures - Class in play.test
 
Fixtures() - Constructor for class play.test.Fixtures
 
flash - Static variable in class play.mvc.Controller
The current flash scope.
flash(String, Object) - Static method in class play.mvc.Controller
Add a value to the flash scope
flash(String...) - Method in class play.mvc.Scope.Params
 
FlashPolicyHandler - Class in play.server
 
FlashPolicyHandler() - Constructor for class play.server.FlashPolicyHandler
Creates a handler allowing access from any domain and any port
FlashPolicyHandler(ChannelBuffer) - Constructor for class play.server.FlashPolicyHandler
Create a handler with a custom XML response.
flush() - Method in class play.Logger.JuliToLog4jHandler
 
followRedirects - Variable in class play.libs.WS.WSRequest
 
followRedirects(boolean) - Method in class play.libs.WS.WSRequest
Indicate if the WS should continue when hitting a 301 or 302
fonts - Variable in class play.libs.Images.Captcha
 
forbidden(String) - Static method in class play.mvc.Controller
Send a 403 Forbidden response
forbidden() - Static method in class play.mvc.Controller
Send a 403 Forbidden response
FORBIDDEN - Static variable in class play.mvc.Http.StatusCode
 
Forbidden - Exception in play.mvc.results
403 Forbidden
Forbidden(String) - Constructor for exception play.mvc.results.Forbidden
 
forcedCacheImpl - Static variable in class play.cache.Cache
Sometime we REALLY need to change the implementation :)
forceJuli - Static variable in class play.Logger
Will force use of java.util.logging (default to try log4j first).
forceProd - Static variable in class play.Play
 
format - Variable in class play.mvc.Http.Request
Format (html,xml,json,text)
format(Number, String) - Static method in class play.templates.JavaExtensions
 
format(Date) - Static method in class play.templates.JavaExtensions
 
format(Date, String) - Static method in class play.templates.JavaExtensions
 
format(Date, String, String) - Static method in class play.templates.JavaExtensions
 
format(Date, String, String, String) - Static method in class play.templates.JavaExtensions
 
formatCurrency(Number, String) - Static method in class play.templates.JavaExtensions
 
formatCurrency(Number, Locale) - Static method in class play.templates.JavaExtensions
 
formatSize(Long) - Static method in class play.templates.JavaExtensions
 
formatString(String, Object...) - Static method in class play.i18n.Messages
 
forRealm(String) - Method in class play.libs.OpenID
 
FOUND - Static variable in class play.mvc.Http.StatusCode
 
frameworkPath - Static variable in class play.Play
The framework root
from - Variable in class play.db.helper.SqlSelect
 
from(String...) - Method in class play.db.helper.SqlSelect
 
from(int) - Method in class play.db.jpa.GenericModel.JPAQuery
Set the position to start
fromRelativePath(String) - Static method in class play.vfs.VirtualFile
 
FunctionalTest - Class in play.test
Application tests support
FunctionalTest() - Constructor for class play.test.FunctionalTest
 
FunctionalTest.URL - Class in play.test
 
functionalTestsExecutor - Static variable in class play.test.TestEngine
 
future(String, Object, Date) - Static method in class play.data.validation.Validation
 
future(Object, Date) - Method in class play.data.validation.Validation
 
future(String, Object) - Static method in class play.data.validation.Validation
 
future(Object) - Method in class play.data.validation.Validation
 

G

GATEWAY_TIMEOUT - Static variable in class play.mvc.Http.StatusCode
 
GenericModel - Class in play.db.jpa
A super class for JPA entities
GenericModel() - Constructor for class play.db.jpa.GenericModel
 
GenericModel.JPAQuery - Class in play.db.jpa
A JPAQuery
GenericModel.JPAQuery(String, Query) - Constructor for class play.db.jpa.GenericModel.JPAQuery
 
GenericModel.JPAQuery(Query) - Constructor for class play.db.jpa.GenericModel.JPAQuery
 
get(String) - Static method in class play.cache.Cache
Retrieve an object.
get(String...) - Static method in class play.cache.Cache
Bulk retrieve.
get(String, Class<T>) - Static method in class play.cache.Cache
Convenient clazz to get a value a class type;
get(String) - Method in interface play.cache.CacheImpl
 
get(String[]) - Method in interface play.cache.CacheImpl
 
get(String) - Method in class play.cache.EhCacheImpl
 
get(String[]) - Method in class play.cache.EhCacheImpl
 
get(String) - Method in class play.cache.MemcachedImpl
 
get(String[]) - Method in class play.cache.MemcachedImpl
 
get() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns the contents of the file as an array of bytes.
get() - Method in class play.db.jpa.Blob
 
get() - Method in class play.db.jpa.FileAttachment
Deprecated.  
get() - Method in interface play.db.Model.BinaryField
 
get() - Static method in class play.i18n.Lang
Retrieve the current language or null
get() - Method in class play.i18n.Localized
 
get(String) - Method in class play.i18n.Localized
 
get(Object, Object...) - Static method in class play.i18n.Messages
Given a message code, translate it using current locale.
get() - Method in class play.libs.F.None
 
get() - Method in class play.libs.F.Option
 
get() - Method in class play.libs.F.Promise
 
get(long, TimeUnit) - Method in class play.libs.F.Promise
 
get() - Method in class play.libs.F.Some
 
get() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a GET request synchronously.
get() - Method in class play.libs.WS.WSRequest
Execute a GET request synchronously.
get() - Method in class play.libs.ws.WSUrlFetch.WSUrlfetchRequest
Execute a GET request synchronously.
get() - Method in class play.mvc.Http.Request
Useful because we sometime use a lazy request loader
get(String) - Method in class play.mvc.Scope.Flash
 
get(String) - Method in class play.mvc.Scope.Params
 
get(String, Class<T>) - Method in class play.mvc.Scope.Params
 
get(Annotation[], String, Class<T>) - Method in class play.mvc.Scope.Params
 
get(String) - Method in class play.mvc.Scope.RenderArgs
 
get(String, Class<T>) - Method in class play.mvc.Scope.RenderArgs
 
get(String) - Method in class play.mvc.Scope.RouteArgs
 
get(String) - Method in class play.mvc.Scope.Session
 
get(String) - Method in class play.templates.GroovyTemplate.ExecutableTemplate
 
GET(Object) - Static method in class play.test.FunctionalTest
 
GET(Object, boolean) - Static method in class play.test.FunctionalTest
sends a GET request to the application under tests.
GET(Http.Request, Object) - Static method in class play.test.FunctionalTest
sends a GET request to the application under tests.
get(String, String) - Method in class play.utils.Properties
 
get() - Method in class play.utils.SmartFuture
 
get(long, TimeUnit) - Method in class play.utils.SmartFuture
 
getAcceptedIssuers() - Method in class play.utils.YesSSLSocketFactory.YesTrustManager
 
getAccessToken() - Method in class play.libs.OAuth2
Deprecated. Use @{link play.libs.OAuth2.retrieveAccessToken()} instead
getAction() - Method in exception play.exceptions.ActionNotFoundException
 
getAction() - Method in exception play.exceptions.NoRouteFoundException
 
getActionAnnotation(Class<T>) - Static method in class play.mvc.Controller
Retrieve annotation for the action method
getActionMethod(String) - Static method in class play.mvc.ActionInvoker
 
getActionMethodArgs(Method, Object) - Static method in class play.mvc.ActionInvoker
 
getActualSize() - Method in exception play.data.parsing.ApacheMultipartParser.SizeException
Retrieves the actual size of the request.
getAll(String) - Method in class play.mvc.Scope.Params
 
getAllChildren() - Method in class play.data.binding.ParamNode
 
getAllChildrenKeys() - Method in class play.data.binding.ParamNode
 
getAllClasses() - Method in class play.classloading.ApplicationClassloader
Try to load all .java files found.
getAllLocalVariableNames(Object) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
getAllPlugins() - Method in class play.plugins.PluginCollection
Returns new readonly list of all plugins
getAllTemplate() - Static method in class play.templates.TemplateLoader
List all found templates
getAnnotatedClasses(Class<? extends Annotation>) - Method in class play.classloading.ApplicationClasses
Retrieve all application classes with a specific annotation.
getAnnotatedClasses(Class<? extends Annotation>) - Method in class play.classloading.ApplicationClassloader
Retrieve all application classes with a specific annotation.
getAnnotatedClasses(Class[]) - Method in class play.classloading.ApplicationClassloader
 
getAnnotation(Class<T>) - Method in class play.Invoker.InvocationContext
 
getAnnotations(CtClass) - Static method in class play.classloading.enhancers.Enhancer
Retrieve all class annotations.
getAnnotations(CtField) - Static method in class play.classloading.enhancers.Enhancer
Retrieve all field annotations.
getAnnotations(CtMethod) - Static method in class play.classloading.enhancers.Enhancer
Retrieve all method annotations.
getAnnotations() - Method in class play.Invoker.InvocationContext
 
getApplicationClass(String) - Method in class play.classloading.ApplicationClasses
Get a class by name
getArgs() - Method in exception play.exceptions.NoRouteFoundException
 
getAssignableClasses(Class<?>) - Method in class play.classloading.ApplicationClasses
Retrieve all application classes assignable to this class.
getAssignableClasses(Class) - Method in class play.classloading.ApplicationClassloader
Retrieve all application classes assignable to this class.
getAsync() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a GET request asynchronously.
getAsync() - Method in class play.libs.WS.WSRequest
Execute a GET request asynchronously.
getAuthenticityToken() - Method in class play.mvc.Scope.Session
 
getBase() - Method in class play.mvc.Http.Request
Get the request base (ex: http://localhost:9000
getBaseUrl() - Static method in class play.mvc.Router
 
getBeanOfType(Class<T>) - Method in interface play.inject.BeanSource
 
getBindingForErrors(Exception, boolean) - Static method in class play.server.PlayHandler
 
getBoolean(String) - Method in class play.utils.Properties
 
getBoolean(String, boolean) - Method in class play.utils.Properties
 
getByte(int) - Method in class play.server.FileChannelBuffer
 
getBytecode(String, String) - Static method in class play.classloading.BytecodeCache
Retrieve the bytecode if source has not changed
getBytes(int, GatheringByteChannel, int) - Method in class play.server.FileChannelBuffer
 
getBytes(int, OutputStream, int) - Method in class play.server.FileChannelBuffer
 
getBytes(int, byte[], int, int) - Method in class play.server.FileChannelBuffer
 
getBytes(int, ChannelBuffer, int, int) - Method in class play.server.FileChannelBuffer
 
getBytes(int, ByteBuffer) - Method in class play.server.FileChannelBuffer
 
getBytesRead() - Method in class play.data.parsing.MultipartStream.ItemInputStream
Returns the number of bytes, which have been read by the stream.
getCertificateChain(String) - Method in class play.server.ssl.SslHttpServerContextFactory.PEMKeyManager
 
getCharSet() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns the content charset passed by the agent or null if not defined.
getCheckWithCheck() - Method in class play.data.validation.Check
 
getChild(String) - Method in class play.data.binding.ParamNode
 
getChild(String, boolean) - Method in class play.data.binding.ParamNode
 
getClassDefinition(String) - Method in class play.classloading.ApplicationClassloader
Search for the byte code of the given class.
getClassIgnoreCase(String) - Method in class play.classloading.ApplicationClassloader
Find a class in a case insensitive way
getClassInstance(String) - Method in class play.utils.Properties
 
getClassInstance(String, Object) - Method in class play.utils.Properties
 
getClientAliases(String, Principal[]) - Method in class play.server.ssl.SslHttpServerContextFactory.PEMKeyManager
 
getConnection() - Static method in class play.db.DB
Open a connection for the current thread.
getContent(Part) - Static method in class play.libs.Mail.Mock
 
getContent() - Method in exception play.mvc.results.RenderTemplate
 
getContent(Http.Response) - Static method in class play.test.FunctionalTest
obtains the response body as a string
getContentType() - Method in class play.data.FileUpload
 
getContentType() - Method in class play.data.MemoryUpload
 
getContentType() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns the content type passed by the agent or null if not defined.
getContentType() - Method in interface play.data.Upload
 
getContentType(String) - Static method in class play.libs.MimeTypes
return the content-type from a file name.
getContentType(String, String) - Static method in class play.libs.MimeTypes
return the content-type from a file name.
For a text-based content-type, also return the encoding suffix eg.
getContentType() - Method in class play.libs.WS.HttpResponse
The http response content type
getControllerAnnotation(Class<T>) - Static method in class play.mvc.Controller
Retrieve annotation for the controller class
getControllerClass() - Static method in class play.mvc.Controller
Retrieve the controller class
getControllerInheritedAnnotation(Class<T>) - Static method in class play.mvc.Controller
Retrieve annotation for the controller class
getCookies(HttpRequest) - Static method in class play.server.PlayHandler
 
getCookies(HttpServletRequest) - Static method in class play.server.ServletWrapper
 
getCronExpression() - Method in class play.libs.Time.CronExpression
 
getCurrencySymbol(String) - Static method in class play.libs.I18N
Retrieve currency symbol for a currency
getDateAs(Annotation[], String) - Static method in class play.data.binding.AnnotationHelper
It can be something like As(lang={"fr,de","*"}, value={"dd-MM-yyyy","MM-dd-yyyy"})
getDateFormat() - Static method in class play.libs.I18N
 
getDayOfWeekNumber(String) - Method in class play.libs.Time.CronExpression
 
getDefault() - Static method in class play.utils.YesSSLSocketFactory
 
getDefaultCipherSuites() - Method in class play.utils.YesSSLSocketFactory
 
getDefaultFormatter() - Static method in class play.utils.Utils.AlternativeDateFormat
 
getDescription() - Method in class play.test.PlayJUnitRunner
 
getDocument(File) - Static method in class play.libs.XML
Parse an XML file to DOM
getDocument(String) - Static method in class play.libs.XML
Parse an XML string content to DOM
getDouble(String) - Method in class play.utils.Properties
 
getDouble(String, long) - Method in class play.utils.Properties
 
getEnabledPlugins() - Method in class play.plugins.PluginCollection
Returns new readonly list of all enabled plugins
getEncoding() - Method in class play.libs.WS.HttpResponse
 
getEncoding() - Method in exception play.mvc.results.Result
The encoding that should be used when writing this response to the client
getEntityId() - Method in class play.db.jpa.JPABase
Deprecated. 
getErrorDescription() - Method in exception play.db.Evolutions.InconsistentDatabase
 
getErrorDescription() - Method in exception play.db.Evolutions.InvalidDatabaseRevision
 
getErrorDescription() - Method in exception play.exceptions.ActionNotFoundException
 
getErrorDescription() - Method in exception play.exceptions.CacheException
 
getErrorDescription() - Method in exception play.exceptions.CompilationException
 
getErrorDescription() - Method in exception play.exceptions.ConfigurationException
 
getErrorDescription() - Method in exception play.exceptions.ContinuationsException
 
getErrorDescription() - Method in exception play.exceptions.DatabaseException
 
getErrorDescription() - Method in exception play.exceptions.JavaExecutionException
 
getErrorDescription() - Method in exception play.exceptions.JPAException
 
getErrorDescription() - Method in exception play.exceptions.MailException
 
getErrorDescription() - Method in exception play.exceptions.NoRouteFoundException
 
getErrorDescription() - Method in exception play.exceptions.PlayException
 
getErrorDescription() - Method in exception play.exceptions.TemplateCompilationException
 
getErrorDescription() - Method in exception play.exceptions.TemplateExecutionException
 
getErrorDescription() - Method in exception play.exceptions.TemplateNotFoundException
 
getErrorDescription() - Method in exception play.exceptions.UnexpectedException
 
getErrorDescription() - Method in exception play.exceptions.YAMLException
 
getErrorDescription() - Method in exception play.Invoker.Suspend
 
getErrors() - Method in class play.deps.HumanReadyLogger
 
getErrorTitle() - Method in exception play.db.Evolutions.InconsistentDatabase
 
getErrorTitle() - Method in exception play.db.Evolutions.InvalidDatabaseRevision
 
getErrorTitle() - Method in exception play.exceptions.ActionNotFoundException
 
getErrorTitle() - Method in exception play.exceptions.CacheException
 
getErrorTitle() - Method in exception play.exceptions.CompilationException
 
getErrorTitle() - Method in exception play.exceptions.ConfigurationException
 
getErrorTitle() - Method in exception play.exceptions.ContinuationsException
 
getErrorTitle() - Method in exception play.exceptions.DatabaseException
 
getErrorTitle() - Method in exception play.exceptions.JavaExecutionException
 
getErrorTitle() - Method in exception play.exceptions.JPAException
 
getErrorTitle() - Method in exception play.exceptions.MailException
 
getErrorTitle() - Method in exception play.exceptions.NoRouteFoundException
 
getErrorTitle() - Method in exception play.exceptions.PlayException
 
getErrorTitle() - Method in exception play.exceptions.TemplateCompilationException
 
getErrorTitle() - Method in exception play.exceptions.TemplateExecutionException
 
getErrorTitle() - Method in exception play.exceptions.TemplateNotFoundException
 
getErrorTitle() - Method in exception play.exceptions.UnexpectedException
 
getErrorTitle() - Method in exception play.exceptions.YAMLException
 
getErrorTitle() - Method in exception play.Invoker.Suspend
 
getEvolutionScript() - Static method in class play.db.Evolutions
 
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
 
getFieldName() - Method in class play.data.FileUpload
 
getFieldName() - Method in class play.data.MemoryUpload
 
getFieldName() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in interface play.data.Upload
 
getFieldWrapper(Field) - Static method in class play.utils.Java
 
getFile() - Method in class play.db.jpa.Blob
 
getFile() - Method in exception play.exceptions.NoRouteFoundException
 
getFile(String) - Static method in class play.Play
Search a File in the current application
getFileName() - Method in class play.data.FileUpload
 
getFileName() - Method in class play.data.MemoryUpload
 
getFileName() - Method in interface play.data.Upload
 
getFileParams(File[]) - Static method in class play.libs.WS.FileParam
 
getFinalFireTime() - Method in class play.libs.Time.CronExpression
NOT YET IMPLEMENTED: Returns the final time that the CronExpression will match.
getFirstValue(Class<?>) - Method in class play.data.binding.ParamNode
 
getFloat(String) - Method in class play.utils.Properties
 
getFloat(String, float) - Method in class play.utils.Properties
 
getFullUrl(String, Map<String, Object>) - Static method in class play.mvc.Router
 
getFullUrl(String) - Static method in class play.mvc.Router
 
getHeader(String) - Method in class play.libs.WS.HttpResponse
 
getHeader(String) - Method in class play.libs.ws.WSAsync.HttpAsyncResponse
 
getHeader(String) - Method in class play.libs.ws.WSUrlFetch.HttpUrlfetchResponse
 
getHeader(String) - Method in class play.mvc.Http.Response
Get a response header
getHeaderEncoding() - Method in class play.data.parsing.MultipartStream
Retrieves the character encoding used when reading the headers of an individual part.
getHeaders() - Method in class play.libs.WS.HttpResponse
 
getHeaders() - Method in class play.libs.ws.WSAsync.HttpAsyncResponse
 
getHeaders() - Method in class play.libs.ws.WSUrlFetch.HttpUrlfetchResponse
 
getHeaders(HttpRequest) - Static method in class play.server.PlayHandler
 
getHeaders(HttpServletRequest) - Static method in class play.server.ServletWrapper
 
getHttpDateFormatter() - Static method in class play.utils.Utils
 
getId() - Method in class play.db.jpa.Model
 
getId() - Method in exception play.exceptions.PlayException
 
getId() - Method in class play.mvc.Scope.Session
 
getInputStream() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in class play.server.FileChannelBuffer
 
getInstance() - Static method in class play.cache.EhCacheImpl
 
getInstance() - Static method in class play.cache.MemcachedImpl
 
getInstance(boolean) - Static method in class play.cache.MemcachedImpl
 
getInt(int) - Method in class play.server.FileChannelBuffer
 
getInt(String) - Method in class play.utils.Properties
 
getInt(String, int) - Method in class play.utils.Properties
 
getInterestingStrackTraceElement(Throwable) - Static method in exception play.exceptions.PlayException
 
getInvocationContext() - Method in class play.Invoker.DirectInvocation
 
getInvocationContext() - Method in class play.Invoker.Invocation
 
getInvocationContext() - Method in class play.jobs.Job
 
getInvocationContext() - Method in class play.server.PlayHandler.NettyInvocation
 
getInvocationContext() - Method in class play.server.PlayHandler.WebSocketInvocation
 
getInvocationContext() - Method in class play.server.ServletWrapper.ServletInvocation
 
getInvocationType() - Method in class play.Invoker.InvocationContext
Returns the InvocationType for this invocation - Ie: A plugin can use this to find out if it runs in the context of a background Job
getJava(String) - Static method in class play.classloading.ApplicationClasses
Retrieve the corresponding source file for a given class name.
getJavaWithCaching() - Static method in class play.utils.Java
 
getJson() - Method in class play.libs.WS.HttpResponse
get the response body as a JsonElement
getJsonStatus() - Method in class play.CorePlugin
 
getJsonStatus() - Method in class play.PlayPlugin
Return the plugin status in JSON format
getKey() - Method in class play.data.validation.Error
 
getLastDayOfMonth(int, int) - Method in class play.libs.Time.CronExpression
 
getLastMessageReceivedBy(String) - Static method in class play.libs.Mail.Mock
 
getLine() - Method in class play.templates.TemplateParser
 
getLineNumber() - Method in exception play.exceptions.CacheException
 
getLineNumber() - Method in exception play.exceptions.CompilationException
 
getLineNumber() - Method in exception play.exceptions.DatabaseException
 
getLineNumber() - Method in exception play.exceptions.JavaException
 
getLineNumber() - Method in exception play.exceptions.JPAException
 
getLineNumber() - Method in exception play.exceptions.MailException
 
getLineNumber() - Method in exception play.exceptions.NoRouteFoundException
 
getLineNumber() - Method in exception play.exceptions.PlayException
 
getLineNumber() - Method in interface play.exceptions.SourceAttachment
 
getLineNumber() - Method in exception play.exceptions.TemplateException
 
getLineNumber() - Method in exception play.exceptions.TemplateNotFoundException
 
getLineNumber() - Method in exception play.exceptions.YAMLException
 
getLocale(String[]) - Static method in class play.data.binding.AnnotationHelper
 
getLocale() - Static method in class play.i18n.Lang
 
getLocale(String) - Static method in class play.i18n.Lang
 
getLocalVariable(String) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
getLocalVariables() - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
getLocalVariablesStateBeforeAwait() - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
getLong(int) - Method in class play.server.FileChannelBuffer
 
getLong(String) - Method in class play.utils.Properties
 
getLong(String, long) - Method in class play.utils.Properties
 
getMajorVersion() - Method in class play.db.DBPlugin.ProxyDriver
 
getMessage() - Method in exception play.exceptions.CompilationException
 
getMessage(String, Object, Object...) - Static method in class play.i18n.Messages
 
getMessage(String, Object, Object...) - Method in class play.PlayPlugin
Translate the given key for the given locale and arguments.
getMessage(String, Object, Object...) - Method in class play.plugins.PluginCollection
 
getMimeType(String) - Static method in class play.libs.MimeTypes
return the mimetype from a file name
getMimeType(String, String) - Static method in class play.libs.MimeTypes
return the mimetype from a file name.
getMinorVersion() - Method in class play.db.DBPlugin.ProxyDriver
 
getModelFields(Class<?>) - Static method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
getMonthNumber(String) - Method in class play.libs.Time.CronExpression
 
getMoreHTML() - Method in exception play.db.Evolutions.InconsistentDatabase
 
getMoreHTML() - Method in exception play.db.Evolutions.InvalidDatabaseRevision
 
getMoreHTML() - Method in exception play.exceptions.PlayException
 
getName() - Method in class play.data.binding.ParamNode
 
getName() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns the original filename in the client's filesystem.
getName() - Method in class play.templates.Template
 
getName() - Method in class play.vfs.VirtualFile
 
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
 
getOriginalKey() - Method in class play.data.binding.ParamNode
 
getOrNull() - Method in class play.libs.F.Promise
 
getOutputStream() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns an OutputStream that can be used for storing the contents of the file.
getPackage() - Method in class play.classloading.ApplicationClasses.ApplicationClass
 
getParams() - Method in class play.db.helper.SqlQuery
 
getParams() - Method in class play.db.helper.SqlSelect.Where
 
getPasswordAuthentication() - Method in class play.libs.Mail.SMTPAuthenticator
 
getPath() - Method in exception play.exceptions.TemplateNotFoundException
 
getPermittedSize() - Method in exception play.data.parsing.ApacheMultipartParser.SizeException
Retrieves the permitted size of the request.
getPipeline() - Method in class play.server.HttpServerPipelineFactory
 
getPipeline() - Method in class play.server.ssl.SslHttpServerPipelineFactory
 
getPluginInstance(Class<? extends PlayPlugin>) - Method in class play.plugins.PluginCollection
Returns the first instance of a loaded plugin of specified type
getPrivateKey(String) - Method in class play.server.ssl.SslHttpServerContextFactory.PEMKeyManager
 
getProblems() - Method in class play.deps.HumanReadyLogger
 
getProperty(String) - Method in class play.templates.GroovyTemplate.ExecutableTemplate
 
getPropertyInfo(String, Properties) - Method in class play.db.DBPlugin.ProxyDriver
 
getQueryString() - Method in class play.libs.WS.HttpResponse
Parse the response string as a query string.
getRealFile() - Method in class play.vfs.VirtualFile
 
getResource(String) - Method in class play.classloading.ApplicationClassloader
You know ...
getResourceAsStream(String) - Method in class play.classloading.ApplicationClassloader
You know ...
getResources(String) - Method in class play.classloading.ApplicationClassloader
You know ...
getRootParamNode() - Method in class play.mvc.Scope.Params
 
getRootParamNodeFromRequest() - Method in class play.mvc.Scope.Params
 
getRoute(String, String, String, String, String) - Static method in class play.mvc.Router
 
getRoute(String, String, String, String, String, String, int) - Static method in class play.mvc.Router
 
getServerAliases(String, Principal[]) - Method in class play.server.ssl.SslHttpServerContextFactory.PEMKeyManager
 
getServerContext() - Static method in class play.server.ssl.SslHttpServerContextFactory
 
getSession() - Static method in class play.libs.Mail
 
getSet(int) - Method in class play.libs.Time.CronExpression
 
getShort(int) - Method in class play.server.FileChannelBuffer
 
getSimpleNames(Annotation[]) - Static method in class play.utils.Utils
 
getSize() - Method in class play.data.FileUpload
 
getSize() - Method in class play.data.MemoryUpload
 
getSize() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns the size of the file.
getSize() - Method in interface play.data.Upload
 
getSource() - Method in exception play.exceptions.CacheException
 
getSource() - Method in exception play.exceptions.CompilationException
 
getSource() - Method in exception play.exceptions.DatabaseException
 
getSource() - Method in exception play.exceptions.JavaException
 
getSource() - Method in exception play.exceptions.JPAException
 
getSource() - Method in exception play.exceptions.MailException
 
getSource() - Method in exception play.exceptions.NoRouteFoundException
 
getSource() - Method in interface play.exceptions.SourceAttachment
 
getSource() - Method in exception play.exceptions.TemplateException
 
getSource() - Method in exception play.exceptions.TemplateNotFoundException
 
getSource() - Method in exception play.exceptions.YAMLException
 
getSourceEnd() - Method in exception play.exceptions.CompilationException
 
getSourceFile() - Method in exception play.exceptions.CacheException
 
getSourceFile() - Method in exception play.exceptions.CompilationException
 
getSourceFile() - Method in exception play.exceptions.DatabaseException
 
getSourceFile() - Method in exception play.exceptions.JavaException
 
getSourceFile() - Method in exception play.exceptions.JPAException
 
getSourceFile() - Method in exception play.exceptions.MailException
 
getSourceFile() - Method in exception play.exceptions.NoRouteFoundException
 
getSourceFile() - Method in exception play.exceptions.PlayException
 
getSourceFile() - Method in interface play.exceptions.SourceAttachment
 
getSourceFile() - Method in exception play.exceptions.TemplateException
 
getSourceFile() - Method in exception play.exceptions.TemplateNotFoundException
 
getSourceFile() - Method in exception play.exceptions.YAMLException
 
getSourceStart() - Method in exception play.exceptions.CompilationException
 
getStatus() - Method in class play.CorePlugin
Retrieve status about play core.
getStatus() - Method in class play.db.DBPlugin
 
getStatus() - Method in class play.jobs.JobsPlugin
 
getStatus() - Method in class play.libs.WS.HttpResponse
the HTTP status code
getStatus() - Method in class play.libs.ws.WSAsync.HttpAsyncResponse
the HTTP status code
getStatus() - Method in class play.libs.ws.WSUrlFetch.HttpUrlfetchResponse
the HTTP status code
getStatus() - Method in class play.PlayPlugin
Return the plugin status
getStore() - Static method in class play.db.jpa.Blob
 
getStore() - Static method in class play.db.jpa.FileAttachment
Deprecated.  
getStoreLocation() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns the File object for the FileItem's data's temporary location on the disk.
getStream() - Method in class play.libs.WS.HttpResponse
get the response as a stream
getStream() - Method in class play.libs.ws.WSAsync.HttpAsyncResponse
get the response as a stream
getStream() - Method in class play.libs.ws.WSUrlFetch.HttpUrlfetchResponse
get the response as a stream
getString(String) - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns the contents of the file as a String, using the specified encoding.
getString() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns the contents of the file as a String, using the default character encoding.
getString() - Method in class play.libs.WS.HttpResponse
get the response body as a string
getString(String) - Method in class play.libs.WS.HttpResponse
get the response body as a string
getString() - Method in class play.libs.ws.WSUrlFetch.HttpUrlfetchResponse
get the response body as a string
getSupportedCipherSuites() - Method in class play.utils.YesSSLSocketFactory
 
getSupportedReferenceCount() - Method in class play.utils.HTML.HtmlCharacterEntityReferences
Return the number of supported entity references.
getTableTypeString() - Method in class play.db.jpa.MySQLDialect
 
getTargetLogger(Class<?>) - Static method in class play.Logger.JuliToLog4jHandler
 
getTempFile() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Creates and returns a File representing a uniquely named temporary file in the configured repository path.
getTemplate() - Method in exception play.exceptions.TemplateException
 
getText() - Method in class play.libs.Images.Captcha
Tell the captche to draw a text and retrieve it
getText(String) - Method in class play.libs.Images.Captcha
Tell the captche to draw a text using the specified color (ex.
getText(int) - Method in class play.libs.Images.Captcha
Tell the captche to draw a text of the specified size and retrieve it
getText(String, int) - Method in class play.libs.Images.Captcha
Tell the captche to draw a text of the specified size using the specified color (ex.
getText(int, String) - Method in class play.libs.Images.Captcha
 
getText(String, int, String) - Method in class play.libs.Images.Captcha
 
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.
getToken() - Method in class play.templates.TemplateParser
 
getUniqueNumberForTemplateFile(String) - Static method in class play.templates.TemplateLoader
All loaded templates is cached in the templates-list using a key.
getUnsignedMedium(int) - Method in class play.server.FileChannelBuffer
 
getURL(String) - Method in class play.utils.Properties
 
getUrlWithoutQueryString() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Returns the url but removed the queryString-part of it The QueryString-info is later added with addQueryString()
getUUID() - Method in class play.db.jpa.Blob
 
getUUID(String) - Static method in class play.db.jpa.Blob
 
getValidators(Class<?>, String) - Static method in class play.data.validation.Validation
 
getValidators(Class<?>, String, String) - Static method in class play.data.validation.Validation
 
getValue(int, String, int) - Method in class play.libs.Time.CronExpression
 
getValue(Object) - Method in class play.utils.Java.FieldWrapper
 
getValues() - Method in class play.data.binding.ParamNode
 
getVerifiedID() - Static method in class play.libs.OpenID
Retrieve the verified OpenID
getVirtualFile(String) - Static method in class play.Play
Search a VirtualFile in all loaded applications and plugins
getWarns() - Method in class play.deps.HumanReadyLogger
 
getWrappers() - Method in class play.data.binding.BeanWrapper
 
getXml() - Method in class play.libs.WS.HttpResponse
Parse and get the response body as a DOM document
getXml(String) - Method in class play.libs.WS.HttpResponse
parse and get the response body as a DOM document
gimpy - Variable in class play.libs.Images.Captcha
 
Global - Annotation Type in play.data.binding
 
GroovyInlineTags - Class in play.templates
 
GroovyInlineTags() - Constructor for class play.templates.GroovyInlineTags
 
GroovyInlineTags.CALL - Enum in play.templates
 
GroovyTemplate - Class in play.templates
A template
GroovyTemplate(String, String) - Constructor for class play.templates.GroovyTemplate
 
GroovyTemplate(String) - Constructor for class play.templates.GroovyTemplate
 
GroovyTemplate.ExecutableTemplate - Class in play.templates
Groovy template
GroovyTemplate.ExecutableTemplate() - Constructor for class play.templates.GroovyTemplate.ExecutableTemplate
 
GroovyTemplate.TClassLoader - Class in play.templates
 
GroovyTemplate.TClassLoader() - Constructor for class play.templates.GroovyTemplate.TClassLoader
 
GroovyTemplateCompiler - Class in play.templates
The template compiler
GroovyTemplateCompiler() - Constructor for class play.templates.GroovyTemplateCompiler
 
groupBy - Variable in class play.db.helper.SqlSelect
 
groupBy(String...) - Method in class play.db.helper.SqlSelect
 
guessFrameworkPath() - Static method in class play.Play
 

H

h - Variable in class play.libs.Images.Captcha
 
hasAnnotation(CtClass, String) - Method in class play.classloading.enhancers.Enhancer
Test if a class has the provided annotation
hasAnnotation(CtField, String) - Method in class play.classloading.enhancers.Enhancer
Test if a field has the provided annotation
hasAnnotation(CtMethod, String) - Method in class play.classloading.enhancers.Enhancer
Test if a method has the provided annotation
hasArray() - Method in class play.server.FileChannelBuffer
 
hasClass(String) - Method in class play.classloading.ApplicationClasses
Does this class is already loaded ?
hasError(String) - Static method in class play.data.validation.Validation
 
hasErrors() - Static method in class play.data.validation.Validation
 
hashCode() - Method in class play.classloading.ApplicationClassloaderState
 
hashCode() - Method in class play.db.Evolutions.Evolution
 
hashCode(Object) - Method in class play.db.jpa.Blob
 
hashCode() - Method in class play.db.jpa.JPABase
 
hashCode() - Method in class play.vfs.VirtualFile
 
hasNext() - Method in class play.db.helper.JdbcIterator
 
hasParentTag(String) - Static method in class play.templates.TagContext
 
head() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a HEAD request.
head() - Method in class play.libs.WS.WSRequest
Execute a HEAD request.
head() - Method in class play.libs.ws.WSUrlFetch.WSUrlfetchRequest
Execute a HEAD request.
headAsync() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a HEAD request asynchronously.
headAsync() - Method in class play.libs.WS.WSRequest
Execute a HEAD request asynchronously.
HEADER_PART_SIZE_MAX - Static variable in class play.data.parsing.MultipartStream
The maximum length of header-part that will be processed (10 kilobytes = 10240 bytes.).
HEADER_SEPARATOR - Static variable in class play.data.parsing.MultipartStream
A byte sequence that marks the end of header-part (CRLFCRLF).
headers - Variable in class play.libs.WS.WSRequest
 
headers(Map<String, String>) - Method in class play.libs.WS.WSRequest
Use the provided headers when executing request.
headers - Variable in class play.mvc.Http.Request
HTTP Headers
headers - Variable in class play.mvc.Http.Response
Response headers
Helpers - Class in play.test
 
Helpers() - Constructor for class play.test.Helpers
 
hexMD5(String) - Static method in class play.libs.Codec
Build an hexadecimal MD5 hash for a String
hexSHA1(String) - Static method in class play.libs.Codec
Build an hexadecimal SHA1 hash for a String
hexStringToByte(String) - Static method in class play.libs.Codec
Transform an hexadecimal String to a byte array.
host - Variable in class play.mvc.Http.Request
Server host
host - Variable in class play.mvc.Router.ActionDefinition
The domain/host name.
HotswapAgent - Class in play.classloading
Enable HotSwap when it's possible.
HotswapAgent() - Constructor for class play.classloading.HotswapAgent
 
HOUR - Static variable in class play.libs.Time.CronExpression
 
hours - Variable in class play.libs.Time.CronExpression
 
HTML - Class in play.utils
 
HTML() - Constructor for class play.utils.HTML
 
HTML.HtmlCharacterEntityReferences - Class in play.utils
 
HTML.HtmlCharacterEntityReferences() - Constructor for class play.utils.HTML.HtmlCharacterEntityReferences
Returns a new set of character entity references reflecting the HTML 4.0 character set.
htmlEscape(String) - Static method in class play.utils.HTML
Turn special characters into HTML character references.
Http - Class in play.mvc
HTTP interface
Http() - Constructor for class play.mvc.Http
 
HTTP - Class in play.utils
 
HTTP() - Constructor for class play.utils.HTTP
 
HTTP.ContentTypeWithEncoding - Class in play.utils
 
HTTP.ContentTypeWithEncoding(String, String) - Constructor for class play.utils.HTTP.ContentTypeWithEncoding
 
Http.Cookie - Class in play.mvc
An HTTP Cookie
Http.Cookie() - Constructor for class play.mvc.Http.Cookie
 
Http.Header - Class in play.mvc
An HTTP Header
Http.Header() - Constructor for class play.mvc.Http.Header
 
Http.Header(String, String) - Constructor for class play.mvc.Http.Header
 
Http.Header(String, List<String>) - Constructor for class play.mvc.Http.Header
 
Http.Inbound - Class in play.mvc
A Websocket Inbound channel
Http.Inbound() - Constructor for class play.mvc.Http.Inbound
 
Http.Outbound - Class in play.mvc
A Websocket Outbound channel
Http.Outbound() - Constructor for class play.mvc.Http.Outbound
 
Http.Request - Class in play.mvc
An HTTP Request
Http.Request() - Constructor for class play.mvc.Http.Request
Deprecated. 
Http.Response - Class in play.mvc
An HTTP response
Http.Response() - Constructor for class play.mvc.Http.Response
 
Http.StatusCode - Class in play.mvc
 
Http.StatusCode() - Constructor for class play.mvc.Http.StatusCode
 
Http.WebSocketClose - Class in play.mvc
 
Http.WebSocketClose() - Constructor for class play.mvc.Http.WebSocketClose
 
Http.WebSocketEvent - Class in play.mvc
 
Http.WebSocketEvent() - Constructor for class play.mvc.Http.WebSocketEvent
 
Http.WebSocketFrame - Class in play.mvc
A Websocket frame
Http.WebSocketFrame(String) - Constructor for class play.mvc.Http.WebSocketFrame
 
Http.WebSocketFrame(byte[]) - Constructor for class play.mvc.Http.WebSocketFrame
 
httpOnly - Variable in class play.mvc.Http.Cookie
See http://www.owasp.org/index.php/HttpOnly
httpPort - Static variable in class play.server.Server
 
httpResponse - Variable in class play.libs.OAuth2.Response
 
HttpServerPipelineFactory - Class in play.server
 
HttpServerPipelineFactory() - Constructor for class play.server.HttpServerPipelineFactory
 
httpsPort - Static variable in class play.server.Server
 
HumanReadyLogger - Class in play.deps
 
HumanReadyLogger() - Constructor for class play.deps.HumanReadyLogger
 
Hybi10WebSocketFrameDecoder - Class in play.server.hybi10
 
Hybi10WebSocketFrameDecoder() - Constructor for class play.server.hybi10.Hybi10WebSocketFrameDecoder
 
Hybi10WebSocketFrameDecoder.State - Enum in play.server.hybi10
 
Hybi10WebSocketFrameEncoder - Class in play.server.hybi10
Encodes frames going out.
Hybi10WebSocketFrameEncoder() - Constructor for class play.server.hybi10.Hybi10WebSocketFrameEncoder
 

I

I18N - Class in play.libs
I18N utils
I18N() - Constructor for class play.libs.I18N
 
id - Variable in class play.db.jpa.Model
 
id - Variable in class play.libs.F.IndexedEvent
 
id(String) - Static method in class play.libs.OpenID
 
id - Variable in class play.libs.OpenID.UserInfo
OpenID
id - Static variable in class play.Play
The framework ID
idCache - Static variable in class play.test.Fixtures
 
IF_MODIFIED_SINCE - Static variable in class play.server.ServletWrapper
 
IF_NONE_MATCH - Static variable in class play.server.ServletWrapper
 
Images - Class in play.libs
Images utils
Images() - Constructor for class play.libs.Images
 
Images.Captcha - Class in play.libs
A captcha image.
Images.Captcha(int, int) - Constructor for class play.libs.Images.Captcha
 
in(String) - Method in class play.jobs.Job
Start this job in several seconds
in(int) - Method in class play.jobs.Job
Start this job in several seconds
inbound - Static variable in class play.mvc.WebSocketController
 
incr(String, int) - Static method in class play.cache.Cache
Increment the element value (must be a Number).
incr(String) - Static method in class play.cache.Cache
Increment the element value (must be a Number) by 1.
incr(String, int) - Method in interface play.cache.CacheImpl
 
incr(String, int) - Method in class play.cache.EhCacheImpl
 
incr(String, int) - Method in class play.cache.MemcachedImpl
 
index - Variable in class play.PlayPlugin
Plugin priority (0 for highest priority)
inferResult(Object) - Static method in class play.mvc.ActionInvoker
 
info(String) - Method in class play.deps.HumanReadyLogger
 
info(String, Object...) - Static method in class play.Logger
Log with INFO level
info(Throwable, String, Object...) - Static method in class play.Logger
Log with INFO level
infos - Static variable in class play.mvc.Mailer
 
InFuture - Annotation Type in play.data.validation
This date must be in the future.
InFutureCheck - Class in play.data.validation
 
InFutureCheck() - Constructor for class play.data.validation.InFutureCheck
 
init() - Static method in class play.cache.Cache
Initialize the cache system.
init() - Static method in class play.data.binding.CachedBoundActionMethodArgs
 
init(ResultSet) - Method in class play.db.helper.JdbcResultFactories.ClassFactory
 
init(ResultSet) - Method in class play.db.helper.JdbcResultFactories.PrimitiveFactory
 
init(ResultSet) - Method in interface play.db.helper.JdbcResultFactory
 
init() - Method in class play.Invoker.DirectInvocation
 
init() - Method in class play.Invoker.Invocation
Init the call (especially usefull in DEV mode to detect changes)
init() - Static method in class play.Logger
Try to init stuff.
init(File, String) - Static method in class play.Play
Init the framework
init() - Method in class play.server.PlayHandler.NettyInvocation
 
init() - Method in class play.server.PlayHandler.WebSocketInvocation
 
init() - Method in class play.server.ServletWrapper.ServletInvocation
 
init() - Static method in class play.templates.TagContext
 
initActionCall() - Static method in class play.classloading.enhancers.ControllersEnhancer.ControllerInstrumentation
 
initClient() - Method in class play.cache.MemcachedImpl
 
initialized - Static variable in class play.Play
Is the application initialized
initializePlugin(PlayPlugin) - Method in class play.plugins.PluginCollection
Calls plugin.onLoad but detects if plugin removes other plugins from Play.plugins-list to detect if plugins disables a plugin the old hacked way..
initStaticStuff() - Static method in class play.Play
Allow some code to run very early in Play - Use with caution !
inject(BeanSource) - Static method in class play.inject.Injector
For now, inject beans in controllers
Injector - Class in play.inject
 
Injector() - Constructor for class play.inject.Injector
 
inlineParam(Object) - Static method in class play.db.helper.SqlQuery
 
innerJoin(String...) - Method in class play.db.helper.SqlSelect
 
InPast - Annotation Type in play.data.validation
This date must be in the past.
InPastCheck - Class in play.data.validation
 
InPastCheck() - Constructor for class play.data.validation.InPastCheck
 
inputstream() - Method in class play.vfs.VirtualFile
 
install(ArtifactDownloadReport) - Method in class play.deps.DependenciesManager
 
instance - Static variable in class play.db.jpa.JPQL
 
INTERNAL_ERROR - Static variable in class play.mvc.Http.StatusCode
 
internalBind(ParamNode, Class<?>, Type, BindingAnnotations) - Static method in class play.data.binding.Binder
 
internalRender(Map<String, Object>) - Method in class play.templates.GroovyTemplate
 
internalRender(Map<String, Object>) - Method in class play.templates.Template
The internal rendering method - When one templated calls another template, this method is used.
invocationFinally() - Method in class play.data.validation.ValidationPlugin
 
invocationFinally() - Method in class play.db.DBPlugin
 
invocationFinally() - Method in class play.db.jpa.JPAPlugin
 
invocationFinally() - Method in class play.PlayPlugin
Called at the end of the invocation.
invocationFinally() - Method in class play.plugins.PluginCollection
 
invocationType - Static variable in class play.Invoker.DirectInvocation
 
invocationType - Static variable in class play.jobs.Job
 
invocationType - Static variable in class play.mvc.Http
 
invocationType - Static variable in class play.test.PlayJUnitRunner
 
invoke(Invoker.Invocation) - Static method in class play.Invoker
Run the code in a new thread took from a thread pool.
invoke(Invoker.Invocation, long) - Static method in class play.Invoker
Run the code in a new thread after a delay
invoke(T) - Method in interface play.libs.F.Action
 
invoke() - Method in interface play.libs.F.Action0
 
invoke(V) - Method in class play.libs.F.Promise
 
invoke(Http.Request, Http.Response) - Static method in class play.mvc.ActionInvoker
 
invoke(Http.Request, Http.Inbound, Http.Outbound) - Static method in class play.mvc.WebSocketInvoker
 
invoke(T) - Method in interface play.utils.Action
 
invoke(V) - Method in class play.utils.SmartFuture
 
invokeChildOrStatic(Class<?>, String, Object...) - Static method in class play.utils.Java
 
invokeControllerMethod(Method) - Static method in class play.mvc.ActionInvoker
 
invokeControllerMethod(Method, Object[]) - Static method in class play.mvc.ActionInvoker
 
invokedMethod - Variable in class play.mvc.Http.Request
The really invoker Java methid
invokeInThread(Invoker.DirectInvocation) - Static method in class play.Invoker
Run the code in the same thread than caller.
Invoker - Class in play
Run some code in a Play! context
Invoker() - Constructor for class play.Invoker
 
Invoker.DirectInvocation - Class in play
A direct invocation (in the same thread than caller)
Invoker.DirectInvocation() - Constructor for class play.Invoker.DirectInvocation
 
Invoker.Invocation - Class in play
An Invocation in something to run in a Play! context
Invoker.Invocation() - Constructor for class play.Invoker.Invocation
 
Invoker.InvocationContext - Class in play
The class/method that will be invoked by the current operation
Invoker.InvocationContext(String) - Constructor for class play.Invoker.InvocationContext
 
Invoker.InvocationContext(String, List<Annotation>) - Constructor for class play.Invoker.InvocationContext
 
Invoker.InvocationContext(String, Annotation[]) - Constructor for class play.Invoker.InvocationContext
 
Invoker.InvocationContext(String, Annotation[]...) - Constructor for class play.Invoker.InvocationContext
 
Invoker.Suspend - Exception in play
Throwable to indicate that the request must be suspended
Invoker.Suspend(long) - Constructor for exception play.Invoker.Suspend
 
Invoker.Suspend(Future<?>) - Constructor for exception play.Invoker.Suspend
 
invokeReadProperty(Object, String, String, String) - Static method in class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
invokeStatic(Class<?>, String) - Static method in class play.utils.Java
Invoke a static method
invokeStatic(String, String) - Static method in class play.utils.Java
 
invokeStatic(Class<?>, String, Object...) - Static method in class play.utils.Java
Invoke a static method with args
invokeStatic(Method, Map<String, String[]>) - Static method in class play.utils.Java
 
invokeStatic(Method, Object[]) - Static method in class play.utils.Java
 
invokeStaticOrParent(Class<?>, String, Object...) - Static method in class play.utils.Java
 
invokeTag(Integer, String, Map<String, Object>, Closure) - Method in class play.templates.GroovyTemplate.ExecutableTemplate
 
invokeWithException(Throwable) - Method in class play.libs.F.Promise
 
invokeWithResultOrException(V, Throwable) - Method in class play.libs.F.Promise
 
invokeWriteProperty(Object, String, Class<?>, boolean, String, String) - Static method in class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
invokeWriteProperty(Object, String, Class<?>, byte, String, String) - Static method in class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
invokeWriteProperty(Object, String, Class<?>, char, String, String) - Static method in class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
invokeWriteProperty(Object, String, Class<?>, double, String, String) - Static method in class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
invokeWriteProperty(Object, String, Class<?>, float, String, String) - Static method in class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
invokeWriteProperty(Object, String, Class<?>, int, String, String) - Static method in class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
invokeWriteProperty(Object, String, Class<?>, long, String, String) - Static method in class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
invokeWriteProperty(Object, String, Class<?>, short, String, String) - Static method in class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
invokeWriteProperty(Object, String, Class<?>, Object, String, String) - Static method in class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
IO - Class in play.libs
IO utils
IO() - Constructor for class play.libs.IO
 
IPv4Address - Annotation Type in play.data.validation
This field must be a valid IP address.
ipv4Address(String, Object) - Static method in class play.data.validation.Validation
 
ipv4Address(Object) - Method in class play.data.validation.Validation
 
IPv4AddressCheck - Class in play.data.validation
 
IPv4AddressCheck() - Constructor for class play.data.validation.IPv4AddressCheck
 
IPv6Address - Annotation Type in play.data.validation
This field must be a valid IP address.
ipv6Address(String, Object) - Static method in class play.data.validation.Validation
 
ipv6Address(Object) - Method in class play.data.validation.Validation
 
IPv6AddressCheck - Class in play.data.validation
 
IPv6AddressCheck() - Constructor for class play.data.validation.IPv6AddressCheck
 
isActionCallAllowed() - Static method in class play.classloading.enhancers.ControllersEnhancer.ControllerInstrumentation
 
isAjax() - Method in class play.mvc.Http.Request
This request was sent by an Ajax framework.
isAnnotationPresent(Class<T>) - Method in class play.Invoker.InvocationContext
 
isAuthenticationResponse() - Static method in class play.libs.OpenID
Is the current request an authentication response from the OP ?
isBinary - Variable in class play.mvc.Http.WebSocketFrame
 
isCancelled() - Method in class play.libs.F.Promise
 
isCancelled() - Method in class play.utils.SmartFuture
 
isClass() - Method in class play.classloading.ApplicationClasses.ApplicationClass
 
isClosed() - Method in class play.data.parsing.MultipartStream.ItemInputStream
Returns, whether the stream is closed.
isCodeResponse() - Static method in class play.libs.OAuth2
 
isDebugEnabled() - Static method in class play.Logger
 
isDefinable() - Method in class play.classloading.ApplicationClasses.ApplicationClass
Is this class already compiled but not defined ?
isDefined() - Method in class play.libs.F.None
 
isDefined() - Method in class play.libs.F.Option
 
isDefined() - Method in class play.libs.F.Some
 
isDev() - Method in enum play.Play.Mode
 
isDirect(Class<?>) - Static method in class play.data.binding.Unbinder
 
isDirect() - Method in class play.server.FileChannelBuffer
 
isDirectory() - Method in class play.vfs.VirtualFile
 
isDone() - Method in class play.libs.F.Promise
 
isDone() - Method in class play.utils.SmartFuture
 
isEmpty() - Method in class play.db.helper.SqlQuery.Concat
 
isEmpty() - Method in class play.mvc.Scope.Session
Returns true if the session is empty, e.g.
isEnabled() - Static method in class play.db.jpa.JPA
 
isEnabled(PlayPlugin) - Method in class play.plugins.PluginCollection
 
isEnabledFor(String) - Static method in class play.Logger
 
isEnhanced(String) - Static method in class play.classloading.enhancers.ContinuationEnhancer
 
isFormField() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Determines whether or not a FileItem instance represents a simple form field.
isGenerated - Variable in class play.db.Model.Property
 
isGreaterThan(ServletContext, int, int) - Static method in class play.server.ServletWrapper
 
isInMemory() - Method in class play.data.FileUpload
 
isInMemory() - Method in class play.data.MemoryUpload
 
isInMemory() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Provides a hint as to whether or not the file contents will be read from memory.
isInMemory() - Method in interface play.data.Upload
 
isInsideTransaction() - Static method in class play.db.jpa.JPA
 
isKeepAlive(HttpMessage) - Static method in class play.server.PlayHandler
 
isLeapYear(int) - Method in class play.libs.Time.CronExpression
 
isLoadedByApplicationClassloader(PlayPlugin) - Method in class play.plugins.PluginCollection
 
isLoopback - Variable in class play.mvc.Http.Request
Request comes from loopback interface
isMappedToReference(char) - Method in class play.utils.HTML.HtmlCharacterEntityReferences
Return true if the given character is mapped to a supported entity reference.
isModifiable() - Method in class play.utils.Java.FieldWrapper
 
isModified(String, long) - Method in class play.mvc.Http.Request
 
isModified(String, long, HttpRequest) - Static method in class play.server.PlayHandler
 
isModified(String, long, HttpServletRequest) - Static method in class play.server.ServletWrapper
 
isMultiple - Variable in class play.db.Model.Property
 
isMutable() - Method in class play.db.jpa.Blob
 
isNew - Variable in class play.mvc.Http.Request
New request or already submitted
ISO8601 - Static variable in class play.data.binding.types.DateBinder
 
isolationLevels - Static variable in class play.db.DBPlugin.PlayConnectionCustomizer
 
isOpen() - Method in class play.mvc.Http.Inbound
 
isOpen() - Method in class play.mvc.Http.Outbound
 
isPersistent() - Method in class play.db.jpa.JPABase
 
isProd() - Method in enum play.Play.Mode
 
isRelation - Variable in class play.db.Model.Property
 
isSatisfied(Object, Object) - Method in class play.data.validation.Check
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.CheckWithCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.EmailCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.EqualsCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.InFutureCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.InPastCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.IPv4AddressCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.IPv6AddressCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.IsTrueCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.MatchCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.MaxCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.MaxSizeCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.MinCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.MinSizeCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.PhoneCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.RangeCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.RequiredCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.UniqueCheck
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.URLCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.ValidCheck
 
isSatisfiedBy(Date) - Method in class play.libs.Time.CronExpression
Indicates whether the given date satisfies the cron expression.
isSearchable - Variable in class play.db.Model.Property
 
isSet() - Method in class play.db.jpa.FileAttachment
Deprecated.  
isShowProgress() - Method in class play.deps.HumanReadyLogger
 
isSourceAvailable() - Method in exception play.exceptions.CacheException
 
isSourceAvailable() - Method in exception play.exceptions.CompilationException
 
isSourceAvailable() - Method in exception play.exceptions.DatabaseException
 
isSourceAvailable() - Method in exception play.exceptions.JavaException
 
isSourceAvailable() - Method in exception play.exceptions.JPAException
 
isSourceAvailable() - Method in exception play.exceptions.MailException
 
isSourceAvailable() - Method in exception play.exceptions.NoRouteFoundException
 
isSourceAvailable() - Method in exception play.exceptions.PlayException
 
isSourceAvailable() - Method in exception play.exceptions.TemplateNotFoundException
 
isSourceAvailable() - Method in exception play.exceptions.YAMLException
 
isTraceEnabled() - Static method in class play.Logger
 
IsTrue - Annotation Type in play.data.validation
This field must be true.
isTrue(String, Object) - Static method in class play.data.validation.Validation
 
isTrue(Object) - Method in class play.data.validation.Validation
 
IsTrueCheck - Class in play.data.validation
 
IsTrueCheck() - Constructor for class play.data.validation.IsTrueCheck
 
isValidExpression(String) - Static method in class play.libs.Time.CronExpression
Indicates whether the specified cron expression can be parsed into a valid cron expression
isValidMimeType(String) - Static method in class play.libs.MimeTypes
check the mimetype is referenced in the mimetypes database
isVerifierResponse() - Static method in class play.libs.OAuth
 
iterator() - Method in class play.db.helper.JdbcIterator
 
iterator() - Method in class play.libs.F.None
 
iterator() - Method in class play.libs.F.Some
 

J

Java - Class in play.utils
Java utils
Java() - Constructor for class play.utils.Java
 
Java.FieldWrapper - Class in play.utils
Field accessor set and get value for a property, using the getter/setter when it exists or direct access otherwise.
javaByteCode - Variable in class play.classloading.ApplicationClasses.ApplicationClass
The compiled byteCode
javaClass - Variable in class play.classloading.ApplicationClasses.ApplicationClass
The in JVM loaded class
JavaException - Exception in play.exceptions
A Java exception
JavaException(ApplicationClasses.ApplicationClass, Integer, String) - Constructor for exception play.exceptions.JavaException
 
JavaException(ApplicationClasses.ApplicationClass, Integer, String, Throwable) - Constructor for exception play.exceptions.JavaException
 
JavaExecutionException - Exception in play.exceptions
An exception occured during Java execution
JavaExecutionException(ApplicationClasses.ApplicationClass, Integer, Throwable) - Constructor for exception play.exceptions.JavaExecutionException
 
JavaExecutionException(String, Throwable) - Constructor for exception play.exceptions.JavaExecutionException
 
JavaExecutionException(Throwable) - Constructor for exception play.exceptions.JavaExecutionException
 
JavaExtensions - Class in play.templates
Java extensions in templates
JavaExtensions() - Constructor for class play.templates.JavaExtensions
 
javaFile - Variable in class play.classloading.ApplicationClasses.ApplicationClass
A reference to the java source file
javaPackage - Variable in class play.classloading.ApplicationClasses.ApplicationClass
The in JVM loaded package
javaPath - Static variable in class play.Play
All paths to search for Java files
javaSource - Variable in class play.classloading.ApplicationClasses.ApplicationClass
The Java source
jdbcCompliant() - Method in class play.db.DBPlugin.ProxyDriver
 
JdbcHelper - Class in play.db.helper
 
JdbcIterator<T> - Class in play.db.helper
Iterate over a JDBC ResultSet
JdbcIterator(ResultSet, JdbcResultFactory<T>) - Constructor for class play.db.helper.JdbcIterator
 
JdbcIterator(ResultSet, Class<T>) - Constructor for class play.db.helper.JdbcIterator
 
JdbcResultFactories - Class in play.db.helper
 
JdbcResultFactories.ClassFactory<T> - Class in play.db.helper
 
JdbcResultFactories.ClassFactory(Class<T>, List<String>) - Constructor for class play.db.helper.JdbcResultFactories.ClassFactory
 
JdbcResultFactories.PrimitiveFactory<T> - Class in play.db.helper
 
JdbcResultFactories.PrimitiveFactory(Class<T>, int) - Constructor for class play.db.helper.JdbcResultFactories.PrimitiveFactory
 
JdbcResultFactories.PrimitiveFactory(Class<T>, String) - Constructor for class play.db.helper.JdbcResultFactories.PrimitiveFactory
 
JdbcResultFactories.PrimitiveFactory(Class<T>, List<String>) - Constructor for class play.db.helper.JdbcResultFactories.PrimitiveFactory
 
JdbcResultFactory<T> - Interface in play.db.helper
 
JdbcWindowIterator<T> - Class in play.db.helper
 
JdbcWindowIterator(ResultSet, int, int, JdbcResultFactory<T>) - Constructor for class play.db.helper.JdbcWindowIterator
 
JdbcWindowIterator(ResultSet, int, int, Class<T>) - Constructor for class play.db.helper.JdbcWindowIterator
 
Job<V> - Class in play.jobs
A job is an asynchronously executed unit of work
Job() - Constructor for class play.jobs.Job
 
JobsPlugin - Class in play.jobs
 
JobsPlugin() - Constructor for class play.jobs.JobsPlugin
 
join - Variable in class play.db.helper.SqlSelect
 
join(Collection, String) - Static method in class play.templates.JavaExtensions
concatenate items of a collection as a string separated with separator items toString() method should be implemented to provide a string representation
join(Iterable<T>, String) - Static method in class play.utils.Utils
 
join(String[], String) - Static method in class play.utils.Utils
 
join(Annotation[], String) - Static method in class play.utils.Utils
 
JPA - Class in play.db.jpa
JPA Support
JPA() - Constructor for class play.db.jpa.JPA
 
JPABase - Class in play.db.jpa
A super class for JPA entities
JPABase() - Constructor for class play.db.jpa.JPABase
 
JPABase.JPAQueryException - Exception in play.db.jpa
 
JPABase.JPAQueryException(String) - Constructor for exception play.db.jpa.JPABase.JPAQueryException
 
JPABase.JPAQueryException(String, Throwable) - Constructor for exception play.db.jpa.JPABase.JPAQueryException
 
JPAEnhancer - Class in play.db.jpa
Enhance JPABase entities classes
JPAEnhancer() - Constructor for class play.db.jpa.JPAEnhancer
 
JPAException - Exception in play.exceptions
JPA exception
JPAException(String) - Constructor for exception play.exceptions.JPAException
 
JPAException(String, Throwable) - Constructor for exception play.exceptions.JPAException
 
JpaHelper - Class in play.db.helper
 
JPAPlugin - Class in play.db.jpa
JPA Plugin
JPAPlugin() - Constructor for class play.db.jpa.JPAPlugin
 
JPAPlugin.JPAModelLoader - Class in play.db.jpa
 
JPAPlugin.JPAModelLoader(Class<? extends Model>) - Constructor for class play.db.jpa.JPAPlugin.JPAModelLoader
 
JPASupport - Class in play.db.jpa
Deprecated. 
JPASupport() - Constructor for class play.db.jpa.JPASupport
Deprecated.  
JPASupport.JPAQuery - Class in play.db.jpa
Deprecated. 
JPASupport.JPAQuery(String, Query) - Constructor for class play.db.jpa.JPASupport.JPAQuery
Deprecated.  
JPASupport.JPAQuery(Query) - Constructor for class play.db.jpa.JPASupport.JPAQuery
Deprecated.  
JPQL - Class in play.db.jpa
 
JPQL() - Constructor for class play.db.jpa.JPQL
 
JpqlSelect - Class in play.db.helper
 
JpqlSelect() - Constructor for class play.db.helper.JpqlSelect
 
JpqlSelect(JpqlSelect) - Constructor for class play.db.helper.JpqlSelect
 
juli - Static variable in class play.Logger
When using java.util.logging.

K

keep() - Static method in class play.data.validation.Validation
Keep errors for the next request (will be stored in a cookie)
keep(String) - Method in class play.mvc.Scope.Flash
 
keep() - Method in class play.mvc.Scope.Flash
 
key(String) - Method in class play.data.validation.Validation.ValidationResult
 
keyName() - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
keyName() - Method in interface play.db.Model.Factory
 
keyNames() - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
keys() - Method in class play.utils.OrderSafeProperties
 
keySet() - Method in class play.utils.OrderSafeProperties
 
keyType() - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
keyType() - Method in interface play.db.Model.Factory
 
keyTypes() - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
keyValue(Model) - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
keyValue(Model) - Method in interface play.db.Model.Factory
 
kill(String) - Static method in class play.utils.Utils
 

L

Lang - Class in play.i18n
Language support
Lang() - Constructor for class play.i18n.Lang
 
lang() - Method in class play.i18n.Localized
 
langs - Static variable in class play.Play
The list of supported locales
last(List<?>) - Static method in class play.templates.JavaExtensions
return the last item of a list or null if the List is null
lastdayOfMonth - Variable in class play.libs.Time.CronExpression
 
lastdayOfWeek - Variable in class play.libs.Time.CronExpression
 
lastException - Variable in class play.jobs.Job
 
lastLoading - Static variable in class play.mvc.Router
Timestamp the routes file was last loaded at.
lastModified() - Method in class play.vfs.VirtualFile
 
lastRun - Variable in class play.jobs.Job
 
layout - Static variable in class play.templates.BaseTemplate
 
layoutData - Static variable in class play.templates.BaseTemplate
 
lazyLoadTemplates - Static variable in class play.Play
Lazy load the templates on demand
leftJoin(String...) - Method in class play.db.helper.SqlSelect
 
length() - Method in class play.db.jpa.Blob
 
length() - Method in class play.db.jpa.FileAttachment
Deprecated. 
length() - Method in interface play.db.Model.BinaryField
 
length() - Method in class play.vfs.VirtualFile
 
LF - Static variable in class play.data.parsing.MultipartStream
The Line Feed ASCII character value.
limit - Variable in class play.db.helper.SqlSelect
 
limit(long) - Method in class play.db.helper.SqlSelect
 
limit(long, long) - Method in class play.db.helper.SqlSelect
 
limit(long) - Method in class play.db.helper.SqlUnion
 
limit(long, long) - Method in class play.db.helper.SqlUnion
 
linesMatrix - Variable in class play.templates.BaseTemplate
 
list() - Method in interface play.db.Model.Choices
 
list() - Method in class play.vfs.VirtualFile
 
listApplicationEvolutions() - Static method in class play.db.Evolutions
 
listDatabaseEvolutions() - Static method in class play.db.Evolutions
 
listProperties() - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
listProperties() - Method in interface play.db.Model.Factory
 
load() - Method in class play.db.helper.JdbcIterator
 
load() - Method in class play.db.helper.JdbcWindowIterator
 
load(String) - Static method in class play.mvc.Router
Parse the routes file.
load(VirtualFile) - Static method in class play.templates.TemplateLoader
Load a template from a virtual file
load(String, String) - Static method in class play.templates.TemplateLoader
Load a template from a String
load(String, String, boolean) - Static method in class play.templates.TemplateLoader
Clean the cache for that key Then load a template from a String
load(String) - Static method in class play.templates.TemplateLoader
Load a template
load(String) - Static method in class play.test.Fixtures
Deprecated. use Fixtures.loadModels(String...) instead
load(String...) - Static method in class play.test.Fixtures
Deprecated. use Fixtures.loadModels(String...) instead
load(List<String>) - Static method in class play.test.Fixtures
Deprecated. use Fixtures.loadModels(String...) instead
load(InputStream) - Method in class play.utils.OrderSafeProperties
 
load(InputStream) - Method in class play.utils.Properties
 
load(InputStream, String) - Method in class play.utils.Properties
 
loadApplicationClass(String) - Method in class play.classloading.ApplicationClassloader
 
loadClass(String, boolean) - Method in class play.classloading.ApplicationClassloader
You know ...
loadFromCache() - Method in class play.templates.BaseTemplate
 
loadModels(String) - Static method in class play.test.Fixtures
Load Model instances from a YAML file and persist them using the underlying persistence mechanism.
loadModels(String...) - Static method in class play.test.Fixtures
 
loadModels(List<String>) - Static method in class play.test.Fixtures
 
loadModules() - Static method in class play.Play
Load all modules.
loadPlugins() - Method in class play.plugins.PluginCollection
Enable found plugins
loadPrecompiled() - Method in class play.templates.BaseTemplate
 
loadString(String) - Static method in class play.templates.TemplateLoader
Load template from a String, but don't cache it
loadTemplate(VirtualFile) - Method in class play.PlayPlugin
 
loadTemplate(VirtualFile) - Method in class play.plugins.PluginCollection
 
loadYaml(String) - Static method in class play.test.Fixtures
Load and parse a plain YAML file and returns the corresponding Java objects.
loadYaml(String, Class<T>) - Static method in class play.test.Fixtures
Load and parse a plain YAML file and returns the corresponding Java Map.
loadYaml(String, Yaml) - Static method in class play.test.Fixtures
 
loadYamlAsList(String) - Static method in class play.test.Fixtures
Load and parse a plain YAML file and returns the corresponding Java List.
loadYamlAsMap(String) - Static method in class play.test.Fixtures
Load and parse a plain YAML file and returns the corresponding Java Map.
local - Static variable in class play.db.jpa.JPA
 
LocaleBinder - Class in play.data.binding.types
Binder that support Locale class.
LocaleBinder() - Constructor for class play.data.binding.types.LocaleBinder
 
locales - Static variable in class play.i18n.Messages
 
Localized<T> - Class in play.i18n
A localized object
Localized() - Constructor for class play.i18n.Localized
 
locals() - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
LocalvariablesNamesEnhancer - Class in play.classloading.enhancers
Track names of local variables ...
LocalvariablesNamesEnhancer() - Constructor for class play.classloading.enhancers.LocalvariablesNamesEnhancer
 
LocalvariablesNamesEnhancer.LocalVariablesNamesTracer - Class in play.classloading.enhancers
Runtime part.
LocalvariablesNamesEnhancer.LocalVariablesNamesTracer() - Constructor for class play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesNamesTracer
 
LocalvariablesNamesEnhancer.LocalVariablesSupport - Interface in play.classloading.enhancers
Mark class that need local variables tracking
lock - Variable in class play.plugins.PluginCollection
 
log(String, int) - Method in class play.deps.HumanReadyLogger
 
log4j - Static variable in class play.Logger
The application logger (play).
Logger - Class in play
Main logger of the application.
Logger() - Constructor for class play.Logger
 
Logger.JuliToLog4jHandler - Class in play
juli handler that Redirect to log4j
Logger.JuliToLog4jHandler() - Constructor for class play.Logger.JuliToLog4jHandler
 
lookupParameterNames(Constructor) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer
 
lookupParameterNames(Method) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer
 

M

Mail - Class in play.libs
Mail utils
Mail() - Constructor for class play.libs.Mail
 
Mail.Mock - Class in play.libs
 
Mail.Mock() - Constructor for class play.libs.Mail.Mock
 
Mail.SMTPAuthenticator - Class in play.libs
 
Mail.SMTPAuthenticator(String, String) - Constructor for class play.libs.Mail.SMTPAuthenticator
 
Mailer - Class in play.mvc
Application mailer support
Mailer() - Constructor for class play.mvc.Mailer
 
MailerEnhancer - Class in play.classloading.enhancers
Enhance mailers classes.
MailerEnhancer() - Constructor for class play.classloading.enhancers.MailerEnhancer
 
MailException - Exception in play.exceptions
Error while sending an email
MailException(String) - Constructor for exception play.exceptions.MailException
 
MailException(String, Throwable) - Constructor for exception play.exceptions.MailException
 
main(String[]) - Static method in class play.db.Evolutions
 
main(String[]) - Static method in class play.deps.DependenciesManager
 
main(String[]) - Static method in class play.server.Server
 
makeClass(ApplicationClasses.ApplicationClass) - Method in class play.classloading.enhancers.Enhancer
Construct a javassist CtClass from an application class.
makeRequest(Http.Request, Http.Response) - Static method in class play.test.FunctionalTest
 
makeRequest(Http.Request) - Static method in class play.test.FunctionalTest
 
Match - Annotation Type in play.data.validation
This field must match the regexp.
match(String, Object, String) - Static method in class play.data.validation.Validation
 
match(Object, String) - Method in class play.data.validation.Validation
 
match(T) - Method in class play.libs.F.Matcher
 
match(F.Option<T>) - Method in class play.libs.F.Matcher
 
MatchCheck - Class in play.data.validation
 
MatchCheck() - Constructor for class play.data.validation.MatchCheck
 
matches(String, String) - Method in class play.mvc.Router.Route
 
matches(String, String, String) - Method in class play.mvc.Router.Route
 
matches(String, String, String, String) - Method in class play.mvc.Router.Route
Check if the parts of a HTTP request equal this Route.
Max - Annotation Type in play.data.validation
This field must be lower than.
max(String, Object, double) - Static method in class play.data.validation.Validation
 
max(Object, double) - Method in class play.data.validation.Validation
 
maxAge - Variable in class play.mvc.Http.Cookie
Cookie max-age
MaxCheck - Class in play.data.validation
 
MaxCheck() - Constructor for class play.data.validation.MaxCheck
 
maxPlainTextLength - Static variable in class play.templates.GroovyTemplateCompiler
 
MaxSize - Annotation Type in play.data.validation
This field size must be lower than.
maxSize(String, Object, int) - Static method in class play.data.validation.Validation
 
maxSize(Object, int) - Method in class play.data.validation.Validation
 
MaxSizeCheck - Class in play.data.validation
 
MaxSizeCheck() - Constructor for class play.data.validation.MaxSizeCheck
 
MemcachedImpl - Class in play.cache
Memcached implementation (using http://code.google.com/p/spymemcached/) expiration is specified in seconds
MemoryUpload - Class in play.data
 
MemoryUpload(FileItem) - Constructor for class play.data.MemoryUpload
 
merge() - Method in class play.db.jpa.GenericModel
Merge this object to obtain a managed entity (usefull when the object comes from the Cache).
mergeValueInMap(Map<String, String[]>, String, String) - Static method in class play.utils.Utils.Maps
 
mergeValueInMap(Map<String, String[]>, String, String[]) - Static method in class play.utils.Utils.Maps
 
message() - Method in class play.data.validation.Error
 
message(String) - Method in class play.data.validation.Error
 
message(String) - Method in class play.data.validation.Validation.ValidationResult
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class play.server.PlayHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class play.server.StreamChunkAggregator
 
Messages - Class in play.i18n
I18n Helper
Messages() - Constructor for class play.i18n.Messages
 
MessagesPlugin - Class in play.i18n
Messages plugin
MessagesPlugin() - Constructor for class play.i18n.MessagesPlugin
 
method - Variable in class play.data.binding.Binder.MethodAndParamInfo
 
method - Variable in class play.mvc.Http.Request
HTTP method
METHOD - Static variable in class play.mvc.Http.StatusCode
 
method - Variable in class play.mvc.Router.ActionDefinition
The HTTP method, e.g.
method - Variable in class play.mvc.Router.Route
HTTP method, e.g.
mimeType - Variable in class play.libs.WS.WSRequest
 
mimeType(String) - Method in class play.libs.WS.WSRequest
Add a MimeType to the web service request.
MimeTypes - Class in play.libs
MimeTypes utils
MimeTypes() - Constructor for class play.libs.MimeTypes
 
Min - Annotation Type in play.data.validation
This field must be greater than.
min(String, Object, double) - Static method in class play.data.validation.Validation
 
min(Object, double) - Method in class play.data.validation.Validation
 
MinCheck - Class in play.data.validation
 
MinCheck() - Constructor for class play.data.validation.MinCheck
 
MinSize - Annotation Type in play.data.validation
This field size must be lower than.
minSize(String, Object, int) - Static method in class play.data.validation.Validation
 
minSize(Object, int) - Method in class play.data.validation.Validation
 
MinSizeCheck - Class in play.data.validation
 
MinSizeCheck() - Constructor for class play.data.validation.MinSizeCheck
 
MINUTE - Static variable in class play.libs.Time.CronExpression
 
minutes - Variable in class play.libs.Time.CronExpression
 
MISSING - Static variable in class play.data.binding.Binder
 
mode - Static variable in class play.Play
The application mode
Model - Class in play.db.jpa
Base class for JPA model objects Automatically provide a @Id Long id field
Model() - Constructor for class play.db.jpa.Model
 
Model - Interface in play.db
 
Model.BinaryField - Interface in play.db
 
Model.Choices - Interface in play.db
 
Model.Factory - Interface in play.db
 
Model.Manager - Class in play.db
 
Model.Manager() - Constructor for class play.db.Model.Manager
 
Model.Property - Class in play.db
 
Model.Property() - Constructor for class play.db.Model.Property
 
modelFactory(Class<? extends Model>) - Method in class play.db.jpa.JPAPlugin
 
modelFactory(Class<? extends Model>) - Method in class play.PlayPlugin
 
modelFactory(Class<? extends Model>) - Method in class play.plugins.PluginCollection
 
modules - Static variable in class play.Play
Modules
modulesRoutes - Static variable in class play.Play
Plugin routes files
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 - Static variable in class play.mvc.Http.StatusCode
 
MULTIPART_FORM_DATA - Static variable in class play.test.FunctionalTest
 
MultipartStream - Class in play.data.parsing
Low level API for processing file uploads.
MultipartStream() - Constructor for class play.data.parsing.MultipartStream
Deprecated. Use MultipartStream.MultipartStream(InputStream, byte[], ProgressNotifier), or MultipartStream.MultipartStream(InputStream, byte[], int, ProgressNotifier)
MultipartStream(InputStream, byte[], int) - Constructor for class play.data.parsing.MultipartStream
Deprecated. Use MultipartStream.MultipartStream(InputStream, byte[], int, ProgressNotifier).
MultipartStream(InputStream, byte[]) - Constructor for class play.data.parsing.MultipartStream
Deprecated. Use MultipartStream.MultipartStream(InputStream, byte[], ProgressNotifier).
MultipartStream.IllegalBoundaryException - Exception in play.data.parsing
Thrown upon attempt of setting an invalid boundary token.
MultipartStream.IllegalBoundaryException() - Constructor for exception play.data.parsing.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with no detail message.
MultipartStream.IllegalBoundaryException(String) - Constructor for exception play.data.parsing.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with the specified detail message.
MultipartStream.ItemInputStream - Class in play.data.parsing
An InputStream for reading an items contents.
MultipartStream.MalformedStreamException - Exception in play.data.parsing
Thrown to indicate that the input stream fails to follow the required syntax.
MultipartStream.MalformedStreamException() - Constructor for exception play.data.parsing.MultipartStream.MalformedStr