public abstract class AbstractBindingHandler
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AbstractBindingHandler() |
Modifier and Type | Method and Description |
---|---|
protected <K,V> void |
addBinding(java.util.Map<K,java.util.List<V>> bindingsMap,
K bkey,
V binding) |
protected void |
clearValidationMessages(Binder binder,
Component component,
java.lang.String attr) |
protected void |
doPostPhase(Phase phase,
BindContext ctx) |
protected void |
doPrePhase(Phase phase,
BindContext ctx) |
protected static java.util.Set<Property> |
getNotifys(BindContext ctx) |
void |
setBinder(Binder binder) |
protected Binder _binder
public void setBinder(Binder binder)
protected void doPrePhase(Phase phase, BindContext ctx)
protected void doPostPhase(Phase phase, BindContext ctx)
protected static java.util.Set<Property> getNotifys(BindContext ctx)
protected void clearValidationMessages(Binder binder, Component component, java.lang.String attr)
protected <K,V> void addBinding(java.util.Map<K,java.util.List<V>> bindingsMap, K bkey, V binding)
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.