Package play
Provides the Play framework's publicly accessible Java API.
Play
http://www.playframework.com-
Interface Summary Interface Description Application A Play application.ApplicationLoader Loads an application.BuiltInComponents Helper to provide the Play built in components.LoggerConfigurator Runs through underlying logger configuration. -
Class Summary Class Description ApplicationLoader.Context The context for loading an application.BuiltInComponentsFromContext This helper class provides all the built-in component dependencies by trading them for a single dependency - the application loader context.ContextBasedBuiltInComponents This helper class provides all the built-in component dependencies by trading them for a single dependency - the application loader context.DefaultApplication Default implementation of a Play Application.Environment The environment for the application.Logger High level API for logging operations.Logger.ALogger Typical logger interface -
Enum Summary Enum Description Mode Application mode, either `DEV`, `TEST`, or `PROD`.