Package

play.core

j

Permalink

package j

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultJavaContextComponents extends JavaContextComponents

    Permalink

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

  2. class DefaultJavaHandlerComponents extends JavaHandlerComponents

    Permalink

    The components necessary to handle a Java handler.

  3. class HttpExecutionContext extends ExecutionContextExecutor

    Permalink

    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

    Permalink
  5. class JavaActionAnnotations extends AnyRef

    Permalink

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

  6. trait JavaContextComponents extends AnyRef

    Permalink
  7. trait JavaHandler extends Handler

    Permalink

    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

    Permalink
  9. trait JavaHelpers extends AnyRef

    Permalink

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

  10. class JavaHttpErrorHandlerAdapter extends HttpErrorHandler

    Permalink

    Adapter from a Java HttpErrorHandler to a Scala HttpErrorHandler

  11. class JavaHttpRequestHandlerAdapter extends HttpRequestHandler

    Permalink

    Adapter from a Java HttpRequestHandler to a Scala HttpRequestHandler

  12. class JavaHttpRequestHandlerDelegate extends HttpRequestHandler

    Permalink

    Adapter from a Java HttpRequestHandler to a Scala HttpRequestHandler

  13. class JavaRouterAdapter extends Router

    Permalink

    Adapts the Scala router to the Java Router API

  14. class RequestHeaderImpl extends RequestHeader

    Permalink
  15. class RequestImpl extends RequestHeaderImpl with Request

    Permalink

Value Members

  1. object HttpExecutionContext

    Permalink
  2. object JavaHelpers extends JavaHelpers

    Permalink
  3. object JavaModeConverter

    Permalink

    Converter for Java Mode enum from Scala Mode

  4. object JavaParsers

    Permalink

    provides Java centric BodyParsers

  5. object JavaRangeResult

    Permalink

    Java compatible RangeResult

  6. object JavaResultExtractor

    Permalink
  7. object PlayFormsMagicForJava

    Permalink

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

  8. object PlayMagicForJava extends JavaImplicitConversions

    Permalink

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

Ungrouped