|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.bind.impl.BinderImpl
org.zkoss.bind.AnnotateBinder
org.zkoss.zkmax.bind.impl.AnnotateBinderEx
public class AnnotateBinderEx
For ZK-2289, much less memory consumption
| Field Summary |
|---|
| Fields inherited from interface org.zkoss.bind.Binder |
|---|
ACCESS, CONVERTER, LOAD_EVENT, LOAD_REPLACEMENT, LOAD_TYPE, RENDERER, SAVE_EVENT, SAVE_REPLACEMENT, VALIDATOR, ZKBIND |
| Fields inherited from interface org.zkoss.bind.sys.BinderCtrl |
|---|
ACTIVATOR, BINDCTX, BINDER, BINDING, BINDRENDERING, CHILDREN_ATTR, CHILDREN_BINDING_MODEL, CHILDREN_BINDING_MODEL_LISTENER, CHILDREN_BINDING_RENDERED_COMPONENTS, DEFAULT_QUEUE_NAME, DEFAULT_QUEUE_SCOPE, DEPENDS_ON_COMP, FORM_ID, IGNORE_REF_VALUE, IGNORE_TRACKER, INVALIDATE_REF_VALUE, LOAD_FORM_COMPONENT, LOAD_FORM_EXPRESSION, MODEL, NOTIFYS, ON_BIND_CLEAN, ON_BIND_INIT, PHASE_LISTENER_CLASS_KEY, RENDERER_INSTALLED, SAVE_BASE, SRCPATH, VALIDATES, VAR, VM |
| Constructor Summary | |
|---|---|
AnnotateBinderEx(java.lang.String qname,
java.lang.String qscope)
|
|
| Method Summary | |
|---|---|
java.util.Map<Component,java.lang.Boolean> |
getLookupComponentCache()
Internal implementation use only. |
void |
initAnnotatedBindings()
This method will parse Zul component's annotation that user declared and call Binder's addBindings series methods
to initiate binder's internal binding syntax trees, which then will cooperate with context(for look up variables) and be used by Binder's EL engine
while BinderImpl.loadComponent(Component, boolean) or Command been triggered. |
| Methods inherited from class org.zkoss.bind.AnnotateBinder |
|---|
init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotateBinderEx(java.lang.String qname,
java.lang.String qscope)
| Method Detail |
|---|
public void initAnnotatedBindings()
AnnotateBinderBinder's addBindings series methods
to initiate binder's internal binding syntax trees, which then will cooperate with context(for look up variables) and be used by Binder's EL engine
while BinderImpl.loadComponent(Component, boolean) or Command been triggered.
initAnnotatedBindings in class AnnotateBinderpublic java.util.Map<Component,java.lang.Boolean> getLookupComponentCache()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||