Package

play.core

j

Permalink

package j

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultJavaHandlerComponents extends JavaHandlerComponents

    Permalink

    The components necessary to handle a Java handler.

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

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

    Permalink
  4. class JavaActionAnnotations extends AnyRef

    Permalink

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

  5. class JavaGlobalSettingsAdapter extends Deprecated

    Permalink

    Adapter that holds the Java GlobalSettings and acts as a Scala GlobalSettings for the framework.

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

  7. trait JavaHandlerComponents extends AnyRef

    Permalink
  8. trait JavaHelpers extends AnyRef

    Permalink

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

  9. class JavaHttpErrorHandlerAdapter extends HttpErrorHandler

    Permalink

    Adapter from a Java HttpErrorHandler to a Scala HttpErrorHandler

  10. class JavaHttpRequestHandlerAdapter extends HttpRequestHandler

    Permalink

    Adapter from a Java HttpRequestHandler to a Scala HttpRequestHandler

  11. class JavaHttpRequestHandlerDelegate extends HttpRequestHandler

    Permalink

    Adapter from a Java HttpRequestHandler to a Scala HttpRequestHandler

  12. class JavaRouterAdapter extends Router

    Permalink

    Adapts the Scala router to the Java Router API

  13. class RequestHeaderImpl extends RequestHeader

    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 JavaResults extends Results with DefaultWriteables with DefaultContentTypeOfs

    Permalink

    Java compatible Results

  8. object JavaWebSocket extends JavaHelpers

    Permalink

    handles a scala websocket in a Java Context

  9. object PlayMagicForJava

    Permalink

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

Ungrouped