public abstract class AbstractAnnotatedMethodInvoker<T extends Annotation> extends Object
Init,
AfterCompose| Constructor and Description |
|---|
AbstractAnnotatedMethodInvoker(Class<T> annoClass,
Map<Class<?>,List<Method>> annoMethodCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasAnnotatedMethod(Binder binder) |
void |
invokeMethod(Binder binder,
Map<String,Object> bindingArgs) |
void |
invokeMethod(Binder binder,
Map<String,Object> bindingArgs,
org.zkoss.zk.ui.event.Event triggeringEvent,
boolean notifyChange) |
protected abstract boolean |
shouldLookupSuperclass(T annotation)
Verify if the super classes need to be traced.
|
public boolean hasAnnotatedMethod(Binder binder)
public void invokeMethod(Binder binder, Map<String,Object> bindingArgs, org.zkoss.zk.ui.event.Event triggeringEvent, boolean notifyChange)
protected abstract boolean shouldLookupSuperclass(T annotation)
annotation - Copyright © 2020. All rights reserved.