|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RootParamNode | |
|---|---|
| play | |
| play.data.binding | |
| play.db.jpa | |
| play.mvc | |
| play.plugins | |
| Uses of RootParamNode in play |
|---|
| Methods in play with parameters of type RootParamNode | |
|---|---|
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. |
| Uses of RootParamNode in play.data.binding |
|---|
| Methods in play.data.binding that return RootParamNode | |
|---|---|
static RootParamNode |
ParamNode.convert(java.util.Map<java.lang.String,java.lang.String[]> params)
|
| Methods in play.data.binding with parameters of type RootParamNode | |
|---|---|
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. |
| Uses of RootParamNode in play.db.jpa |
|---|
| Methods in play.db.jpa with parameters of type RootParamNode | |
|---|---|
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)
|
| Uses of RootParamNode in play.mvc |
|---|
| Methods in play.mvc that return RootParamNode | |
|---|---|
RootParamNode |
Scope.Params.getRootParamNode()
|
RootParamNode |
Scope.Params.getRootParamNodeFromRequest()
|
| Uses of RootParamNode in play.plugins |
|---|
| Methods in play.plugins with parameters of type RootParamNode | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||