|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.listener.ListenerMethodInvokerImpl
Logic for mapping a listener method name to an actual method invocation; this may require a little searching to find the correct version of the method, based on the number of parameters to the method (there's a lot of flexibility in terms of what methods may be considered a listener method).
Constructor Summary | |
ListenerMethodInvokerImpl(java.lang.String name,
java.lang.reflect.Method[] methods)
|
Method Summary | |
void |
invokeListenerMethod(java.lang.Object target,
IRequestCycle cycle)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ListenerMethodInvokerImpl(java.lang.String name, java.lang.reflect.Method[] methods)
Method Detail |
public void invokeListenerMethod(java.lang.Object target, IRequestCycle cycle)
invokeListenerMethod
in interface ListenerMethodInvoker
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |