Apache MyFaces
MyFaces Orchestra
MyFaces Orchestra - Modules
Core15 Documentation
Foundation

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Total number of occurrences
@todo 0
TODO 3

Each tag is detailed below:

@todo

Number of occurrences found in the code: 0

TODO

Number of occurrences found in the code: 3

org.apache.myfaces.orchestra.annotation.spring.AnnotationsInfoInitializer Line
Move this method into orchestra-core, then call it from here, from AbstractSpringOrchestraScope and BeanDefinition*Decorator. This of course creates a dependency from this code onto that modified orchestra-core version. 162
org.apache.myfaces.orchestra.viewController.PlainAnnotationsViewControllerManager Line
add a feature to the core that allows (view, beanname) pairs to be added to a list held by a normal ViewController. A ViewController annotation is then just one of the ways in which a bean's name can be added to the list. Maybe also add a map of (event->Method) that can be added, so that method annotations are then just another way of configuring these method mappings? Watch out for environments that allow hot-deploy/replace though! 36
how can this be configured by an application? 42