Packages

package j

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultJavaContextComponents extends JavaContextComponents

    The components necessary to handle a play.mvc.Http.Context object.

  2. class DefaultJavaHandlerComponents extends JavaHandlerComponents

    The components necessary to handle a Java handler.

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

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

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

  6. trait JavaContextComponents extends AnyRef
  7. 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.

  8. trait JavaHandlerComponents extends AnyRef
  9. trait JavaHelpers extends AnyRef

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

  10. class JavaHttpErrorHandlerAdapter extends HttpErrorHandler

    Adapter from a Java HttpErrorHandler to a Scala HttpErrorHandler

  11. class JavaHttpRequestHandlerAdapter extends HttpRequestHandler

    Adapter from a Java HttpRequestHandler to a Scala HttpRequestHandler

  12. class JavaHttpRequestHandlerDelegate extends HttpRequestHandler

    Adapter from a Java HttpRequestHandler to a Scala HttpRequestHandler

  13. class JavaRouterAdapter extends Router

    Adapts the Scala router to the Java Router API

  14. class RequestHeaderImpl extends RequestHeader
  15. class RequestImpl extends RequestHeaderImpl with Request

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 JavaImplicitConversions

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

Ungrouped