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

A

absolute() - Method in class play.mvc.Router.ActionDefinition
 
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.
accessTokenURL - Variable in class play.libs.OAuth.ServiceInfo
 
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
 
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
 
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
 
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.
addParams(String) - Method in class play.mvc.Router.Route
 
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
 
addToRequest(HttpRequest, Http.Request) - Static method in class play.server.PlayHandler
 
addToResponse(Http.Response, HttpResponse) - Static method in class play.server.PlayHandler
 
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
 
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.
afterApplicationStart() - Method in class play.jobs.JobsPlugin
 
afterApplicationStart() - Method in class play.PlayPlugin
Called after the application start.
afterFixtureLoad() - Method in class play.db.jpa.JPAPlugin
 
afterFixtureLoad() - Method in class play.PlayPlugin
 
afterInvocation() - Method in class play.db.jpa.JPAPlugin
 
afterInvocation() - Method in class play.PlayPlugin
Called after an invocation.
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
 
allFunctionalTests() - Static method in class play.test.TestEngine
 
allSeleniumTests() - Static method in class play.test.TestEngine
 
allSimple() - Method in class play.mvc.Scope.Params
 
allUnitTests() - Static method in class play.test.TestEngine
 
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
 
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
 
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
 
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
 
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) - Method in class play.libs.WS.WSRequest
define client authentication for a server host provided credentials will be used during the request
authorizationURL - Variable in class play.libs.OAuth.ServiceInfo
 
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.

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
 
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
 
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.
beforeDetectingChanges() - Method in class play.PlayPlugin
 
beforeInvocation() - Method in class play.data.validation.ValidationPlugin
 
beforeInvocation() - Method in class play.db.jpa.JPAPlugin
 
beforeInvocation() - Method in class play.i18n.MessagesPlugin
 
beforeInvocation() - Method in class play.PlayPlugin
Called before a Play! invocation.
BinaryBinder - Class in play.data.binding.types
 
BinaryBinder() - Constructor for class play.data.binding.types.BinaryBinder
 
bind(String, Annotation[], String, Class) - 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
 
bind(String, Class<?>, Type, Annotation[], Map<String, String[]>) - Static method in class play.data.binding.Binder
 
bind(String, Class<?>, Type, Annotation[], Map<String, String[]>, Object, Method, int) - Static method in class play.data.binding.Binder
 
bind(String, Annotation[], String, Class) - Method in interface play.data.binding.TypeBinder
 
bind(String, Annotation[], String, Class) - Method in class play.data.binding.types.BinaryBinder
 
bind(String, Annotation[], String, Class) - Method in class play.data.binding.types.ByteArrayArrayBinder
 
bind(String, Annotation[], String, Class) - Method in class play.data.binding.types.ByteArrayBinder
 
bind(String, Annotation[], String, Class) - Method in class play.data.binding.types.CalendarBinder
 
bind(String, Annotation[], String, Class) - Method in class play.data.binding.types.DateBinder
 
bind(String, Annotation[], String, Class) - Method in class play.data.binding.types.FileArrayBinder
 
bind(String, Annotation[], String, Class) - Method in class play.data.binding.types.FileBinder
 
bind(String, Annotation[], String, Class) - Method in class play.data.binding.types.FileListBinder
 
bind(String, Annotation[], String, Class) - Method in class play.data.binding.types.LocaleBinder
 
bind(String, Annotation[], String, Class) - Method in class play.data.binding.types.UploadArrayBinder
 
bind(String, Annotation[], String, Class) - 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(String, Class, Type, Annotation[], Map<String, String[]>) - Method in class play.db.jpa.JPAPlugin
 
bind(String, Object, Map<String, String[]>) - Method in class play.db.jpa.JPAPlugin
 
bind(String, Class, Type, Annotation[], Map<String, String[]>) - 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
 
Binder - Class in play.data.binding
The binder try to convert String values to Java objects.
Binder() - Constructor for class play.data.binding.Binder
 
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
 
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
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
 
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
 
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
 
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
 
classes - Static variable in class play.Play
All loaded application classes
classloader - Static variable in class play.Play
The application classLoader
classPool - Variable in class play.classloading.enhancers.Enhancer
 
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.validation.Validation
 
clear() - Method in class play.mvc.Scope.Flash
 
clear() - Method in class play.mvc.Scope.Session
 
clearCookies() - Method in class play.test.FunctionalTest
 
