All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractMailSystemFactory |
|
Action<T> |
|
ActionContext |
|
ActionInvoker |
Invoke an action after an HTTP request.
|
ActionNotFoundException |
|
After |
Mark this method as @After interceptor
|
AnnotationHelper |
|
ApacheMultipartParser |
From Apache commons fileupload.
|
ApacheMultipartParser.AutoFileItem |
|
ApacheMultipartParser.SizeException |
This exception is thrown, if a requests permitted size is exceeded.
|
ApplicationClasses |
|
As |
|
As.DEFAULT |
|
AuthenticityTokenPlugin |
|
BadRequest |
400 Bad Request
|
BaseTemplate |
|
BaseTemplate.RawData |
|
BeanSource |
|
BeanWrapper |
Parameters map to POJO binder.
|
BeanWrapper.Property |
|
Before |
Mark this method as @Before interceptor
|
BinaryBinder |
|
Binder |
The binder try to convert String values to Java objects.
|
BindingAnnotations |
|
ByteArrayArrayBinder |
Bind byte[][] form multipart/form-data request, so you can have a byte[][] in your controller.
|
ByteArrayBinder |
Bind byte[] form multipart/form-data request.
|
Cache |
The Cache.
|
CachedBoundActionMethodArgs |
|
CacheException |
|
CacheFor |
Cache an action's result.
|
CacheImpl |
A cache implementation.
|
CalendarBinder |
Binder that support Calendar class.
|
Catch |
Mark this method as @Catch interceptor
|
Codec |
|
CollectionUtils |
|
Configuration |
|
ConfigurationException |
|
ConfLoader |
|
Controller |
|
CookieDataCodec |
Provides operations around the encoding and decoding of Cookie data.
|
CookieSessionStore |
Default session store implementation that stores signed data in a cookie
|
CronExpression |
Thanks to Quartz project, ...
|
Crypter |
|
DatabaseException |
|
DataParser |
A data parser parse the HTTP request data to a Map<String,String[]>
|
DataParsers |
|
DataSourceFactory |
|
DateBinder |
Binder that support Date class.
|
DB |
Database connection utilities.
|
DB.ExtendedDatasource |
|
DBPlugin |
|
DBPlugin.ProxyDriver |
Needed because DriverManager will not load a driver ouside of the system classloader
|
Default |
|
DefaultBeanSource |
|
DummyHttpResponse |
|
DummyUuidGenerator |
|
DummyWSClient |
|
DummyWSRequest |
|
EhCacheImpl |
EhCache implementation.
|
Email |
This field must be a valid email.
|
EmailCheck |
|
Error |
A validation error
|
Error |
500 Error
|
ErrorsCookieCrypter |
|
Every |
Run a job at specified interval
Example, @Every("1h")
|
ExecutableTemplate |
|
Expression |
|
FastHashMap<K,V> |
|
FastRuntimeException |
Fast Exception - skips creating stackTrace.
|
FastTags |
|
FastTags.Namespace |
|
FileArrayBinder |
Bind a file array form multipart/form-data request.
|
FileBinder |
Bind file form multipart/form-data request.
|
FileParam |
|
Files |
Files utils
|
FileUpload |
|
Finally |
Mark this method as @Finally interceptor
|
FlashStore |
|
Forbidden |
403 Forbidden
|
GenericModel |
A super class for JPA entities
|
GenericModel.JPAQuery |
|
Global |
|
GroovyInlineTags |
|
GroovyInlineTags.CALL |
|
HibernateInterceptor |
|
HikariDataSourceFactory |
|
HTML |
|
HTML.HtmlCharacterEntityReferences |
|
Http |
|
HTTP |
|
HTTP.ContentTypeWithEncoding |
|
Http.Cookie |
|
Http.Header |
|
Http.Headers |
|
Http.Headers.Values |
|
Http.Methods |
|
Http.Request |
|
Http.Response |
|
Http.StatusCode |
|
HttpAsyncResponse |
An HTTP response wrapper
|
HttpMethod |
|
HttpResponse |
An HTTP response wrapper
|
I18N |
I18N utils
|
ImmediateFuture |
|
InFuture |
This date must be in the future.
|
InFutureCheck |
|
Injector |
|
InPast |
This date must be in the past.
|
InPastCheck |
|
Invocation |
An Invocation in something to run in a Play! context
|
InvocationContext |
The class/method that will be invoked by the current operation
|
Invoker |
Run some code in a Play! context
|
IO |
|
IpParser |
|
IPv4Address |
This field must be a valid IP address.
|
IPv4AddressCheck |
|
IPv6Address |
This field must be a valid IP address.
|
IPv6AddressCheck |
|
IsTrue |
This field must be true.
|
IsTrueCheck |
|
Java |
Java utils
|
JavaClassesScanner |
|
JavaExtensions |
Java extensions in templates
|
JavaScriptEscaper |
|
Job<V> |
A job is an asynchronously executed unit of work
|
JobsPlugin |
|
JPA |
JPA Support
|
JPA.JPAContext |
|
JPABase |
A super class for JPA entities
|
JPABase.JPAQueryException |
|
JPAException |
|
JPAModelLoader |
|
JPAPlugin |
|
JPARepository<T extends JPABase> |
|
JPQL |
|
Lang |
Language support
|
LegacyMockMailSystem |
Just kept for compatibility reasons, use test double substitution mechanism instead.
|
LocalDateBinder |
|
LocalDateTimeBinder |
|
LocaleBinder |
Binder that support Locale class.
|
LocalTimeBinder |
|
Mail |
|
Mail.SMTPAuthenticator |
|
MailException |
|
MailSystem |
|
Match |
This field must match the regexp.
|
MatchCheck |
|
Max |
This field must be lower than.
|
MaxCheck |
|
MaxSize |
This field size must be lower than.
|
MaxSizeCheck |
|
MemcachedImpl |
Memcached implementation (using http://code.google.com/p/spymemcached/)
|
MemoryUpload |
|
Messages |
I18n Helper
|
MessagesPlugin |
|
MimeTypes |
MimeTypes utils
|
Min |
This field must be greater than.
|
MinCheck |
|
MinSize |
This field size must be equal or greater than.
|
MinSizeCheck |
|
Model |
Base class for JPA model objects.
|
Model |
|
Model.BinaryField |
|
Model.Choices |
|
Model.Factory |
|
Model.Manager |
|
Model.Property |
|
MultipartStream |
Low level API for processing file uploads.
|
MultipartStream.IllegalBoundaryException |
Thrown upon attempt of setting an invalid boundary token.
|
MultipartStream.MalformedStreamException |
Thrown to indicate that the input stream fails to follow the
required syntax.
|
NoAuthenticityToken |
|
NoBinding |
|
NoOpEntityResolver |
|
NoResult |
|
NoRouteFoundException |
|
NoSession |
|
NotFound |
404 not found
|
NotModified |
304 Not Modified
|
NoTransaction |
Annotation to be used on methods telling JPA that it should not create a Transaction at all
|
Ok |
200 OK
|
On |
Run the job using a Cron expression
We use the Quartz CRON trigger (http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger)
|
OnApplicationStart |
A job run at application start.
|
OnApplicationStop |
A job run when the application is stopped under graceful circumstances.
|
OrderSafeProperties |
Custom impl of java.util.properties that preserves the key-order from the file
and that reads the properties-file in utf-8
|
OS |
Os detections
|
ParamNode |
|
ParamNode.RemovedNode |
|
Password |
This field is a password.
|
PersistenceUnitInfoImpl |
|
Phone |
This field contain a phone number
This validation is relaxed and is intended to enforce a basic phone pattern.
|
PhoneCheck |
|
Play |
Main framework class
|
Play.Mode |
|
PlayContextController |
Interface for play controllers with ActionContext provided to them by the ActionInvoker .
|
PlayController |
Marker interface for play controllers
This is the class that your controllers should implement when they need very few capabilities..
|
PlayException |
The super class for all Play! exceptions
|
PlayLoggingSetup |
|
PlayPlugin |
A framework plugin
|
PlayServer |
|
PlayStatusPlugin |
|
PluginCollection |
Class handling all plugins used by Play.
|
PluginDescriptor |
|
PrecompileTemplates |
|
Predicate |
|
Promise<V> |
|
Properties |
like Properties, but with:
encoding
generic
type helper
|
PropertiesConfLoader |
|
PThreadFactory |
|
Range |
This field must be lower than and greater than.
|
RangeCheck |
|
RebelController |
|
Redirect |
302 Redirect
|
Redirector |
This class is deprecated.
|
Redirector.Parameter |
|
RedirectToAction |
|
RedirectToStatic |
302 Redirect
|
RenderBinary |
200 OK with application/octet-stream
|
RenderHtml |
200 OK with a text/plain
|
RenderJson |
200 OK with application/json
|
RenderStatic |
|
RenderTemplate |
200 OK with a template rendering
|
RenderText |
200 OK with a text/plain
|
RenderView |
|
RenderXml |
200 OK with a text/xml
|
RePlayLogoPlugin |
|
RequestLogPlugin |
|
Required |
This field is required.
|
RequiredCheck |
|
Result |
Result support
|
RootParamNode |
|
Router |
The router matches HTTP requests to action invocations
|
Router.ActionDefinition |
|
Router.MatchingRoute |
|
Router.Route |
|
RoutesParser |
|
SafeCSVFormatter |
|
SafeFormatter |
Supported type for formatting.
|
SafeFormatters |
|
SafeHTMLFormatter |
|
SafeXMLFormatter |
|
Scheme |
|
Scope |
All application Scopes
|
Scope.Flash |
Flash scope
|
Scope.Params |
HTTP params
|
Scope.RenderArgs |
Render args (used in template rendering)
|
Scope.Session |
Session scope
|
ServerAddress |
|
ServerHelper |
|
SessionDataEncoder |
Provides operations around the encoding and decoding of Cookie data.
|
SessionStore |
Implementations of session storage mechanisms.
|
Signer |
|
SimpleJob |
Base class for jobs that don't return any result
|
SQLSplitter |
|
Starter |
|
Status |
|
SupplierWithException<T> |
The same as @{link java.util.function.Supplier}, but with "throws Exception"
|
TagContext |
Tag Context (retrieve who call you)
|
TagInternalException |
A exception during tag invocation
|
TempFilePlugin |
Creates temporary folders for file parsing, and deletes
it after request completion.
|
Template |
|
TemplateException |
|
TemplateLoader |
|
TemplateNameResolver |
|
TemplateNotFoundException |
|
TemplateParser |
Template parser
|
TemplateParser.Token |
|
TextParser |
|
Time |
Time utils
Provides a parser for time expression.
|
Transactional |
|
TypeBinder<T> |
Supported type for binding.
|
TypeUnbinder<T> |
Supported type for unbinding.
|
Unauthorized |
401 Unauthorized
|
Unbinder |
Try to unbind an object to a Map<String,String>
|
UnexpectedException |
|
Unique |
Check that a field or or field in a context is unique.
|
UniqueCheck |
Check which proof if one or a set of properties is unique.
|
Upload |
|
UploadArrayBinder |
Bind file form multipart/form-data request to an array of Upload object.
|
UploadBinder |
|
Url |
|
URL |
This field must be a valid url.
|
URLCheck |
|
UrlEncodedParser |
Parse url-encoded requests.
|
URLs |
|
Util |
Mark this method as simple utility method (not an action) that can't be automatically invoked by the router.
|
Utils |
|
Utils.AlternativeDateFormat |
|
Utils.Maps |
|
UuidGenerator |
|
Valid |
This bean must satisfy all checks.
|
Validation |
|
Validation.ValidationResult |
|
Validation.Validator |
|
ValidationPlugin |
|
ValidCheck |
|
View |
200 OK with a template rendering
|
VirtualFile |
|
With |
Delegate interceptors.
|
WS |
Simple HTTP client to make webservices requests.
|
WSAsync |
Simple HTTP client to make webservices requests.
|
WSClient |
|
WSRequest |
|
WSSSLContext |
|
XML |
XML utils
|
YesSSLSocketFactory |
SSL Sockets created by this factory won't check
if certificates are signed with a root certificate (or chained from root)
|
YesSSLSocketFactory.YesTrustManager |
|