play.core

j

package j

Visibility
  1. Public
  2. All

Type Members

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

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

  3. class JavaActionAnnotations extends AnyRef

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

  4. class JavaGlobalSettingsAdapter extends api.GlobalSettings

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

  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. class JavaHandlerComponents extends AnyRef

    The components necessary to handle a Java handler.

  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 RequestHeaderImpl extends RequestHeader

Value Members

  1. object HttpExecutionContext

  2. object JavaHelpers extends JavaHelpers

  3. object JavaModeConverter

    Converter for Java Mode enum from Scala Mode

  4. object JavaParsers extends BodyParsers

    provides Java centric BodyParsers

  5. object JavaResultExtractor

  6. object JavaResults extends Results with DefaultWriteables with DefaultContentTypeOfs

    Java compatible Results

  7. object JavaWebSocket extends JavaHelpers

    handles a scala websocket in a Java Context

  8. object PlayMagicForJava

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

Ungrouped