| java.lang.Object org.apache.tapestry.internal.services.ComponentLifecycleMethodWorker
ComponentLifecycleMethodWorker | public ComponentLifecycleMethodWorker(MethodSignature lifecycleMethodSignature, Class<? extends Annotation> methodAnnotation, boolean reverse)(Code) | | Normal method invocation: parent class, then methods in ascending alphabetical order. Reverse
order: method in descending alphabetical order, then parent class.
Parameters: lifecycleMethodSignature - the signature of the method to be implemented in the component class Parameters: methodAnnotation - the class of the corresponding annotation Parameters: reverse - if true, the normal method invocation order is reversed |
|
|