Documentation

You are viewing the documentation for the 2.8.x release series. The latest stable release series is 3.0.x.

§Application Settings

A running instance of Play is built around the Application class, the starting point for most of the application state for Play. The Application is loaded through an ApplicationLoader and is configured with a disposable classloader so that changing a setting in development mode will reload the Application. Most of the Application settings are configurable, but more complex behavior can be hooked into Play by binding the various handlers to a specific instance through dependency injection.

Next: Essential Actions


Found an error in this documentation? The source code for this page can be found here. After reading the documentation guidelines, please feel free to contribute a pull request. Have questions or advice to share? Go to our community forums to start a conversation with the community.