|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.bristleback.server.bristle.binding.DefaultBindingsProcessor
public class DefaultBindingsProcessor
It is a default bindings processor. If binding annotation has not filled root name, this processor sets root element name equal to processed object binder field name. Token variable with root element name as key will be chosen by binding engine in binding operation.
Created on: 2011-02-20 21:27:21
| Constructor Summary | |
|---|---|
DefaultBindingsProcessor()
|
|
| Method Summary | |
|---|---|
java.util.List<ActionClassElement<ObjectBinder>> |
processBindings(java.lang.Class<? extends RemoteAction> actionClass,
BristleConfiguration configuration)
Processes Bind and nested Property annotations
in given action classes, stores information about bindings in object binders. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultBindingsProcessor()
| Method Detail |
|---|
public java.util.List<ActionClassElement<ObjectBinder>> processBindings(java.lang.Class<? extends RemoteAction> actionClass,
BristleConfiguration configuration)
BindingsProcessorBind and nested Property annotations
in given action classes, stores information about bindings in object binders.
Root element and every property elements should be wrapped into NestedFieldInformation objects.
processBindings in interface BindingsProcessoractionClass - action class to process.configuration - Bristleback plugin configuration, containing information about default binding engine.
Creating root and adding children.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||