All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractMailSystemFactory |
|
Action<T> |
|
ActionInvoker |
Invoke an action after an HTTP request.
|
ActionNotFoundException |
|
After |
Mark this method as @After interceptor
|
AnnotationHelper |
|
ANSIConsoleAppender |
Colour-coded console appender for Log4J.
|
ApacheMultipartParser |
From Apache commons fileupload.
|
ApacheMultipartParser.AutoFileItem |
|
ApacheMultipartParser.SizeException |
This exception is thrown, if a requests permitted size is exceeded.
|
ApplicationClasses |
Application classes container.
|
ApplicationClasses.ApplicationClass |
Represent a application class
|
ApplicationClassloader |
The application classLoader.
|
ApplicationClassloaderState |
Each unique instance of this class represent a State of the ApplicationClassloader.
|
ApplicationCompiler |
Java compiler (uses eclipse JDT)
|
As |
|
As.DEFAULT |
|
BadRequest |
400 Bad Request
|
BaseTemplate |
|
BaseTemplate.RawData |
|
BaseTest |
|
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.
|
Binder.MethodAndParamInfo |
|
BindingAnnotations |
|
Blob |
|
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.
|
BytecodeCache |
Used to speed up compilation time
|
C3P0DataSourceFactory |
|
Cache |
The Cache.
|
CachedBoundActionMethodArgs |
|
CacheException |
|
CacheFor |
Cache an action's result.
|
CacheImpl |
A cache implementation.
|
CacheKeyGenerator |
Allow custom cache key to be used by applications.
|
CalendarBinder |
Binder that support Calendar class.
|
Catch |
Mark this method as @Catch interceptor
|
Check |
|
CheckWith |
|
CheckWithCheck |
|
ClassStateHashCreator |
|
CleanTest |
Test annotation to control the access to MVC objects
|
Codec |
Codec utils
|
CompilationException |
A java compilation error
|
ConfigurablePluginDisablingPlugin |
Plugin that reads list of plugins to disable from application.conf
To disable plugins, specify it like this in application.conf:
plugins.disable=full-plugin-class-name
plugins.disable.0=full-plugin-class-name
plugins.disable.1=full-plugin-class-name
plugins.disable.whatever=full-plugin-class-name
|
Configuration |
|
ConfigurationChangeWatcherPlugin |
Plugin used for tracking for application.conf changes
|
ConfigurationException |
Error in application.conf
|
ContinuationEnhancer |
|
ContinuationsException |
|
Controller |
Application controller support: The controller receives input and initiates a response by making calls on model
objects.
|
Controller.ITemplateNameResolver |
This allow people that implements their own template engine to override the way template are resolved.
|
ControllersEnhancer |
Enhance controllers classes.
|
ControllersEnhancer.ByPass |
|
ControllersEnhancer.ControllerInstrumentation |
Runtime part needed by the instrumentation
|
ControllersEnhancer.ControllerSupport |
Mark class that need controller enhancement
|
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, https://quartz.dev.java.net
|
Crypto |
Cryptography utils
|
Crypto.HashType |
Define a hash type enumeration for strong-typing
|
DatabaseException |
|
DataParser |
A data parser parse the HTTP request data to a Map<String,String[]>
|
DataParsers |
|
DataSourceFactory |
|
DateBinder |
Binder that support Date class.
|
DateTimeBinder |
Binder that support Date class.
|
DB |
Database connection utilities.
|
DB.ExtendedDatasource |
|
DBBrowserPlugin |
|
DBPlugin |
|
DBPlugin.ProxyDriver |
Needed because DriverManager will not load a driver ouside of the system classloader
|
Default |
|
DefaultBeanSource |
|
DefaultCacheKeyGenerator |
The Default Cache Key Generator
|
DependenciesManager |
|
EhCacheImpl |
EhCache implementation.
|
Email |
This field must be a valid email.
|
EmailCheck |
|
EnhancedForContinuations |
This interface is added to all classes enhanced for Continuations.
|
Enhancer |
Enhancer support
|
Enhancer.ApplicationClassesClasspath |
Dumb classpath implementation for javassist hacking
|
EnhancerPlugin |
Plugin used for core tasks
|
Equals |
This field must be equals to another field.
|
EqualsCheck |
|
Error |
A validation error.
|
Error |
500 Error
|
Every |
Run a job at specified interval
Example, @Every("1h")
|
Evolution |
|
EvolutionQuery |
|
Evolutions |
Handles migration of data.
|
EvolutionState |
|
Expression |
|
F |
|
F.Action<T> |
|
F.Action0 |
|
F.ArchivedEventStream<T> |
|
F.BlockingEventStream<T> |
|
F.E2<A,B> |
|
F.E3<A,B,C> |
|
F.E4<A,B,C,D> |
|
F.E5<A,B,C,D,E> |
|
F.Either<A,B> |
|
F.EventStream<T> |
|
F.Function0<R> |
A Function with no arguments.
|
F.IndexedEvent<M> |
|
F.Matcher<T,R> |
|
F.None<T> |
|
F.Option<T> |
|
F.Promise<V> |
|
F.Some<T> |
|
F.T2<A,B> |
|
F.T3<A,B,C> |
|
F.T4<A,B,C,D> |
|
F.T5<A,B,C,D,E> |
|
F.Timeout |
|
F.Tuple<A,B> |
|
FastRuntimeException |
Fast Exception - skips creating stackTrace.
|
FastTags |
|
FastTags.Namespace |
|
FileArrayBinder |
Bind a file array form multipart/form-data request.
|
FileAttachment |
Deprecated. |
FileBinder |
Bind file form multipart/form-data request.
|
FileChannelBuffer |
Useless channel buffer only used to wrap the input stream....
|
Files |
Files utils
|
FileService |
|
FileService.ByteRangeInput |
|
FileUpload |
|
Finally |
Mark this method as @Finally interceptor
|
Fixtures |
|
FlashPolicyHandler |
|
Forbidden |
403 Forbidden
|
FunctionalTest |
Application tests support
|
FunctionalTest._ByteArrayOutputStream |
|
FunctionalTest.URL |
|
GenericModel |
A super class for JPA entities
|
GenericModel.JPAQuery |
A JPAQuery
|
Global |
|
GroovyInlineTags |
|
GroovyInlineTags.CALL |
|
GroovyTemplate |
|
GroovyTemplate.ExecutableTemplate |
Groovy template
|
GroovyTemplate.TClassLoader |
|
GroovyTemplateCompiler |
|
Helpers |
|
HibernateInterceptor |
|
HikariDataSourceFactory |
|
HotswapAgent |
Enable HotSwap when it's possible.
|
HTML |
|
HTML.HtmlCharacterEntityReferences |
|
Http |
HTTP interface
|
HTTP |
|
HTTP.ContentTypeWithEncoding |
|
Http.Cookie |
An HTTP Cookie
|
Http.Header |
An HTTP Header
|
Http.Inbound |
A Websocket Inbound channel
|
Http.Outbound |
A Websocket Outbound channel
|
Http.Request |
An HTTP Request
|
Http.Response |
An HTTP response
|
Http.StatusCode |
|
Http.WebSocketClose |
|
Http.WebSocketEvent |
|
Http.WebSocketFrame |
A Websocket frame
|
HttpServerPipelineFactory |
|
HumanReadyLogger |
|
I18N |
I18N utils
|
Images |
Images utils
|
Images.Captcha |
A captcha image.
|
ImmediateFuture |
|
InconsistentDatabase |
|
InFuture |
This date must be in the future.
|
InFutureCheck |
|
Injector |
|
InPast |
This date must be in the past.
|
InPastCheck |
|
InvalidDatabaseRevision |
|
Invoker |
Run some code in a Play! context
|
Invoker.DirectInvocation |
A direct invocation (in the same thread than caller)
|
Invoker.Invocation |
An Invocation in something to run in a Play! context
|
Invoker.InvocationContext |
The class/method that will be invoked by the current operation
|
Invoker.Suspend |
Throwable to indicate that the request must be suspended
|
IO |
IO utils
|
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
|
Java.FieldWrapper |
Field accessor set and get value for a property, using the getter/setter when it exists or direct access
otherwise.
|
JavaExecutionException |
|
JavaExtensions |
Java extensions in templates
|
JdbcHelper |
|
JdbcIterator<T> |
Iterate over a JDBC ResultSet
|
JdbcResultFactories |
|
JdbcResultFactories.ClassFactory<T> |
|
JdbcResultFactories.PrimitiveFactory<T> |
|
JdbcResultFactory<T> |
|
JdbcWindowIterator<T> |
|
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 |
|
JPAEnhancer |
Enhance JPABase entities classes
|
JPAException |
|
JpaHelper |
|
JPAModelLoader |
|
JPAPlugin |
|
JPASupport |
Deprecated. |
JPASupport.JPAQuery |
Deprecated. |
JPQL |
|
JpqlSelect |
|
Lang |
Language support
|
LegacyMockMailSystem |
Just kept for compatibility reasons, use test double substitution mechanism instead.
|
LocalDateTimeBinder |
|
LocaleBinder |
Binder that support Locale class.
|
Localized<T> |
A localized object
|
LocalvariablesNamesEnhancer |
Track names of local variables ...
|
LocalvariablesNamesEnhancer.LocalVariablesNamesTracer |
Runtime part.
|
LocalvariablesNamesEnhancer.LocalVariablesSupport |
Mark class that need local variables tracking
|
LocalvariablesNamesEnhancerJava7 |
Track names of local variables + generate signature fields for Java 7 support
|
Logger |
Main logger of the application.
|
Logger.JuliToLog4jHandler |
juli handler that Redirect to log4j
|
Mail |
Mail utils
|
Mail.SMTPAuthenticator |
|
Mailer |
Application mailer support
|
MailerEnhancer |
Enhance mailers classes.
|
MailException |
Error while sending an email
|
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/)
expiration is specified in seconds
|
MemoryUpload |
|
Messages |
I18n Helper
|
MessagesPlugin |
Messages plugin
|
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
Automatically provide a @Id Long id field
|
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.
|
MySQLDialect |
InnoDB, UTF-8 dialect for Mysql
|
NoBinding |
|
NoOpEntityResolver |
|
NoResult |
|
NoRouteFoundException |
No route found (during reverse routing)
|
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
|
OAuth |
Library to access resources protected by OAuth 1.0a.
|
OAuth.Error |
|
OAuth.Error.Type |
|
OAuth.Response |
Response to an OAuth 1.0 request.
|
OAuth.ServiceInfo |
Information relative to an OAuth 1.0 provider.
|
OAuth.TokenPair |
Deprecated. |
OAuth2 |
Library to access resources protected by OAuth 2.0.
|
OAuth2.Error |
|
OAuth2.Error.Type |
|
OAuth2.Response |
|
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.
|
OpenID |
|
OpenID.UserInfo |
|
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 |
2 modes
|
PlayConfigurationLoadTask |
Ant task which loads settings needed by the ant from the ant configuration file.
|
PlayConflictManager |
|
PlayConnectionCustomizer |
|
PlayController |
Marker interface for play controllers
This is the class that your controllers should implement.
|
PlayException |
The super class for all Play! exceptions
|
PlayExceptionWithJavaSource |
|
PlayHandler |
|
PlayHandler.WebSocketInvocation |
|
PlayJUnitRunner |
|
PlayJUnitRunner.StartPlay |
|
PlayPlugin |
A framework plugin
|
PlayPlugin.Filter<T> |
Class that define a filter.
|
PlayPlugin.Filter.Function1<I,O> |
|
PlayStatusPlugin |
|
PluginCollection |
Class handling all plugins used by Play.
|
Properties |
like Properties, but with:
encoding
generic
type helper
|
PropertiesEnhancer |
Generate valid JavaBeans.
|
PropertiesEnhancer.FieldAccessor |
Runtime part.
|
PropertiesEnhancer.PlayPropertyAccessor |
|
PThreadFactory |
|
Range |
This field must be lower than and greater than.
|
RangeCheck |
|
Redirect |
302 Redirect
|
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
|
RenderXml |
200 OK with a text/xml
|
Required |
This field is required.
|
RequiredCheck |
|
RequireInjection |
if you want to inject beans anywhere,please implement the interface.
|
RestartNeededException |
|
Result |
Result support
|
RootParamNode |
|
Router |
The router matches HTTP requests to action invocations
|
Router.ActionDefinition |
|
Router.Route |
|
SafeCSVFormatter |
|
SafeFormatter |
Supported type for formatting.
|
SafeHTMLFormatter |
|
SafeXMLFormatter |
|
Scope |
All application Scopes
|
Scope.Flash |
Flash scope
|
Scope.Params |
HTTP params
|
Scope.RenderArgs |
Render args (used in template rendering)
|
Scope.RouteArgs |
Routes args (used in reserve routing)
|
Scope.Session |
Session scope
|
Server |
|
ServletWrapper |
Servlet implementation.
|
SessionStore |
Implementations of session storage mechanisms.
|
SettingsParser |
|
SigEnhancer |
Compute a unique hash for the class signature.
|
SmartFuture<V> |
|
SourceAttachment |
Exception has source attachment
|
SqlQuery |
|
SqlQuery.Concat |
|
SqlSelect |
|
SqlSelect.Where |
|
SQLSplitter |
|
SqlUnion |
|
SslHttpServerContextFactory |
|
SslHttpServerContextFactory.PEMKeyManager |
|
SslHttpServerPipelineFactory |
|
SslPlayHandler |
|
Status |
|
StopTask |
|
StreamChunkAggregator |
|
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 |
|
TemplateCompilationException |
A exception during template compilation
|
TemplateCompiler |
|
TemplateCompiler.Tag |
|
TemplateException |
An exception during template execution
|
TemplateExecutionException |
An exception during template execution
|
TemplateExecutionException.DoBodyException |
|
TemplateLoader |
|
TemplateNotFoundException |
|
TemplateParser |
Template parser
|
TemplateParser.Token |
|
TestEngine |
Run application tests
|
TestEngine.TestResult |
|
TestEngine.TestResults |
|
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.
|
UnitTest |
|
Upload |
|
UploadArrayBinder |
Bind file form multipart/form-data request to an array of Upload object.
|
UploadBinder |
|
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 |
Generic utils
|
Utils.AlternativeDateFormat |
|
Utils.Maps |
for java.util.Map
|
Valid |
This bean must satisfy all checks.
|
Validation |
|
Validation.ValidationResult |
|
Validation.Validator |
|
ValidationPlugin |
|
ValidCheck |
|
VirtualFile |
The VFS used by Play!
|
WebSocketController |
|
WebSocketDisconnect |
|
WebSocketInvoker |
|
WebSocketResult |
WebSocket Result support
|
With |
Delegate interceptors.
|
WS |
Simple HTTP client to make webservices requests.
|
WS.FileParam |
|
WS.HttpResponse |
An HTTP response wrapper
|
WS.Scheme |
|
WS.WSImpl |
|
WS.WSRequest |
|
WS.WSWithEncoding |
Internal class exposing all the methods previously exposed by WS.
|
WSAsync |
Simple HTTP client to make webservices requests.
|
WSAsync.HttpAsyncResponse |
An HTTP response wrapper
|
WSSSLContext |
|
WSUrlFetch |
Implementation of the WS interface based on Java URL Fetch API.
|
WSUrlFetch.HttpUrlfetchResponse |
An HTTP response wrapper
|
XML |
XML utils
|
XPath |
XPath for parsing
|
YAMLException |
|
YamlParser |
|
YesSSLSocketFactory |
SSL Sockets created by this factory won't check
if certificates are signed with a root certificate (or chained from root)
|
YesSSLSocketFactory.YesTrustManager |
|