public class BindingImpl extends java.lang.Object implements Binding, java.io.Serializable
Binding
Modifier | Constructor and Description |
---|---|
protected |
BindingImpl(Binder binder,
Component comp,
java.util.Map<java.lang.String,java.lang.Object> args) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
containsAttribute(BindContext ctx,
java.lang.Object key) |
java.util.Map<java.lang.String,java.lang.Object> |
getArgs()
Returns an argument
|
protected java.lang.Object |
getAttribute(BindContext ctx,
java.lang.Object key) |
Binder |
getBinder()
Returns the owner binder of this binding.
|
Component |
getComponent()
Returns the associated component of this binding.
|
protected java.lang.Object |
setAttribute(BindContext ctx,
java.lang.Object key,
java.lang.Object value) |
public Component getComponent()
Binding
getComponent
in interface Binding
public Binder getBinder()
Binding
public java.util.Map<java.lang.String,java.lang.Object> getArgs()
Binding
protected java.lang.Object setAttribute(BindContext ctx, java.lang.Object key, java.lang.Object value)
protected java.lang.Object getAttribute(BindContext ctx, java.lang.Object key)
protected boolean containsAttribute(BindContext ctx, java.lang.Object key)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.