package j
- Alphabetic
- Public
- All
Type Members
-
class
DefaultJavaContextComponents extends JavaContextComponents
The components necessary to handle a play.mvc.Http.Context object.
-
class
DefaultJavaHandlerComponents extends JavaHandlerComponents
The components necessary to handle a Java handler.
-
class
HttpExecutionContext extends ExecutionContextExecutor
Manages execution to ensure that the given context ClassLoader and Http.Context are set correctly in the current thread.
Manages execution to ensure that the given context ClassLoader and Http.Context are set correctly in the current thread. Actual execution is performed by a delegate ExecutionContext.
- 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 JavaContextComponents extends AnyRef
-
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
Value Members
- object HttpExecutionContext
- 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 JavaImplicitConversions
Defines a magic helper for Play templates in a Java context.