| Package | Description |
|---|---|
| play |
Provides the Play framework's publicly accessible Java API.
|
| play.api | |
| play.cache |
Provides the Cache API.
|
| play.core | |
| play.core.netty.utils |
This package contains Cookie related classes.
|
| play.core.server | |
| play.data |
Provides data manipulation helpers, mainly for HTTP form handling.
|
| play.data.format |
Provides the formatting API used by
Form classes. |
| play.data.validation |
Provides the JSR 303 validation constraints.
|
| play.db |
Provides the JDBC database access API.
|
| play.db.evolutions | |
| play.db.jpa |
Provides JPA ORM integration.
|
| play.filters.csrf | |
| play.http | |
| play.http.websocket | |
| play.i18n |
Provides the i18n API.
|
| play.inject | |
| play.inject.guice | |
| play.libs |
Provides various APIs that are useful for developing web applications.
|
| play.libs.akka | |
| play.libs.concurrent | |
| play.libs.crypto | |
| play.libs.oauth | |
| play.libs.openid | |
| play.libs.streams | |
| play.libs.ws | |
| play.libs.ws.ahc | |
| play.libs.ws.ning | |
| play.mvc |
Provides the Controller/Action/Result API for handling HTTP requests.
|
| play.routing | |
| play.server | |
| play.test |
Contains test helpers.
|