| Package | Description |
|---|---|
| play | |
| play.data.binding | |
| play.db.jpa | |
| play.mvc | |
| play.plugins |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
PlayPlugin.bind(RootParamNode rootParamNode,
java.lang.String name,
java.lang.Class<?> clazz,
java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations)
Called when play need to bind a Java object from HTTP params.
|
java.lang.Object |
PlayPlugin.bindBean(RootParamNode rootParamNode,
java.lang.String name,
java.lang.Object bean)
Called when play need to bind an existing Java object from HTTP params.
|
| Modifier and Type | Method and Description |
|---|---|
static RootParamNode |
ParamNode.convert(java.util.Map<java.lang.String,java.lang.String[]> params) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
Binder.bind(RootParamNode parentParamNode,
java.lang.String name,
java.lang.Class<?> clazz,
java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations) |
static java.lang.Object |
Binder.bind(RootParamNode parentParamNode,
java.lang.String name,
java.lang.Class<?> clazz,
java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations,
Binder.MethodAndParamInfo methodAndParamInfo) |
static void |
Binder.bindBean(RootParamNode rootParamNode,
java.lang.String name,
java.lang.Object bean)
Invokes the plugins before using the internal bindBean.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
JPAPlugin.bind(RootParamNode rootParamNode,
java.lang.String name,
java.lang.Class clazz,
java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations) |
java.lang.Object |
JPAPlugin.bindBean(RootParamNode rootParamNode,
java.lang.String name,
java.lang.Object bean) |
| Modifier and Type | Method and Description |
|---|---|
RootParamNode |
Scope.Params.getRootParamNode() |
RootParamNode |
Scope.Params.getRootParamNodeFromRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
PluginCollection.bind(RootParamNode rootParamNode,
java.lang.String name,
java.lang.Class<?> clazz,
java.lang.reflect.Type type,
java.lang.annotation.Annotation[] annotations) |
java.lang.Object |
PluginCollection.bindBean(RootParamNode rootParamNode,
java.lang.String name,
java.lang.Object bean) |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly