Class Summary |
AbstractAnnotationsViewControllerManager |
A ViewControllerManager implementation which uses
annotations on backing beans to determine the beans responsible for a given view and execute
the appropriate annotated methods. |
AnnotationsViewControllerExecutor |
Execute the various viewController events on the viewController by calling
the corresponding annotated method. |
AnnotationsViewControllerManager |
A ViewControllerManager implementation which uses
annotations on backing beans to determine the beans responsible for a given view and execute
the appropriate annotated methods. |
AnnotationsViewControllerNameMapper |
Lookup a bean configured using the ViewController annotation which is responsible
for the given viewId . |
PlainAnnotationsViewControllerManager |
A ViewControllerManager implementation which uses
annotations on backing beans to determine the beans responsible for a given view and execute
the appropriate annotated methods. |