clearJPASession() - Method in class play.test.BaseTest
Flush and clear the JPA session
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
 
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(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
Let a chance to the plugin to compile it owns classes.
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
 
compute() - Method in class play.mvc.Router.Route
 
computeApplicationStatus(boolean) - Static method in class play.CorePlugin
Get the appication 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
 
conf - Static variable in class play.Play
The main application.conf
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(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(Range) - Method in class play.data.validation.RangeCheck
 
configure(URL) - Method in class play.data.validation.URLCheck
 
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[], String[]) - Static method in class play.data.binding.Binder
 
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
contextDestroyed(ServletContextEvent) - Method in class play.server.ServletWrapper
 
contextInitialized(ServletContextEvent) - Method in class play.server.ServletWrapper
 
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
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
 
copyResponse(ChannelHandlerContext, Http.Request, Http.Response, HttpRequest) - Static 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
 
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
 
createQueryString() - Method in class play.libs.WS.WSRequest
 
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
 
crop(File, File, int, int, int, int) - Static method in class play.libs.Images
Crop an image
Crypto - Class in play.libs
Crypto utils
Crypto() - Constructor for class play.libs.Crypto
 
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.validation.Validation
 
current - Static variable in class play.i18n.Lang
 
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 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
 
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.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
 
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.ProxyDriver - Class in play.db
Needed because DriverManager will not load a driver ouside of the system classloader
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
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.
defaults - Static variable in class play.i18n.Messages
 
defaultValue(String) - Method in class play.db.helper.SqlQuery.Concat
 
defineTemplate(String, byte[]) - Method in class play.templates.GroovyTemplate.TClassLoader
 
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(List<Class<? extends Model>>) - Static method in class play.test.Fixtures
 
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
 
deleteAllModels() - Static method in class play.test.Fixtures
 
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
deleteDirectory(File) - Static method in class play.libs.Files
Recursively delete a directory.
deleteDirectory(String) - Static method in class play.test.Fixtures
 
deserialize(byte[]) - Static method in class play.utils.Java
 
destroy() - Method in class play.server.ServletWrapper
 
detectChange() - Method in class play.i18n.MessagesPlugin
 
detectChange() - Method in class play.PlayPlugin
It's time for the plugin to detect changes.
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
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
 
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
 
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
 
edit(String, Map<String, 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
 
encode(String) - Static method in class play.libs.WS
URL-encode an UTF-8 string to be used as a query string parameter.
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
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.
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
enhancedByteCode - Variable in class play.classloading.ApplicationClasses.ApplicationClass
The enhanced byteCode
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.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
 
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, 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(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, 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
 
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
 
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
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class play.server.PlayHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class play.server.ssl.SslPlayHandler
 
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.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
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
 
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

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
 
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
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
 
FileListBinder - Class in play.data.binding.types
Bind file form multipart/form-data request.
FileListBinder() - Constructor for class play.data.binding.types.FileListBinder
 
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
 
filterMap(Map<K, V>, String) - Static method in class play.utils.Utils.Maps
 
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
 
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
 
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
 
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
 
flush() - Method in class play.Logger.JuliToLog4jHandler
 
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
 
formatCurrency(Number, String) - Static method in class play.templates.JavaExtensions
 
formatSize(Long) - Static method in class play.templates.JavaExtensions
 
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
 
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.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(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(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
 
getAcceptedIssuers() - Method in class play.utils.YesSSLSocketFactory.YesTrustManager
 
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
 
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
 
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
 
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.
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
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
 
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
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
 
getDefault() - Static method in class play.utils.YesSSLSocketFactory
 
getDefaultCipherSuites() - Method in class play.utils.YesSSLSocketFactory
 
getDefaultFormatter() - Static method in class play.utils.Utils.AlternativeDateFormat
 
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
 
getEntityId() - Method in class play.db.jpa.JPABase
Deprecated. 
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.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
 
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.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
 
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
 
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
 
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
 
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
 
getJava(String) - Static method in class play.classloading.ApplicationClasses
Retrieve the corresponding source file for a given class name.
getJson() - Method in class play.libs.WS.HttpResponse
get the response body as a JSONObject
getJsonStatus() - Method in class play.CorePlugin
 
getJsonStatus() - Method in class play.PlayPlugin
Retun the plugin status in JSON format
getKey() - Method in class play.data.validation.Error
 
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
 
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
 
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
 
getName() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Returns the original filename in the client's filesystem.
getName() - Method in class play.vfs.VirtualFile
 
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
 
getPrivateKey(String) - Method in class play.server.ssl.SslHttpServerContextFactory.PEMKeyManager
 
getProperty(String) - Method in class play.templates.GroovyTemplate.ExecutableTemplate
 
getPropertyInfo(String, Properties) - Method in class play.db.DBPlugin.ProxyDriver
 
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 ...
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
 
getShort(int) - Method in class play.server.FileChannelBuffer
 
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
Retun 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() - Method in class play.libs.ws.WSAsync.HttpAsyncResponse
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
 
getToken() - Method in class play.templates.TemplateParser
 
getUnsignedMedium(int) - Method in class play.server.FileChannelBuffer
 
getURL(String) - Method in class play.utils.Properties
 
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(Object) - Method in class play.utils.Java.FieldWrapper
 
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
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
 

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
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(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
 
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.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.Request - Class in play.mvc
An HTTP Request
Http.Request() - Constructor for class play.mvc.Http.Request
 
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
 
httpOnly - Variable in class play.mvc.Http.Cookie
See http://www.owasp.org/index.php/HttpOnly
httpPort - Static variable in class play.server.Server
 
HttpServerPipelineFactory - Class in play.server
 
HttpServerPipelineFactory() - Constructor for class play.server.HttpServerPipelineFactory
 
httpsPort - Static variable in class play.server.Server
 

I

I18N - Class in play.libs
I18N utils
I18N() - Constructor for class play.libs.I18N
 
id - Variable in class play.db.jpa.Model
 
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
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
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, 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(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() - Static method in class play.templates.TagContext
 
initActionCall() - Static method in class play.classloading.enhancers.ControllersEnhancer.ControllerInstrumentation
 
initStaticStuff() - Static method in class play.Play
Allow some code to run very eraly 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
 
instance - Static variable in class play.db.jpa.JPQL
 
INTERNAL_ERROR - Static variable in class play.mvc.Http.StatusCode
 
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.
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(Http.Request, Http.Response) - Static method in class play.mvc.ActionInvoker
 
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.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
 
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
 
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.
isAuthenticationResponse() - Static method in class play.libs.OpenID
Is the current request an authentication response from the OP ?
isClass() - Method in class play.classloading.ApplicationClasses.ApplicationClass
 
isClosed() - Method in class play.data.parsing.MultipartStream.ItemInputStream
Returns, whether the stream is closed.
isDefinable() - Method in class play.classloading.ApplicationClasses.ApplicationClass
Is this class already compiled but not defined ?
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
 
isEmpty() - Method in class play.db.helper.SqlQuery.Concat
 
isEnabled() - Static method in class play.db.jpa.JPA
 
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
 
isKeepAlive(HttpMessage) - Static method in class play.server.PlayHandler
 
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
 
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.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.RangeCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.RequiredCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.URLCheck
 
isSatisfied(Object, Object, OValContext, Validator) - Method in class play.data.validation.ValidCheck
 
isSearchable - Variable in class play.db.Model.Property
 
isSet() - Method in class play.db.jpa.FileAttachment
Deprecated.  
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
 
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
 
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
 

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
 
keyType() - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
keyType() - Method in interface play.db.Model.Factory
 
keyValue(Model) - Method in class play.db.jpa.JPAPlugin.JPAModelLoader
 
keyValue(Model) - Method in interface play.db.Model.Factory
 

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
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
 
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
 
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
 
loadModules() - Static method in class play.Play
Load all modules.
loadPlugins() - Static method in class play.Play
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
 
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
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
 

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.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
 
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
 
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/)
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.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
 
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
 
modules - Static variable in class play.Play
Modules
modulesRoutes - Static variable in class play.Play
Plugin routes files
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.MalformedStreamException
Constructs a MalformedStreamException with no detail message.
MultipartStream.MalformedStreamException(String) - Constructor for exception play.data.parsing.MultipartStream.MalformedStreamException
Constructs an MalformedStreamException with the specified detail message.
MySQLDialect - Class in play.db.jpa
InnoDB, UTF-8 dialect for Mysql
MySQLDialect() - Constructor for class play.db.jpa.MySQLDialect
 

N

name - Variable in class play.classloading.ApplicationClasses.ApplicationClass
The fully qualified class name
name - Variable in class play.db.Model.Property
 
name - Variable in class play.mvc.Http.Cookie
Cookie name
name - Variable in class play.mvc.Http.Header
Header name
name - Variable in class play.templates.Template
 
name - Variable in class play.test.TestEngine.TestResult
 
newBeanInstance() - Method in class play.data.binding.BeanWrapper
 
newClassPool() - Static method in class play.classloading.enhancers.Enhancer
 
newEntityManager() - Static method in class play.db.jpa.JPA
 
newRequest(String) - Method in class play.libs.ws.WSAsync
 
newRequest(String) - Method in interface play.libs.WS.WSImpl
 
newRequest(String) - Method in class play.libs.ws.WSUrlFetch
 
newRequest() - Static method in class play.test.FunctionalTest
 
newResponse() - Static method in class play.test.FunctionalTest
 
next() - Method in class play.db.helper.JdbcIterator
 
nextToken() - Method in class play.templates.TemplateParser
 
nl2br(Object) - Static method in class play.templates.JavaExtensions
 
NO_BINDING - Static variable in class play.data.binding.Binder
 
NO_RESPONSE - Static variable in class play.mvc.Http.StatusCode
 
noAccents(String) - Static method in class play.templates.JavaExtensions
 
NoBinding - Annotation Type in play.data.binding
 
noise - Variable in class play.libs.Images.Captcha
 
NoOpEntityResolver - Class in play.utils
 
NoOpEntityResolver() - Constructor for class play.utils.NoOpEntityResolver
 
NoResult - Exception in play.mvc.results
 
NoResult() - Constructor for exception play.mvc.results.NoResult
 
normalize(String) - Static method in class play.libs.OpenID
Normalize the given openid as a standard openid
NoRouteFoundException - Exception in play.exceptions
No route found (during reverse routing)
NoRouteFoundException(String) - Constructor for exception play.exceptions.NoRouteFoundException
 
NoRouteFoundException(String, ApplicationClasses.ApplicationClass, Integer) - Constructor for exception play.exceptions.NoRouteFoundException
 
NoRouteFoundException(String, Template, Integer) - Constructor for exception play.exceptions.NoRouteFoundException
 
NoRouteFoundException(String, Map<String, Object>) - Constructor for exception play.exceptions.NoRouteFoundException
 
NoRouteFoundException(String, Map<String, Object>, ApplicationClasses.ApplicationClass, Integer) - Constructor for exception play.exceptions.NoRouteFoundException
 
NoRouteFoundException(String, Map<String, Object>, Template, Integer) - Constructor for exception play.exceptions.NoRouteFoundException
 
NOT_FOUND - Static variable in class play.mvc.Http.StatusCode
 
NOT_IMPLEMENTED - Static variable in class play.mvc.Http.StatusCode
 
NOT_MODIFIED - Static variable in class play.mvc.Http.StatusCode
 
notFound(String) - Static method in class play.mvc.Controller
Send a 404 Not Found response
notFound() - Static method in class play.mvc.Controller
Send a 404 Not Found reponse
NotFound - Exception in play.mvc.results
404 not found
NotFound(String) - Constructor for exception play.mvc.results.NotFound
 
NotFound(String, String) - Constructor for exception play.mvc.results.NotFound
 
notFoundIfNull(Object) - Static method in class play.mvc.Controller
Send a 404 Not Found response if object is null
notModified() - Static method in class play.mvc.Controller
Send a 304 Not Modified response
NotModified - Exception in play.mvc.results
304 Not Modified
NotModified() - Constructor for exception play.mvc.results.NotModified
 
NotModified(String) - Constructor for exception play.mvc.results.NotModified
 
now() - Method in class play.jobs.Job
Start this job now (well ASAP)
now(String, String) - Method in class play.mvc.Scope.Flash
 
nullSafeGet(ResultSet, String[], Object) - Method in class play.db.jpa.Blob
 
nullSafeSet(PreparedStatement, Object, int) - Method in class play.db.jpa.Blob
 

O

OAuth - Class in play.libs
 
oauth(OAuth.ServiceInfo, OAuth.TokenPair) - Method in class play.libs.WS.WSRequest
Sign the request for do a call to a server protected by oauth
OAuth.ServiceInfo - Class in play.libs
 
OAuth.ServiceInfo(String, String, String, String, String) - Constructor for class play.libs.OAuth.ServiceInfo
 
OAuth.TokenPair - Class in play.libs
 
OAuth.TokenPair(String, String) - Constructor for class play.libs.OAuth.TokenPair
 
oauthInfo - Variable in class play.libs.WS.WSRequest
 
oauthTokens - Variable in class play.libs.WS.WSRequest
 
ok - Variable in class play.data.validation.Validation.ValidationResult
 
ok() - Static method in class play.mvc.Controller
Send a 200 OK response
OK - Static variable in class play.mvc.Http.StatusCode
 
Ok - Exception in play.mvc.results
200 OK
Ok() - Constructor for exception play.mvc.results.Ok
 
On - Annotation Type in play.jobs
Run the job using a Cron expression We use the Quartz CRON trigger (http://www.opensymphony.com/quartz/wikidocs/CronTriggers%20Tutorial.html)
onActionInvocationResult(Result) - Method in class play.data.validation.ValidationPlugin
 
onActionInvocationResult(Result) - Method in class play.PlayPlugin
Called when the action method has thrown a result.
onApplicationReady() - Method in class play.PlayPlugin
 
onApplicationStart() - Method in class play.db.DBPlugin
 
onApplicationStart() - Method in class play.db.jpa.JPAPlugin
 
onApplicationStart() - Method in class play.i18n.MessagesPlugin
 
onApplicationStart() - Method in class play.jobs.JobsPlugin
 
OnApplicationStart - Annotation Type in play.jobs
A job run at application start.
onApplicationStart() - Method in class play.PlayPlugin
Called at application start (and at each reloading) Time to start statefull things.
onApplicationStop() - Method in class play.db.jpa.JPAPlugin
 
onApplicationStop() - Method in class play.jobs.JobsPlugin
 
onApplicationStop() - Method in class play.libs.WS
 
onApplicationStop() - Method in class play.PlayPlugin
Called at application stop (and before each reloading) Time to shutdown statefull things.
onClassesChange(List<ApplicationClasses.ApplicationClass>) - Method in class play.PlayPlugin
 
onConfigurationRead() - Method in class play.PlayPlugin
Called when the application.cond has been read.
onEvent(String, Object) - Method in class play.PlayPlugin
Event may be sent by plugins or other components
onException(Throwable) - Method in class play.Invoker.Invocation
Things to do if the Invocation code thrown an exception
onException(Throwable) - Method in class play.jobs.Job
 
onInvocationException(Throwable) - Method in class play.data.validation.ValidationPlugin
 
onInvocationException(Throwable) - Method in class play.db.jpa.JPAPlugin
 
onInvocationException(Throwable) - Method in class play.PlayPlugin
Called if an exception occured during the invocation.
onInvocationSuccess() - Method in class play.data.parsing.TempFilePlugin
 
onInvocationSuccess() - Method in class play.PlayPlugin
 
onLoad() - Method in class play.PlayPlugin
Called at plugin loading
onRequestRouting(Router.Route) - Method in class play.PlayPlugin
Called when the request has been routed.
onRoutesLoaded() - Method in class play.PlayPlugin
Called after routes loading.
onSuccess() - Method in class play.Invoker.Invocation
Things to do when the whole invocation has succeeded (before + execute + after)
onSuccess() - Method in class play.server.PlayHandler.NettyInvocation
 
onTemplateCompilation(Template) - Method in class play.PlayPlugin
Deprecated. 
open(String, Integer) - Static method in class play.utils.Utils
 
open(String) - Static method in class play.vfs.VirtualFile
 
open(File) - Static method in class play.vfs.VirtualFile
 
openClassfile(String) - Method in class play.classloading.enhancers.Enhancer.ApplicationClassesClasspath
 
OpenID - Class in play.libs
 
OpenID.UserInfo - Class in play.libs
 
OpenID.UserInfo() - Constructor for class play.libs.OpenID.UserInfo
 
optional(String) - Method in class play.libs.OpenID
 
optional(String, String) - Method in class play.libs.OpenID
 
options() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a OPTIONS request.
options() - Method in class play.libs.WS.WSRequest
Execute a OPTIONS request.
options() - Method in class play.libs.ws.WSUrlFetch.WSUrlfetchRequest
Execute a OPTIONS request.
optionsAsync() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a OPTIONS request asynchronously.
optionsAsync() - Method in class play.libs.WS.WSRequest
Execute a OPTIONS request asynchronously.
order() - Method in class play.server.FileChannelBuffer
 
orderBy - Variable in class play.db.helper.SqlSelect
 
orderBy(String...) - Method in class play.db.helper.SqlSelect
 
orderBy(String...) - Method in class play.db.helper.SqlUnion
 
orWhere(String...) - Method in class play.db.helper.SqlSelect
 
orWhere(SqlSelect.Where...) - Method in class play.db.helper.SqlSelect
 
orWhere(String...) - Method in class play.db.helper.SqlSelect.Where
 
out - Variable in class play.mvc.Http.Response
Response body stream
outputstream() - Method in class play.vfs.VirtualFile
 
OVERLOADED - Static variable in class play.mvc.Http.StatusCode
 

P

pad(String, Integer) - Static method in class play.templates.JavaExtensions
 
page(Number, Integer) - Static method in class play.templates.JavaExtensions
 
param(Object) - Method in class play.db.helper.SqlQuery
 
param(Object) - Method in class play.db.helper.SqlSelect
 
param(Object) - Method in class play.db.helper.SqlSelect.Where
 
param(Object) - Method in class play.db.helper.SqlUnion
 
paramCurrentIndex() - Method in class play.db.helper.SqlQuery
 
paramCurrentIndex() - Method in class play.db.helper.SqlSelect.Where
 
parameterNames(Method) - Static method in class play.utils.Java
Retrieve parameter names of a method
parameters - Variable in class play.libs.WS.WSRequest
 
paramName - Variable in class play.libs.WS.FileParam
 
params - Variable in class play.data.validation.Validation.Validator
 
params - Variable in class play.db.helper.SqlQuery
 
params(Object...) - Method in class play.db.helper.SqlQuery
 
params(Object...) - Method in class play.db.helper.SqlSelect
 
params(Object...) - Method in class play.db.helper.SqlSelect.Where
 
params(Object...) - Method in class play.db.helper.SqlUnion
 
params(Map<String, Object>) - Method in class play.libs.WS.WSRequest
Add parameters to request.
params - Static variable in class play.mvc.Controller
The current HTTP params.
params - Variable in class play.mvc.Http.Request
Params
parent(Object...) - Static method in class play.mvc.Controller
Deprecated. 
parent() - Static method in class play.mvc.Controller
Deprecated. 
parent(Map<String, Object>) - Static method in class play.mvc.Controller
Deprecated. 
parent() - Static method in class play.templates.TagContext
 
parent(String) - Static method in class play.templates.TagContext
 
parse(InputStream) - Method in class play.data.parsing.ApacheMultipartParser
 
parse(InputStream) - Method in class play.data.parsing.DataParser
 
parse(String) - Static method in class play.data.parsing.UrlEncodedParser
 
parse(InputStream) - Method in class play.data.parsing.UrlEncodedParser
 
parse(String) - Method in class play.utils.Utils.AlternativeDateFormat
 
parseCRONExpression(String) - Static method in class play.libs.Time
Parse a CRON expression
parseDuration(String) - Static method in class play.libs.Time
Parse a duration
parseQueryString(InputStream) - Static method in class play.data.parsing.UrlEncodedParser
 
parseRequest(ChannelHandlerContext, HttpRequest) - Static method in class play.server.PlayHandler
 
parseRequest(HttpServletRequest) - Static method in class play.server.ServletWrapper
 
parsers - Static variable in class play.data.parsing.DataParser
 
PARTIAL_INFO - Static variable in class play.mvc.Http.StatusCode
 
passed - Variable in class play.test.TestEngine.TestResult
 
passed - Variable in class play.test.TestEngine.TestResults
 
Password - Annotation Type in play.data.validation
This field is a password.
password - Variable in class play.libs.WS.WSRequest
 
password - Variable in class play.mvc.Http.Request
HTTP Basic Password
passwordHash(String) - Static method in class play.libs.Crypto
Create an MD5 password hash
past(String, Object, Date) - Static method in class play.data.validation.Validation
 
past(Object, Date) - Method in class play.data.validation.Validation
 
past(String, Object) - Static method in class play.data.validation.Validation
 
past(Object) - Method in class play.data.validation.Validation
 
path - Variable in class play.mvc.Http.Cookie
Cookie path
path - Variable in class play.mvc.Http.Request
Request path
path - Variable in class play.mvc.Router.Route
 
pause(long) - Method in class play.test.BaseTest
Pause the current thread
PAYMENT_REQUIERED - Static variable in class play.mvc.Http.StatusCode
 
play - package play
 
Play - Class in play
Main framework class
Play() - Constructor for class play.Play
 
play.cache - package play.cache
 
play.classloading - package play.classloading
 
play.classloading.enhancers - package play.classloading.enhancers
 
play.data - package play.data
 
play.data.binding - package play.data.binding
 
play.data.binding.types - package play.data.binding.types
 
play.data.parsing - package play.data.parsing
 
play.data.validation - package play.data.validation
 
play.db - package play.db
 
play.db.helper - package play.db.helper
 
play.db.jpa - package play.db.jpa
 
play.exceptions - package play.exceptions
 
play.i18n - package play.i18n
 
play.inject - package play.inject
 
play.jobs - package play.jobs
 
play.libs - package play.libs
 
play.libs.ws - package play.libs.ws
 
Play.Mode - Enum in play
2 modes
play.mvc - package play.mvc
 
play.mvc.results - package play.mvc.results
 
play.server - package play.server
 
play.server.ssl - package play.server.ssl
 
play.templates - package play.templates
 
play.test - package play.test
 
play.utils - package play.utils
 
play.vfs - package play.vfs
 
PlayException - Exception in play.exceptions
The super class for all Play! exceptions
PlayException() - Constructor for exception play.exceptions.PlayException
 
PlayException(String) - Constructor for exception play.exceptions.PlayException
 
PlayException(String, Throwable) - Constructor for exception play.exceptions.PlayException
 
PlayHandler - Class in play.server
 
PlayHandler() - Constructor for class play.server.PlayHandler
 
PlayHandler.NettyInvocation - Class in play.server
 
PlayHandler.NettyInvocation(Http.Request, Http.Response, ChannelHandlerContext, HttpRequest, MessageEvent) - Constructor for class play.server.PlayHandler.NettyInvocation
 
PlayPlugin - Class in play
A framework plugin
PlayPlugin() - Constructor for class play.PlayPlugin
 
plugin(Class<T>) - Static method in class play.Play
 
plugins - Static variable in class play.Play
Play plugins
pluralize(Number) - Static method in class play.templates.JavaExtensions
 
pluralize(Collection) - Static method in class play.templates.JavaExtensions
 
pluralize(Number, String) - Static method in class play.templates.JavaExtensions
 
pluralize(Collection, String) - Static method in class play.templates.JavaExtensions
 
pluralize(Number, String[]) - Static method in class play.templates.JavaExtensions
 
pluralize(Collection, String[]) - Static method in class play.templates.JavaExtensions
 
pmark() - Method in class play.db.helper.SqlQuery
 
pmark(int) - Method in class play.db.helper.SqlQuery
 
pmark() - Method in class play.db.helper.SqlSelect.Where
 
pmark(int) - Method in class play.db.helper.SqlSelect.Where
 
port - Variable in class play.mvc.Http.Request
HTTP port
post() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a POST request.
post() - Method in class play.libs.WS.WSRequest
Execute a POST request.
post() - Method in class play.libs.ws.WSUrlFetch.WSUrlfetchRequest
Execute a POST request.
POST(Object) - Static method in class play.test.FunctionalTest
 
POST(Http.Request, Object) - Static method in class play.test.FunctionalTest
 
POST(Object, String, String) - Static method in class play.test.FunctionalTest
 
POST(Http.Request, Object, String, String) - Static method in class play.test.FunctionalTest
 
POST(Object, String, InputStream) - Static method in class play.test.FunctionalTest
 
POST(Http.Request, Object, String, InputStream) - Static method in class play.test.FunctionalTest
Sends a POST request to the application under tests.
POST(Object, Map<String, String>, Map<String, File>) - Static method in class play.test.FunctionalTest
Sends a POST request to the application under tests as a multipart form.
POST(Http.Request, Object, Map<String, String>, Map<String, File>) - Static method in class play.test.FunctionalTest
 
postAsync() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a POST request asynchronously.
postAsync() - Method in class play.libs.WS.WSRequest
Execute a POST request asynchronously.
postEvent(String, Object) - Static method in class play.PlayPlugin
Inter-plugin communication.
prefix(String) - Method in class play.db.helper.SqlQuery.Concat
 
premain(String, Instrumentation) - Static method in class play.classloading.HotswapAgent
 
prependRoute(String, String, String, String) - Static method in class play.mvc.Router
This one can be called to add new route.
prependRoute(String, String, String) - Static method in class play.mvc.Router
This one can be called to add new route.
prependRoute(String, String, String, String, String) - Static method in class play.mvc.Router
Add a new route at the beginning of the route list
print(Object) - Method in class play.mvc.Http.Response
 
printOp(int) - Static method in class play.classloading.enhancers.LocalvariablesNamesEnhancer
Debug utility.
processRequest(Http.Request) - Method in class play.server.PlayHandler
 
processRequest(Http.Request) - Method in class play.server.ssl.SslPlayHandler
 
Properties - Class in play.utils
like Properties, but with: encoding generic type helper
Properties() - Constructor for class play.utils.Properties
 
PropertiesEnhancer - Class in play.classloading.enhancers
Generate valid JavaBeans.
PropertiesEnhancer() - Constructor for class play.classloading.enhancers.PropertiesEnhancer
 
PropertiesEnhancer.FieldAccessor - Class in play.classloading.enhancers
Runtime part.
PropertiesEnhancer.FieldAccessor() - Constructor for class play.classloading.enhancers.PropertiesEnhancer.FieldAccessor
 
PropertiesEnhancer.PlayPropertyAccessor - Annotation Type in play.classloading.enhancers
 
protectionDomain - Variable in class play.classloading.ApplicationClassloader
This protection domain applies to all loaded classes.
publish(LogRecord) - Method in class play.Logger.JuliToLog4jHandler
 
put() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a PUT request.
put() - Method in class play.libs.WS.WSRequest
Execute a PUT request.
put() - Method in class play.libs.ws.WSUrlFetch.WSUrlfetchRequest
Execute a PUT request.
put(String, String) - Method in class play.mvc.Scope.Flash
 
put(String, Object) - Method in class play.mvc.Scope.Flash
 
put(String, String) - Method in class play.mvc.Scope.Params
 
put(String, String[]) - Method in class play.mvc.Scope.Params
 
put(String, Object) - Method in class play.mvc.Scope.RenderArgs
 
put(String, Object) - Method in class play.mvc.Scope.RouteArgs
 
put(String, String) - Method in class play.mvc.Scope.Session
 
put(String, Object) - Method in class play.mvc.Scope.Session
 
PUT(Object, String, String) - Static method in class play.test.FunctionalTest
 
PUT(Http.Request, Object, String, String) - Static method in class play.test.FunctionalTest
Sends a PUT request to the application under tests.
putAsync() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a PUT request asynchronously.
putAsync() - Method in class play.libs.WS.WSRequest
Execute a PUT request asynchronously.
putMapEntry(Map<String, String[]>, String, String) - Static method in class play.data.parsing.DataParser
 

Q

query - Variable in class play.db.jpa.GenericModel.JPAQuery
 
querystring - Variable in class play.mvc.Http.Request
QueryString
quote(String) - Static method in class play.db.helper.SqlQuery
 

R

Range - Annotation Type in play.data.validation
This field must be lower than and greater than.
range(String, Object, double, double) - Static method in class play.data.validation.Validation
 
range(Object, double, double) - Method in class play.data.validation.Validation
 
RangeCheck - Class in play.data.validation
 
RangeCheck() - Constructor for class play.data.validation.RangeCheck
 
raw(Object) - Static method in class play.templates.JavaExtensions
 
raw(Object, Object) - Static method in class play.templates.JavaExtensions
 
rawInvocation(Http.Request, Http.Response) - Method in class play.CorePlugin
Intercept /@status and check that the Authorization header is valid.
rawInvocation(Http.Request, Http.Response) - Method in class play.PlayPlugin
Give a chance to this plugin to fully manage this request
rawJavaType(Class) - Static method in class play.utils.Java
 
rawMethodSignature(Method) - Static method in class play.utils.Java
 
read() - Method in class play.data.parsing.MultipartStream.ItemInputStream
Returns the next byte in the stream.
read(byte[], int, int) - Method in class play.data.parsing.MultipartStream.ItemInputStream
Reads bytes into the given buffer.
read() - Method in class play.libs.Images.Captcha
 
read(byte[]) - Method in class play.libs.Images.Captcha
 
readBodyData(OutputStream) - Method in class play.data.parsing.MultipartStream
Reads body-data from the current encapsulation and writes its contents into the output Stream.
readBoundary() - Method in class play.data.parsing.MultipartStream
Skips a boundary token, and checks whether more encapsulations are contained in the stream.
readByte() - Method in class play.data.parsing.MultipartStream
Reads a byte from the buffer, and refills it as necessary.
readBytes(int) - Method in class play.server.FileChannelBuffer
 
readBytes(ChannelBufferIndexFinder) - Method in class play.server.FileChannelBuffer
 
readBytes(byte[], int, int) - Method in class play.server.FileChannelBuffer
 
readBytes(byte[]) - Method in class play.server.FileChannelBuffer
 
readBytes(ChannelBuffer) - Method in class play.server.FileChannelBuffer
 
readBytes(ChannelBuffer, int) - Method in class play.server.FileChannelBuffer
 
readBytes(ChannelBuffer, int, int) - Method in class play.server.FileChannelBuffer
 
readBytes(ByteBuffer) - Method in class play.server.FileChannelBuffer
 
readBytes(GatheringByteChannel, int) - Method in class play.server.FileChannelBuffer
 
readBytes(OutputStream, int) - Method in class play.server.FileChannelBuffer
 
readContent(File) - Static method in class play.libs.IO
Read binary content of a file (warning does not use on large file !)
readContent(InputStream) - Static method in class play.libs.IO
Read binary content of a stream (warning does not use on large file !)
readContentAsString(InputStream) - Static method in class play.libs.IO
Read the Stream content as a string (use utf-8)
readContentAsString(InputStream, String) - Static method in class play.libs.IO
Read the Stream content as a string
readContentAsString(File) - Static method in class play.libs.IO
Read file content to a String (always use utf-8)
readContentAsString(File, String) - Static method in class play.libs.IO
Read file content to a String
readerIndex() - Method in class play.server.FileChannelBuffer
 
readHeaders() - Method in class play.data.parsing.MultipartStream
Reads the header-part of the current encapsulation.
readOnlyTmp - Static variable in class play.Play
tmp dir is readOnly
readSlice(int) - Method in class play.server.FileChannelBuffer
 
readSlice(ChannelBufferIndexFinder) - Method in class play.server.FileChannelBuffer
 
readUtf8Properties(InputStream) - Static method in class play.libs.IO
Read a properties file with the utf-8 encoding
recordCaller - Static variable in class play.Logger
Will record and display the caller method.
redirect(String) - Static method in class play.mvc.Controller
Send a 302 redirect response.
redirect(String, boolean) - Static method in class play.mvc.Controller
Send a Redirect response.
redirect(String, Object...) - Static method in class play.mvc.Controller
302 Redirect to another action
redirect(String, boolean, Object...) - Static method in class play.mvc.Controller
Redirect to another action
redirect(int) - Static method in class play.mvc.Http.StatusCode
 
Redirect - Exception in play.mvc.results
302 Redirect
Redirect(String) - Constructor for exception play.mvc.results.Redirect
 
Redirect(String, boolean) - Constructor for exception play.mvc.results.Redirect
 
Redirect(String, int) - Constructor for exception play.mvc.results.Redirect
 
redirectJuli - Static variable in class play.Logger
Will redirect all log from java.util.logging to log4j.
redirectToStatic(String) - Static method in class play.mvc.Controller
Send a 302 redirect response.
RedirectToStatic - Exception in play.mvc.results
302 Redirect
RedirectToStatic(String) - Constructor for exception play.mvc.results.RedirectToStatic
 
redirectUrl(OAuth.TokenPair) - Method in class play.libs.OAuth
 
refresh() - Method in class play.classloading.ApplicationClasses.ApplicationClass
Need to refresh this class !
refresh() - Method in class play.db.jpa.GenericModel
Refresh the entity state.
relationType - Variable in class play.db.Model.Property
 
relativePath() - Method in class play.vfs.VirtualFile
 
reload(ClassDefinition...) - Static method in class play.classloading.HotswapAgent
 
remoteAddress - Variable in class play.mvc.Http.Request
Client address
remove(ApplicationClasses.ApplicationClass) - Method in class play.classloading.ApplicationClasses
Remove a class from cache
remove(String) - Method in class play.classloading.ApplicationClasses
 
remove() - Method in class play.db.helper.JdbcIterator
 
remove(String) - Method in class play.mvc.Router.ActionDefinition
 
remove(String) - Method in class play.mvc.Scope.Flash
 
remove(String) - Method in class play.mvc.Scope.Params
 
remove(String) - Method in class play.mvc.Scope.Session
 
remove(String...) - Method in class play.mvc.Scope.Session
 
remove(String[], String) - Static method in class play.templates.JavaExtensions
 
removeCookie(String) - Method in class play.mvc.Http.Response
 
render(Object...) - Static method in class play.mvc.Controller
Render the corresponding template (@see template()).
render(Map<String, Object>) - Method in class play.templates.GroovyTemplate
 
render(Map<String, Object>) - Method in class play.templates.Template
 
renderArgs - Static variable in class play.mvc.Controller
The current renderArgs scope: This is a hash map that is accessible during the rendering phase.
renderBinary(InputStream) - Static method in class play.mvc.Controller
Return a 200 OK application/binary response
renderBinary(InputStream, long) - Static method in class play.mvc.Controller
Return a 200 OK application/binary response.
renderBinary(InputStream, String) - Static method in class play.mvc.Controller
Return a 200 OK application/binary response with content-disposition attachment.
renderBinary(InputStream, String, long) - Static method in class play.mvc.Controller
Return a 200 OK application/binary response with content-disposition attachment.
renderBinary(InputStream, String, boolean) - Static method in class play.mvc.Controller
Return a 200 OK application/binary response with content-disposition attachment.
renderBinary(InputStream, String, long, boolean) - Static method in class play.mvc.Controller
Return a 200 OK application/binary response with content-disposition attachment.
renderBinary(InputStream, String, String, boolean) - Static method in class play.mvc.Controller
Return a 200 OK application/binary response with content-disposition attachment
renderBinary(InputStream, String, long, String, boolean) - Static method in class play.mvc.Controller
Return a 200 OK application/binary response with content-disposition attachment.
renderBinary(File) - Static method in class play.mvc.Controller
Return a 200 OK application/binary response
renderBinary(File, String) - Static method in class play.mvc.Controller
Return a 200 OK application/binary response with content-disposition attachment
RenderBinary - Exception in play.mvc.results
200 OK with application/octet-stream
RenderBinary(InputStream, String) - Constructor for exception play.mvc.results.RenderBinary
send a binary stream as the response
RenderBinary(InputStream, String, long) - Constructor for exception play.mvc.results.RenderBinary
 
RenderBinary(InputStream, String, boolean) - Constructor for exception play.mvc.results.RenderBinary
send a binary stream as the response
RenderBinary(InputStream, String, String, boolean) - Constructor for exception play.mvc.results.RenderBinary
send a binary stream as the response
RenderBinary(InputStream, String, long, String, boolean) - Constructor for exception play.mvc.results.RenderBinary
 
RenderBinary(InputStream, String, long, boolean) - Constructor for exception play.mvc.results.RenderBinary
 
RenderBinary(File, String) - Constructor for exception play.mvc.results.RenderBinary
Send a file as the response.
RenderBinary(File) - Constructor for exception play.mvc.results.RenderBinary
Send a file as the response.
RenderBinary(File, String, boolean) - Constructor for exception play.mvc.results.RenderBinary
Send a file as the response.
renderHtml(Object) - Static method in class play.mvc.Controller
Return a 200 OK text/html response
RenderHtml - Exception in play.mvc.results
200 OK with a text/plain
RenderHtml(CharSequence) - Constructor for exception play.mvc.results.RenderHtml
 
renderJSON(String) - Static method in class play.mvc.Controller
Render a 200 OK application/json response
renderJSON(Object) - Static method in class play.mvc.Controller
Render a 200 OK application/json response
renderJSON(Object, JsonSerializer<?>...) - Static method in class play.mvc.Controller
Render a 200 OK application/json response.
RenderJson - Exception in play.mvc.results
200 OK with application/json
RenderJson(Object) - Constructor for exception play.mvc.results.RenderJson
 
RenderJson(Object, JsonSerializer<?>...) - Constructor for exception play.mvc.results.RenderJson
 
RenderJson(String) - Constructor for exception play.mvc.results.RenderJson
 
RenderStatic - Exception in play.mvc.results
 
RenderStatic(String) - Constructor for exception play.mvc.results.RenderStatic
 
renderTemplate(String, Object...) - Static method in class play.mvc.Controller
Render a specific template
renderTemplate(String, Map<String, Object>) - Static method in class play.mvc.Controller
Render a specific template.
renderTemplate(Map<String, Object>) - Static method in class play.mvc.Controller
Render the template corresponding to the action's package-class-method name (@see template()).
RenderTemplate - Exception in play.mvc.results
200 OK with a template rendering
RenderTemplate(Template, Map<String, Object>) - Constructor for exception play.mvc.results.RenderTemplate
 
renderText(Object) - Static method in class play.mvc.Controller
Return a 200 OK text/plain response
renderText(CharSequence, Object...) - Static method in class play.mvc.Controller
Return a 200 OK text/plain response
RenderText - Exception in play.mvc.results
200 OK with a text/plain
RenderText(CharSequence) - Constructor for exception play.mvc.results.RenderText
 
renderXml(String) - Static method in class play.mvc.Controller
Return a 200 OK text/xml response
renderXml(Document) - Static method in class play.mvc.Controller
Return a 200 OK text/xml response
RenderXml - Exception in play.mvc.results
200 OK with a text/xml
RenderXml(CharSequence) - Constructor for exception play.mvc.results.RenderXml
 
RenderXml(Document) - Constructor for exception play.mvc.results.RenderXml
 
replace(String, Object, String) - Static method in class play.cache.Cache
Replace an element only if it already exists.
replace(String, Object) - Static method in class play.cache.Cache
Replace an element only if it already exists and store it indefinitely.
replace(String, Object, int) - Method in interface play.cache.CacheImpl
 
replace(String, Object, int) - Method in class play.cache.EhCacheImpl
 
replace(String, Object, int) - Method in class play.cache.MemcachedImpl
 
replace(Object, Object, Object) - Method in class play.db.jpa.Blob
 
request - Static variable in class play.mvc.Controller
The current HTTP request: the message sent by the client to the server.
requestAccessToken(OAuth.TokenPair) - Method in class play.libs.OAuth
 
requestTokenURL - Variable in class play.libs.OAuth.ServiceInfo
 
requestUnauthorizedToken() - Method in class play.libs.OAuth
Request the unauthorized token and secret.
Required - Annotation Type in play.data.validation
This field is required.
required(String, Object) - Static method in class play.data.validation.Validation
 
required(Object) - Method in class play.data.validation.Validation
 
required(String) - Method in class play.libs.OpenID
 
required(String, String) - Method in class play.libs.OpenID
 
RequiredCheck - Class in play.data.validation
 
RequiredCheck() - Constructor for class play.data.validation.RequiredCheck
 
reset() - Method in class play.mvc.Http.Response
 
resize(File, File, int, int) - Static method in class play.libs.Images
Resize an image
resolveAndParse(Http.Request) - Static method in class play.data.parsing.DataParser
 
resolvedFile - Variable in exception play.mvc.results.RenderStatic
 
resolveEntity(String, String) - Method in class play.utils.NoOpEntityResolver
 
resolveFormat() - Method in class play.mvc.Http.Request
Automatically resolve request format from the Accept header (in this order : html > xml > json > text)
resolvefrom(Http.Request) - Static method in class play.i18n.Lang
Guess the language for current request in the following order: if a PLAY_LANG cookie is set, use this value if Accept-Language header is set, use it only if the Play! application allows it.
supported language may be defined in application configuration, eg : play.langs=fr,en,de) otherwise, server's locale language is assumed
response - Static variable in class play.mvc.Controller
The current HTTP response: The message sent back from the server after a request.
result - Variable in class play.db.helper.JdbcIterator
 
Result - Exception in play.mvc.results
Result support
Result() - Constructor for exception play.mvc.results.Result
 
Result(String) - Constructor for exception play.mvc.results.Result
 
results - Variable in class play.test.TestEngine.TestResults
 
returnedClass() - Method in class play.db.jpa.Blob
 
returnTo(String) - Method in class play.libs.OpenID
 
reverse() - Static method in class play.mvc.Controller
 
reverse(String) - Static method in class play.mvc.Router
 
reverse(VirtualFile) - Static method in class play.mvc.Router
 
reverse(VirtualFile, boolean) - Static method in class play.mvc.Router
 
reverse(String, Map<String, Object>) - Static method in class play.mvc.Router
 
reverse() - Static method in class play.test.FunctionalTest
 
reverseWithCheck(String, VirtualFile, boolean) - Static method in class play.mvc.Router
 
roots - Static variable in class play.Play
All paths to search for files
route(Http.Request) - Static method in class play.mvc.Router
 
route(String, String) - Static method in class play.mvc.Router
 
route(String, String, String) - Static method in class play.mvc.Router
 
route(String, String, String, String) - Static method in class play.mvc.Router
 
routeArgs - Static variable in class play.mvc.Controller
The current routeArgs scope: This is a hash map that is accessible during the reverse routing phase.
routeArgs - Variable in class play.mvc.Http.Request
Additional HTTP params extracted from route
routeOnlyStatic(Http.Request) - Static method in class play.mvc.Router
 
Router - Class in play.mvc
The router matches HTTP requests to action invocations
Router() - Constructor for class play.mvc.Router
 
Router.ActionDefinition - Class in play.mvc
 
Router.ActionDefinition() - Constructor for class play.mvc.Router.ActionDefinition
 
Router.Route - Class in play.mvc
 
Router.Route() - Constructor for class play.mvc.Router.Route
 
routeRequest(Http.Request) - Method in class play.PlayPlugin
Let some plugins route themself
routes - Static variable in class play.mvc.Router
All the loaded routes.
routes - Static variable in class play.Play
Main routes file
routesFile - Variable in class play.mvc.Router.Route
 
routesFileLine - Variable in class play.mvc.Router.Route
 
run() - Method in class play.Invoker.Invocation
It's time to execute.
run() - Method in class play.jobs.Job
 
run() - Method in class play.server.PlayHandler.NettyInvocation
 
run() - Method in class play.server.ServletWrapper.ServletInvocation
 
run(String) - Static method in class play.test.TestEngine
 
runTest(Class<BaseTest>) - Method in class play.PlayPlugin
 

S

safeAdd(String, Object, String) - Static method in class play.cache.Cache
Add an element only if it doesn't exist, and return only when the element is effectively cached.
safeAdd(String, Object, int) - Method in interface play.cache.CacheImpl
 
safeAdd(String, Object, int) - Method in class play.cache.EhCacheImpl
 
safeAdd(String, Object, int) - Method in class play.cache.MemcachedImpl
 
safeDelete(String) - Static method in class play.cache.Cache
Delete an element from the cache and return only when the element is effectively removed.
safeDelete(String) - Method in interface play.cache.CacheImpl
 
safeDelete(String) - Method in class play.cache.EhCacheImpl
 
safeDelete(String) - Method in class play.cache.MemcachedImpl
 
safeReplace(String, Object, String) - Static method in class play.cache.Cache
Replace an element only if it already exists and return only when the element is effectively cached.
safeReplace(String, Object, int) - Method in interface play.cache.CacheImpl
 
safeReplace(String, Object, int) - Method in class play.cache.EhCacheImpl
 
safeReplace(String, Object, int) - Method in class play.cache.MemcachedImpl
 
safeSet(String, Object, String) - Static method in class play.cache.Cache
Set an element and return only when the element is effectively cached.
safeSet(String, Object, int) - Method in interface play.cache.CacheImpl
 
safeSet(String, Object, int) - Method in class play.cache.EhCacheImpl
 
safeSet(String, Object, int) - Method in class play.cache.MemcachedImpl
 
save() - Method in class play.db.jpa.GenericModel
store (ie insert) the entity.
scheduledJobs - Static variable in class play.jobs.JobsPlugin
 
scheduleForCRON(Job<V>) - Static method in class play.jobs.JobsPlugin
 
Scope - Class in play.mvc
All application Scopes
Scope() - Constructor for class play.mvc.Scope
 
Scope.Flash - Class in play.mvc
Flash scope
Scope.Flash() - Constructor for class play.mvc.Scope.Flash
 
Scope.Params - Class in play.mvc
HTTP params
Scope.Params() - Constructor for class play.mvc.Scope.Params
 
Scope.RenderArgs - Class in play.mvc
Render args (used in template rendering)
Scope.RenderArgs() - Constructor for class play.mvc.Scope.RenderArgs
 
Scope.RouteArgs - Class in play.mvc
Routes args (used in reserve routing)
Scope.RouteArgs() - Constructor for class play.mvc.Scope.RouteArgs
 
Scope.Session - Class in play.mvc
Session scope
Scope.Session() - Constructor for class play.mvc.Scope.Session
 
search(Collection<VirtualFile>, String) - Static method in class play.vfs.VirtualFile
 
secret - Variable in class play.libs.OAuth.TokenPair
 
secretKey - Static variable in class play.Play
The very secret key
secure - Variable in class play.mvc.Http.Cookie
for HTTPS ?
secure - Variable in class play.mvc.Http.Request
is HTTPS ?
secure() - Method in class play.mvc.Router.ActionDefinition
 
select - Variable in class play.db.helper.SqlSelect
 
select(String...) - Method in class play.db.helper.SqlSelect
 
selectNode(String, Object, Map<String, String>) - Static method in class play.libs.XPath
 
selectNode(String, Object) - Static method in class play.libs.XPath
 
selectNodes(String, Object, Map<String, String>) - Static method in class play.libs.XPath
Select all nodes that are selected by this XPath expression.
selectNodes(String, Object) - Static method in class play.libs.XPath
Select all nodes that are selected by this XPath expression.
selectText(String, Object, Map<String, String>) - Static method in class play.libs.XPath
Return the text of a node, or the value of an attribute
selectText(String, Object) - Static method in class play.libs.XPath
Return the text of a node, or the value of an attribute
seleniumCommand(String) - Static method in class play.test.Helpers
 
seleniumTests(String, List<String>) - Static method in class play.test.TestEngine
 
send(Email) - Static method in class play.libs.Mail
Send an email
send(Object...) - Static method in class play.mvc.Mailer
 
sendAndWait(Object...) - Static method in class play.mvc.Mailer
 
sendMessage(Email) - Static method in class play.libs.Mail
Send a JavaMail message
sendOnError - Variable in class play.mvc.Http.Cookie
Don't use
separator(String) - Method in class play.db.helper.SqlQuery.Concat
 
serialize(Document) - Static method in class play.libs.XML
Serialize to XML String
serialize(Map<?, ?>, String...) - Static method in class play.templates.FastTags
 
serialize(Object) - Static method in class play.utils.Java
 
serve404(NotFound, ChannelHandlerContext, Http.Request, HttpRequest) - Static method in class play.server.PlayHandler
 
serve404(HttpServletRequest, HttpServletResponse, NotFound) - Method in class play.server.ServletWrapper
 
serve500(Exception, ChannelHandlerContext, HttpRequest) - Static method in class play.server.PlayHandler
 
serve500(Exception, HttpServletRequest, HttpServletResponse) - Method in class play.server.ServletWrapper
 
Server - Class in play.server
 
Server() - Constructor for class play.server.Server
 
serveStatic(VirtualFile, Http.Request, Http.Response) - Method in class play.PlayPlugin
Let a chance to this plugin to manage a static ressource
serveStatic(RenderStatic, ChannelHandlerContext, Http.Request, Http.Response, HttpRequest, MessageEvent) - Static method in class play.server.PlayHandler
 
serveStatic(HttpServletResponse, HttpServletRequest, RenderStatic) - Method in class play.server.ServletWrapper
 
service(OAuth.ServiceInfo) - Static method in class play.libs.OAuth
Create an OAuth object for the service described in info
service(HttpServletRequest, HttpServletResponse) - Method in class play.server.ServletWrapper
 
ServletWrapper - Class in play.server
Servlet implementation.
ServletWrapper() - Constructor for class play.server.ServletWrapper
 
ServletWrapper.ServletInvocation - Class in play.server
 
ServletWrapper.ServletInvocation(Http.Request, Http.Response, HttpServletRequest, HttpServletResponse) - Constructor for class play.server.ServletWrapper.ServletInvocation
 
session - Static variable in class play.libs.Mail
 
session - Static variable in class play.mvc.Controller
The current HTTP session.
SESSION_HTTPONLY - Static variable in class play.mvc.Scope
 
set(String, Object, String) - Static method in class play.cache.Cache
Set an element.
set(String, Object) - Static method in class play.cache.Cache
Set an element and store it indefinitely.
set(String, Object, int) - Method in interface play.cache.CacheImpl
 
set(String, Object, int) - Method in class play.cache.EhCacheImpl
 
set(String, Object, int) - Method in class play.cache.MemcachedImpl
 
set(String, Object, Object) - Method in class play.data.binding.BeanWrapper
 
set(InputStream, String) - Method in class play.db.jpa.Blob
 
set(File) - Method in class play.db.jpa.FileAttachment
Deprecated.  
set(InputStream, String) - Method in interface play.db.Model.BinaryField
 
set(String) - Static method in class play.i18n.Lang
Force the current language
set(T) - Method in class play.i18n.Localized
 
set(String, T) - Method in class play.i18n.Localized
 
setBackground(String, String) - Method in class play.libs.Images.Captcha
Set a gradient background.
setBackground(String) - Method in class play.libs.Images.Captcha
Set a solid background.
setBoundary(byte[]) - Method in class play.data.parsing.MultipartStream
Changes the boundary token used for partitioning the stream.
setByte(int, byte) - Method in class play.server.FileChannelBuffer
 
setByte(int, int) - Method in class play.server.FileChannelBuffer
 
setBytes(int, ChannelBuffer, int, int) - Method in class play.server.FileChannelBuffer
 
setBytes(int, byte[], int, int) - Method in class play.server.FileChannelBuffer
 
setBytes(int, ByteBuffer) - Method in class play.server.FileChannelBuffer
 
setBytes(int, InputStream, int) - Method in class play.server.FileChannelBuffer
 
setBytes(int, ScatteringByteChannel, int) - Method in class play.server.FileChannelBuffer
 
setCharset(String) - Static method in class play.mvc.Mailer
 
setContentLength(HttpMessage, long) - Static method in class play.server.PlayHandler
 
setContentType(String) - Static method in class play.mvc.Mailer
 
setContentTypeIfNotSet(String) - Method in class play.mvc.Http.Response
 
setContentTypeIfNotSet(Http.Response, String) - Method in exception play.mvc.results.Result
 
setCookie(String, String) - Method in class play.mvc.Http.Response
Set a new cookie
setCookie(String, String, String) - Method in class play.mvc.Http.Response
Set a new cookie that will expire in (current) + duration
setCookie(String, String, String, String, Integer, boolean) - Method in class play.mvc.Http.Response
 
setCookie(String, String, String, String, Integer, boolean, boolean) - Method in class play.mvc.Http.Response
 
setDouble(String, double) - Method in class play.utils.Properties
 
setFieldName(String) - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Sets the field name used to reference this file item.
setFloat(String, float) - Method in class play.utils.Properties
 
setFormats(String...) - Method in class play.utils.Utils.AlternativeDateFormat
 
setFormField(boolean) - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
Specifies whether or not a FileItem instance represents a simple form field.
setFrom(Object) - Static method in class play.mvc.Mailer
Can be of the form xxx
setHeader(String, String) - Method in class play.libs.WS.WSRequest
Add a header to the request
setHeader(String, String) - Method in class play.mvc.Http.Response
Set a response header
setHeaderEncoding(String) - Method in class play.data.parsing.MultipartStream
Specifies the character encoding to be used when reading the headers of individual parts.
setInt(int, int) - Method in class play.server.FileChannelBuffer
 
setInt(String, int) - Method in class play.utils.Properties
 
setLong(int, long) - Method in class play.server.FileChannelBuffer
 
setLong(String, long) - Method in class play.utils.Properties
 
setMedium(int, int) - Method in class play.server.FileChannelBuffer
 
setMessage(String, String...) - Method in class play.data.validation.Check
 
setParameter(String, String) - Method in class play.libs.WS.WSRequest
Add a parameter to the request
setParameter(String, Object) - Method in class play.libs.WS.WSRequest
 
setParameters(Map<String, String>) - Method in class play.libs.WS.WSRequest
Add parameters to request.
setProfiles(Annotation[]) - Method in class play.data.binding.BeanWrapper.Property
 
setReplyTo(Object) - Static method in class play.mvc.Mailer
Can be of the form xxx
setRollbackOnly() - Static method in class play.db.jpa.JPA
 
setShort(int, short) - Method in class play.server.FileChannelBuffer
 
setShort(int, int) - Method in class play.server.FileChannelBuffer
 
setSquigglesBackground() - Method in class play.libs.Images.Captcha
Set a squiggles background
setSubject(String, Object...) - Static method in class play.mvc.Mailer
 
setUp(String) - Static method in class play.Logger
Force logger to a new level.
setValue(Object, Object) - Method in class play.data.binding.BeanWrapper.Property
 
setValue(Object, Object) - Method in class play.utils.Java.FieldWrapper
 
setVariables() - Method in class play.data.validation.CheckWithCheck
 
sigChecksum - Variable in class play.classloading.ApplicationClasses.ApplicationClass
Signatures checksum
SigEnhancer - Class in play.classloading.enhancers
Compute a unique hash for the class signature.
SigEnhancer() - Constructor for class play.classloading.enhancers.SigEnhancer
 
sign(String) - Static method in class play.libs.Crypto
Sign a message using the application secret key (HMAC-SHA1)
sign(String, byte[]) - Static method in class play.libs.Crypto
Sign a message with a key
since(Date) - Static method in class play.templates.JavaExtensions
 
since(Date, Boolean) - Static method in class play.templates.JavaExtensions
 
skip(long) - Method in class play.data.parsing.MultipartStream.ItemInputStream
Skips the given number of bytes.
skipPreamble() - Method in class play.data.parsing.MultipartStream
Finds the beginning of the first encapsulation.
sleep(int) - Method in class play.test.FunctionalTest
 
slice(int, int) - Method in class play.server.FileChannelBuffer
 
slugify(String) - Static method in class play.templates.JavaExtensions
 
source - Variable in class play.templates.Template
 
SourceAttachment - Interface in play.exceptions
Exception has source attachment
sourceCode - Variable in class play.test.TestEngine.TestResult
 
sourceFile - Variable in class play.test.TestEngine.TestResult
 
sourceInfos - Variable in class play.test.TestEngine.TestResult
 
sourceLine - Variable in class play.test.TestEngine.TestResult
 
sq - Variable in class play.db.jpa.GenericModel.JPAQuery
 
SqlQuery - Class in play.db.helper
 
SqlQuery() - Constructor for class play.db.helper.SqlQuery
 
SqlQuery.Concat - Class in play.db.helper
 
SqlQuery.Concat(String, String, String) - Constructor for class play.db.helper.SqlQuery.Concat
 
SqlQuery.Concat(String, String) - Constructor for class play.db.helper.SqlQuery.Concat
 
SqlQuery.Concat(SqlQuery.Concat) - Constructor for class play.db.helper.SqlQuery.Concat
 
SqlSelect - Class in play.db.helper
 
SqlSelect() - Constructor for class play.db.helper.SqlSelect
 
SqlSelect(SqlSelect) - Constructor for class play.db.helper.SqlSelect
 
SqlSelect.Where - Class in play.db.helper
 
sqlTypes() - Method in class play.db.jpa.Blob
 
SqlUnion - Class in play.db.helper
 
SqlUnion() - Constructor for class play.db.helper.SqlUnion
 
SqlUnion(SqlUnion) - Constructor for class play.db.helper.SqlUnion
 
SslHttpServerContextFactory - Class in play.server.ssl
 
SslHttpServerContextFactory() - Constructor for class play.server.ssl.SslHttpServerContextFactory
 
SslHttpServerContextFactory.PEMKeyManager - Class in play.server.ssl
 
SslHttpServerContextFactory.PEMKeyManager() - Constructor for class play.server.ssl.SslHttpServerContextFactory.PEMKeyManager
 
SslHttpServerPipelineFactory - Class in play.server.ssl
 
SslHttpServerPipelineFactory() - Constructor for class play.server.ssl.SslHttpServerPipelineFactory
 
SslPlayHandler - Class in play.server.ssl
 
SslPlayHandler() - Constructor for class play.server.ssl.SslPlayHandler
 
star - Variable in class play.mvc.Router.ActionDefinition
Whether the route contains an astericks *.
start() - Static method in class play.Play
Start the application.
started - Static variable in class play.Play
Is the application started
startedAt - Static variable in class play.Play
The last time than the application has started
startTx(boolean) - Static method in class play.db.jpa.JPAPlugin
initialize the JPA context and starts a JPA transaction
status - Variable in class play.mvc.Http.Response
Response status code
Status - Exception in play.mvc.results
 
Status(int) - Constructor for exception play.mvc.results.Status
 
stop() - Static method in class play.cache.Cache
Stop the cache system.
stop() - Method in interface play.cache.CacheImpl
 
stop() - Method in class play.cache.EhCacheImpl
 
stop() - Method in class play.cache.MemcachedImpl
 
stop() - Method in class play.libs.ws.WSAsync
 
stop() - Method in interface play.libs.WS.WSImpl
 
stop() - Method in class play.libs.ws.WSUrlFetch
 
stop() - Static method in class play.Play
Stop the application
stopActionCall() - Static method in class play.classloading.enhancers.ControllersEnhancer.ControllerInstrumentation
 
store(OutputStream) - Method in class play.utils.Properties
 
store(OutputStream, String) - Method in class play.utils.Properties
 
STREAM_TERMINATOR - Static variable in class play.data.parsing.MultipartStream
A byte sequence that that follows a delimiter of the last encapsulation in the stream (--).
StreamChunkAggregator - Class in play.server
 
StreamChunkAggregator(int) - Constructor for class play.server.StreamChunkAggregator
Creates a new instance.
sub(String) - Method in class play.mvc.Scope.Params
 
success(int) - Static method in class play.mvc.Http.StatusCode
 
success(String, Object...) - Method in class play.mvc.Scope.Flash
 
suspend(Invoker.Suspend) - Method in class play.Invoker.DirectInvocation
 
suspend(Invoker.Suspend) - Method in class play.Invoker.Invocation
The request is suspended
suspend(String) - Static method in class play.mvc.Controller
Suspend the current request for a specified amount of time.
suspend(int) - Static method in class play.mvc.Controller
Suspend the current request for a specified amount of time (in milliseconds).

T

TagContext - Class in play.templates
Tag Context (retrieve who call you)
TagContext(String) - Constructor for class play.templates.TagContext
 
TagInternalException - Exception in play.exceptions
A exception during tag invocation
TagInternalException(String) - Constructor for exception play.exceptions.TagInternalException
 
tagName - Variable in class play.templates.TagContext
 
TempFilePlugin - Class in play.data.parsing
Creates temporary folders for file parsing, and deletes it after request completion.
TempFilePlugin() - Constructor for class play.data.parsing.TempFilePlugin
 
tempFolder - Static variable in class play.data.parsing.TempFilePlugin
 
template() - Static method in class play.mvc.Controller
Work out the default template to load for the invoked action.
template(String) - Static method in class play.mvc.Controller
Work out the default template to load for the action.
Template - Class in play.templates
 
Template() - Constructor for class play.templates.Template
 
TemplateCompilationException - Exception in play.exceptions
A exception during template compilation
TemplateCompilationException(Template, Integer, String) - Constructor for exception play.exceptions.TemplateCompilationException
 
TemplateCompiler - Class in play.templates
 
TemplateCompiler() - Constructor for class play.templates.TemplateCompiler
 
TemplateException - Exception in play.exceptions
An exception during template execution
TemplateException(Template, Integer, String) - Constructor for exception play.exceptions.TemplateException
 
TemplateException(Template, Integer, String, Throwable) - Constructor for exception play.exceptions.TemplateException
 
TemplateExecutionException - Exception in play.exceptions
An exception during template execution
TemplateExecutionException(Template, Integer, String, Throwable) - Constructor for exception play.exceptions.TemplateExecutionException
 
TemplateExecutionException.DoBodyException - Exception in play.exceptions
 
TemplateExecutionException.DoBodyException(Throwable) - Constructor for exception play.exceptions.TemplateExecutionException.DoBodyException
 
TemplateLoader - Class in play.templates
Load templates
TemplateLoader() - Constructor for class play.templates.TemplateLoader
 
TemplateNotFoundException - Exception in play.exceptions
A template is missing (tag, ...)
TemplateNotFoundException(String) - Constructor for exception play.exceptions.TemplateNotFoundException
 
TemplateNotFoundException(String, ApplicationClasses.ApplicationClass, Integer) - Constructor for exception play.exceptions.TemplateNotFoundException
 
TemplateNotFoundException(String, Template, Integer) - Constructor for exception play.exceptions.TemplateNotFoundException
 
TemplateParser - Class in play.templates
Template parser
TemplateParser(String) - Constructor for class play.templates.TemplateParser
 
TemplateParser.Token - Enum in play.templates
 
templates - Static variable in class play.templates.TemplateLoader
 
templatesPath - Static variable in class play.Play
All paths to search for templates files
TestEngine - Class in play.test
Run application tests
TestEngine() - Constructor for class play.test.TestEngine
 
TestEngine.TestResult - Class in play.test
 
TestEngine.TestResult() - Constructor for class play.test.TestEngine.TestResult
 
TestEngine.TestResults - Class in play.test
 
TestEngine.TestResults() - Constructor for class play.test.TestEngine.TestResults
 
text - Variable in class play.libs.Images.Captcha
 
textColor - Variable in class play.libs.Images.Captcha
 
Time - Class in play.libs
Time utils
Time() - Constructor for class play.libs.Time
 
time - Variable in class play.test.TestEngine.TestResult
 
timeout - Variable in class play.libs.WS.WSRequest
 
timestamp - Variable in class play.classloading.ApplicationClasses.ApplicationClass
Last time than this class was compiled
timestamp - Variable in class play.templates.BaseTemplate
 
tmpDir - Static variable in class play.Play
tmp dir
toBase64(File) - Static method in class play.libs.Images
Encode an image to base64 using a data: URI
toByteBuffer(int, int) - Method in class play.server.FileChannelBuffer
 
toByteBuffers(int, int) - Method in class play.server.FileChannelBuffer
 
todo() - Static method in class play.mvc.Controller
Send a TODO response
token - Variable in class play.libs.OAuth.TokenPair
 
toString() - Method in class play.classloading.ApplicationClasses.ApplicationClass
 
toString() - Method in class play.classloading.ApplicationClasses
 
toString() - Method in class play.classloading.ApplicationClassloader
 
toString() - Method in class play.data.binding.BeanWrapper.Property
 
toString() - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
 
toString() - Method in class play.data.validation.Error
 
toString() - Method in class play.db.helper.JpqlSelect
 
toString() - Method in class play.db.helper.SqlQuery.Concat
 
toString() - Method in class play.db.helper.SqlSelect
 
toString() - Method in class play.db.helper.SqlSelect.Where
 
toString() - Method in class play.db.helper.SqlUnion
 
toString() - Method in class play.db.jpa.JPABase
 
toString() - Method in class play.i18n.Localized
 
toString() - Method in class play.jobs.Job
 
toString() - Method in class play.libs.OAuth.TokenPair
 
toString() - Method in class play.libs.OpenID.UserInfo
 
toString() - Method in class play.mvc.Http.Header
 
toString() - Method in class play.mvc.Http.Request
 
toString() - Method in class play.mvc.Router.ActionDefinition
 
toString() - Method in class play.mvc.Router.Route
 
toString() - Method in class play.mvc.Scope.Flash
 
toString() - Method in class play.mvc.Scope.Params
 
toString() - Method in class play.mvc.Scope.RenderArgs
 
toString() - Method in class play.mvc.Scope.RouteArgs
 
toString() - Method in class play.mvc.Scope.Session
 
toString(int, int, String) - Method in class play.server.FileChannelBuffer
 
toString() - Method in class play.templates.BaseTemplate.RawData
 
toString(Closure) - Static method in class play.templates.JavaExtensions
 
toString() - Method in class play.templates.TagContext
 
toString() - Method in class play.test.FunctionalTest.URL
 
toString() - Method in class play.utils.Default
 
toString() - Method in class play.utils.Java.FieldWrapper
 
toString(Annotation[]) - Static method in class play.utils.Utils
Deprecated. Use Utils.join(values, " ");
toString() - Method in class play.vfs.VirtualFile
 
trace() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a TRACE request.
trace() - Method in class play.libs.WS.WSRequest
Execute a TRACE request.
trace() - Method in class play.libs.ws.WSUrlFetch.WSUrlfetchRequest
Execute a TRACE request.
trace(String, Object...) - Static method in class play.Logger
Log with TRACE level
trace - Variable in class play.test.TestEngine.TestResult
 
traceAsync() - Method in class play.libs.ws.WSAsync.WSAsyncRequest
Execute a TRACE request asynchronously.
traceAsync() - Method in class play.libs.WS.WSRequest
Execute a TRACE request asynchronously.
type() - Method in class play.db.jpa.Blob
 
type() - Method in interface play.db.Model.BinaryField
 
type - Variable in class play.db.Model.Property
 
TypeBinder<T> - Interface in play.data.binding
Supported type for binding

U

unauthorized(String) - Static method in class play.mvc.Controller
Send a 401 Unauthorized response
UNAUTHORIZED - Static variable in class play.mvc.Http.StatusCode
 
Unauthorized - Exception in play.mvc.results
401 Unauthorized
Unauthorized(String) - Constructor for exception play.mvc.results.Unauthorized
 
unBind(Map<String, Object>, Object, String) - Static method in class play.data.binding.Unbinder
 
Unbinder - Class in play.data.binding
Try to unbind an object to a Map
Unbinder() - Constructor for class play.data.binding.Unbinder
 
uncompile() - Method in class play.classloading.ApplicationClasses.ApplicationClass
Unload the class
UnexpectedException - Exception in play.exceptions
An unexpected exception
UnexpectedException(String) - Constructor for exception play.exceptions.UnexpectedException
 
UnexpectedException(Throwable) - Constructor for exception play.exceptions.UnexpectedException
 
UnexpectedException(String, Throwable) - Constructor for exception play.exceptions.UnexpectedException
 
union(SqlSelect...) - Method in class play.db.helper.SqlUnion
 
unionAll(SqlSelect...) - Method in class play.db.helper.SqlUnion
 
UnitTest - Class in play.test
 
UnitTest() - Constructor for class play.test.UnitTest
 
unwrap() - Method in class play.server.FileChannelBuffer
 
Upload - Interface in play.data
 
UploadArrayBinder - Class in play.data.binding.types
Bind file form multipart/form-data request to an array of Upload object.
UploadArrayBinder() - Constructor for class play.data.binding.types.UploadArrayBinder
 
UploadBinder - Class in play.data.binding.types
 
UploadBinder() - Constructor for class play.data.binding.types.UploadBinder
 
URL - Annotation Type in play.data.validation
This field must be a valid url.
url - Static variable in class play.db.DBPlugin
 
url(String) - Static method in class play.libs.WS
Build a WebService Request with the given URL.
url(String, String...) - Static method in class play.libs.WS
Build a WebService Request with the given URL.
url - Variable in class play.libs.WS.WSRequest
 
url - Variable in class play.mvc.Http.Request
Full url
url - Variable in exception play.mvc.results.Redirect
 
url - Variable in class play.mvc.Router.ActionDefinition
 
URLCheck - Class in play.data.validation
 
URLCheck() - Constructor for class play.data.validation.URLCheck
 
urlEncode() - Method in class play.mvc.Scope.Params
 
urlEncode(String) - Static method in class play.templates.JavaExtensions
 
UrlEncodedParser - Class in play.data.parsing
Parse url-encoded requests.
UrlEncodedParser() - Constructor for class play.data.parsing.UrlEncodedParser
 
usePrecompiled - Static variable in class play.Play
 
user - Variable in class play.mvc.Http.Request
HTTP Basic User
username - Variable in class play.libs.WS.WSRequest
 
Util - Annotation Type in play.mvc
Mark this method as simple utility method (not an action) that can't be automatically invoked by the router.
Utils - Class in play.utils
Generic utils
Utils() - Constructor for class play.utils.Utils
 
Utils.AlternativeDateFormat - Class in play.utils
 
Utils.AlternativeDateFormat(Locale, String...) - Constructor for class play.utils.Utils.AlternativeDateFormat
 
Utils.Maps - Class in play.utils
for java.util.Map
Utils.Maps() - Constructor for class play.utils.Utils.Maps
 
UUID() - Static method in class play.libs.Codec
 

V

Valid - Annotation Type in play.data.validation
This bean must satisfy all checks.
valid(String, Object) - Static method in class play.data.validation.Validation
 
valid(Object) - Method in class play.data.validation.Validation
 
validateAndSave() - Method in class play.db.jpa.GenericModel
 
Validation - Class in play.data.validation
 
Validation() - Constructor for class play.data.validation.Validation
 
validation - Static variable in class play.mvc.Controller
The current Validation object.
Validation.ValidationResult - Class in play.data.validation
 
Validation.ValidationResult() - Constructor for class play.data.validation.Validation.ValidationResult
 
Validation.Validator - Class in play.data.validation
 
Validation.Validator(Annotation) - Constructor for class play.data.validation.Validation.Validator
 
ValidationPlugin - Class in play.data.validation
 
ValidationPlugin() - Constructor for class play.data.validation.ValidationPlugin
 
ValidCheck - Class in play.data.validation
 
ValidCheck() - Constructor for class play.data.validation.ValidCheck
 
value - Variable in class play.mvc.Http.Cookie
Cookie value
value() - Method in class play.mvc.Http.Header
First value
valueOf(String) - Static method in enum play.Play.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum play.templates.GroovyInlineTags.CALL
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum play.templates.TemplateParser.Token
Returns the enum constant of this type with the specified name.
values() - Method in class play.i18n.Localized
 
values - Variable in class play.mvc.Http.Header
Header value
values() - Static method in enum play.Play.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum play.templates.GroovyInlineTags.CALL
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum play.templates.TemplateParser.Token
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class play.libs.OpenID
 
version - Static variable in class play.Play
Framework version
VirtualFile - Class in play.vfs
The VFS used by Play!

W

w - Variable in class play.libs.Images.Captcha
 
waitFor(Future<?>...) - Static method in class play.mvc.Controller
Suspend this request and wait for the task completion
warn(String, Object...) - Static method in class play.Logger
Log with WARN level
warn(Throwable, String, Object...) - Static method in class play.Logger
Log with WARN level
wasError - Variable in class play.jobs.Job
 
where - Variable in class play.db.helper.SqlSelect
 
where(String...) - Method in class play.db.helper.SqlSelect
 
where() - Method in class play.db.helper.SqlSelect
 
where(SqlSelect.Where...) - Method in class play.db.helper.SqlSelect
 
where(String...) - Method in class play.db.helper.SqlSelect.Where
 
whereIn(String, Object) - Static method in class play.db.helper.SqlQuery
 
willBeSaved - Variable in class play.db.jpa.JPABase
 
With - Annotation Type in play.mvc
Deleguate interceptors.
write(File) - Method in class play.data.parsing.ApacheMultipartParser.AutoFileItem
A convenience method to write an uploaded item to disk.
write(byte[], File) - Static method in class play.libs.IO
Write binay data to a file
write(InputStream, OutputStream) - Static method in class play.libs.IO
Copy an stream to another one.
write(InputStream, File) - Static method in class play.libs.IO
Copy an stream to another one.
write(CharSequence) - Method in class play.vfs.VirtualFile
 
writeContent(CharSequence, OutputStream) - Static method in class play.libs.IO
Write String content to a stream (always use utf-8)
writeContent(CharSequence, OutputStream, String) - Static method in class play.libs.IO
Write String content to a stream (always use utf-8)
writeContent(CharSequence, File) - Static method in class play.libs.IO
Write String content to a file (always use utf-8)
writeContent(CharSequence, File, String) - Static method in class play.libs.IO
Write String content to a file (always use utf-8)
writeResponse(ChannelHandlerContext, Http.Response, HttpResponse, HttpRequest) - Static method in class play.server.PlayHandler
 
WS - Class in play.libs
Simple HTTP client to make webservices requests.
WS() - Constructor for class play.libs.WS
 
WS.FileParam - Class in play.libs
 
WS.FileParam(File, String) - Constructor for class play.libs.WS.FileParam
 
WS.HttpResponse - Class in play.libs
An HTTP response wrapper
WS.HttpResponse() - Constructor for class play.libs.WS.HttpResponse
 
WS.WSImpl - Interface in play.libs
 
WS.WSRequest - Class in play.libs
 
WS.WSRequest() - Constructor for class play.libs.WS.WSRequest
 
WS.WSRequest(String) - Constructor for class play.libs.WS.WSRequest
 
WSAsync - Class in play.libs.ws
Simple HTTP client to make webservices requests.
WSAsync() - Constructor for class play.libs.ws.WSAsync
 
WSAsync.HttpAsyncResponse - Class in play.libs.ws
An HTTP response wrapper
WSAsync.HttpAsyncResponse(Response) - Constructor for class play.libs.ws.WSAsync.HttpAsyncResponse
you shouldnt have to create an HttpResponse yourself
WSAsync.WSAsyncRequest - Class in play.libs.ws
 
WSAsync.WSAsyncRequest(String) - Constructor for class play.libs.ws.WSAsync.WSAsyncRequest
 
WSUrlFetch - Class in play.libs.ws
Implementation of the WS interface based on Java URL Fetch API.
WSUrlFetch() - Constructor for class play.libs.ws.WSUrlFetch
 
WSUrlFetch.HttpUrlfetchResponse - Class in play.libs.ws
An HTTP response wrapper
WSUrlFetch.HttpUrlfetchResponse(HttpURLConnection) - Constructor for class play.libs.ws.WSUrlFetch.HttpUrlfetchResponse
you shouldnt have to create an HttpResponse yourself
WSUrlFetch.WSUrlfetchRequest - Class in play.libs.ws
 
WSUrlFetch.WSUrlfetchRequest(String) - Constructor for class play.libs.ws.WSUrlFetch.WSUrlfetchRequest
 

X

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

Y

YAMLException - Exception in play.exceptions
 
YAMLException(ScannerException, VirtualFile) - Constructor for exception play.exceptions.YAMLException
 
yesno(Object, String[]) - Static method in class play.templates.JavaExtensions
 
YesSSLSocketFactory - Class in play.utils
SSL Sockets created by this factory won't check if certificates are signed with a root certificate (or chained from root)
YesSSLSocketFactory() - Constructor for class play.utils.YesSSLSocketFactory
 
YesSSLSocketFactory.YesTrustManager - Class in play.utils
 
YesSSLSocketFactory.YesTrustManager() - Constructor for class play.utils.YesSSLSocketFactory.YesTrustManager
 

_

_(String) - Method in class play.templates.GroovyTemplate.ExecutableTemplate
 
__safe(Object) - Method in class play.templates.GroovyTemplate.ExecutableTemplate
 
_a(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
Generates a html link to a controller action
_authenticityToken(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_cache(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_contains(String) - Method in class play.mvc.Scope.Params
 
_currentReverse - Static variable in class play.mvc.Controller
Don't use this directly if you don't know why
_delete() - Method in class play.db.jpa.JPABase
 
_delete() - Method in interface play.db.Model
 
_doLayout(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_else(int, GroovyInlineTags.CALL) - Static method in class play.templates.GroovyInlineTags
 
_elseif(int, GroovyInlineTags.CALL) - Static method in class play.templates.GroovyInlineTags
 
_error(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_errorClass(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_extends(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_finally() - Method in class play.Invoker.Invocation
Things to do in all cases after the invocation.
_finally() - Method in class play.jobs.Job
 
_form(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
Generates a html form element linked to a controller action
_get(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_if(int, GroovyInlineTags.CALL) - Static method in class play.templates.GroovyInlineTags
 
_ifError(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_ifErrors(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_ifnot(int, GroovyInlineTags.CALL) - Static method in class play.templates.GroovyInlineTags
 
_include(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_init() - Method in class play.mvc.Http.Request
 
_jsAction(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_key() - Method in class play.db.jpa.JPABase
 
_key() - Method in interface play.db.Model
 
_list(int, GroovyInlineTags.CALL) - Static method in class play.templates.GroovyInlineTags
 
_option(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_render(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_save() - Method in class play.db.jpa.JPABase
 
_save() - Method in interface play.db.Model
 
_saveAttachment() - Method in class play.db.jpa.GenericModel
 
_set(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 
_setupAttachment() - Method in class play.db.jpa.GenericModel
 
_verbatim(Map<?, ?>, Closure, PrintWriter, GroovyTemplate.ExecutableTemplate, int) - Static method in class play.templates.FastTags
 

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 _

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