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