|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.engine.builder.BinderConfiguration
public class BinderConfiguration
Contains the information needed to bind model to a view. This information consists of one or more bindings
that connect properties of the model to UI elements of the view.
ViewFactoryCreator
Nested Class Summary | |
---|---|
static class |
BinderConfiguration.Binding
A binding that provides the information needed to connect an element of the view to a property of the model. |
Constructor Summary | |
---|---|
BinderConfiguration()
|
Method Summary | |
---|---|
void |
addBinding(BinderConfiguration.Binding binding)
Adds a new binding to this binding configuration. |
BinderConfiguration.Binding |
getBinding(String name)
Gets the binding with the specified name, or returns null if no such binding is found. |
Set |
getBindings()
Returns the set of bindings associated with this binding configuration. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinderConfiguration()
Method Detail |
---|
public void addBinding(BinderConfiguration.Binding binding)
binding
- the bindingpublic Set getBindings()
public BinderConfiguration.Binding getBinding(String name)
name
- the name of the binding.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |