package j
- Alphabetic
- Public
- Protected
Type Members
- class ClassLoaderExecutionContext extends ExecutionContextExecutor
Manages execution to ensure that the given context ClassLoader is set correctly in the current thread.
Manages execution to ensure that the given context ClassLoader is set correctly in the current thread. Actual execution is performed by a delegate ExecutionContext.
- class DefaultJavaHandlerComponents extends JavaHandlerComponents
The components necessary to handle a Java handler.
- abstract class JavaAction extends Action[RequestBody] with JavaHelpers
- class JavaActionAnnotations extends AnyRef
Retains and evaluates what is otherwise expensive reflection work on call by call basis.
- trait JavaHandler extends Handler
A Java handler.
A Java handler.
Java handlers, given that they have to load actions and perform Java specific interception, need extra components that can't be supplied by the controller itself to do so. So this handler is a factory for handlers that, given the JavaComponents, will return a handler that can be invoked by a Play server.
- trait JavaHandlerComponents extends AnyRef
- trait JavaHelpers extends AnyRef
Provides helper methods that manage Java to Scala Result and Scala to Java Context creation
- class JavaHttpErrorHandlerAdapter extends HttpErrorHandler
Adapter from a Java HttpErrorHandler to a Scala HttpErrorHandler
- class JavaHttpRequestHandlerAdapter extends HttpRequestHandler
Adapter from a Java HttpRequestHandler to a Scala HttpRequestHandler
- class JavaHttpRequestHandlerDelegate extends HttpRequestHandler
Adapter from a Java HttpRequestHandler to a Scala HttpRequestHandler
- class JavaRouterAdapter extends Router
Adapts the Scala router to the Java Router API
- class RequestHeaderImpl extends RequestHeader
- class RequestImpl extends RequestHeaderImpl with Request
Deprecated Type Members
- class DefaultJavaContextComponents extends JavaContextComponents
- Annotations
- @deprecated
- Deprecated
(Since version 2.8.0) Inject MessagesApi, Langs, FileMimeTypes or HttpConfiguration instead
- class HttpExecutionContext extends ExecutionContextExecutor
- Annotations
- @deprecated
- Deprecated
(Since version 2.9.0) Renamed to ClassLoaderExecutionContext
- trait JavaContextComponents extends AnyRef
Group components that are commonly to serve requests.
Group components that are commonly to serve requests.
- Annotations
- @deprecated
- Deprecated
(Since version 2.8.0) Inject MessagesApi, Langs, FileMimeTypes or HttpConfiguration instead
Value Members
- object ClassLoaderExecutionContext
- object JavaHelpers extends JavaHelpers
- object JavaModeConverter
Converter for Java Mode enum from Scala Mode
- object JavaParsers
provides Java centric BodyParsers
- object JavaRangeResult
Java compatible RangeResult
- object JavaResultExtractor
- object PlayFormsMagicForJava
Defines a magic helper for Play templates in a Java Forms context.
- object PlayMagicForJava extends ToScalaImplicits with ToJavaImplicits
Defines a magic helper for Play templates in a Java context.
Deprecated Value Members
- object HttpExecutionContext
- Annotations
- @deprecated
- Deprecated
(Since version 2.9.0) Renamed to ClassLoaderExecutionContext