Packages

package j

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class DefaultJavaHandlerComponents extends JavaHandlerComponents

    The components necessary to handle a Java handler.

  2. class HttpExecutionContext 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.

  3. abstract class JavaAction extends Action[RequestBody] with JavaHelpers
  4. class JavaActionAnnotations extends AnyRef

    Retains and evaluates what is otherwise expensive reflection work on call by call basis.

  5. 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.

  6. trait JavaHandlerComponents extends AnyRef
  7. trait JavaHelpers extends AnyRef

    Provides helper methods that manage Java to Scala Result and Scala to Java Context creation

  8. class JavaHttpErrorHandlerAdapter extends HttpErrorHandler

    Adapter from a Java HttpErrorHandler to a Scala HttpErrorHandler

  9. class JavaHttpRequestHandlerAdapter extends HttpRequestHandler

    Adapter from a Java HttpRequestHandler to a Scala HttpRequestHandler

  10. class JavaHttpRequestHandlerDelegate extends HttpRequestHandler

    Adapter from a Java HttpRequestHandler to a Scala HttpRequestHandler

  11. class JavaRouterAdapter extends Router

    Adapts the Scala router to the Java Router API

  12. class RequestHeaderImpl extends RequestHeader
  13. class RequestImpl extends RequestHeaderImpl with Request

Deprecated Type Members

  1. class DefaultJavaContextComponents extends JavaContextComponents
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) Inject MessagesApi, Langs, FileMimeTypes or HttpConfiguration instead

  2. 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

  1. object HttpExecutionContext
  2. object JavaHelpers extends JavaHelpers
  3. object JavaModeConverter

    Converter for Java Mode enum from Scala Mode

  4. object JavaParsers

    provides Java centric BodyParsers

  5. object JavaRangeResult

    Java compatible RangeResult

  6. object JavaResultExtractor
  7. object PlayFormsMagicForJava

    Defines a magic helper for Play templates in a Java Forms context.

  8. object PlayMagicForJava extends ToScalaImplicits with ToJavaImplicits

    Defines a magic helper for Play templates in a Java context.

Ungrouped