hi rudy, for adding an interceptor for a whole bean, you can have a look at [1]
regards, gerhard [1] http://goo.gl/JTw1Q http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2011/11/17 Arne Limburg <[email protected]>: > Hi Rudy, > > > > You can use a portable Extension to achieve that. With the Extension you can > observe the ProcessAnnotatedType event, modify the AnnotatedType and add the > annotation. > > > > Regards, > > Arne > > > > Von: Rudy De Busscher [mailto:[email protected]] > Gesendet: Donnerstag, 17. November 2011 12:43 > An: [email protected] > Betreff: Programmaticly adding interceptors to CDI bean > > > > Hi all, > > I would like to add an interceptor to a method programmatical, without the > need for the annotation on the method. > > Point is that I have created a new scope and all methods of the bean > assigned to that scope should also be assigned an interceptor. I would like > to do that automatically, so that the developer doesn't need to add the > annotation. > > I found the place in the code were OWB is performing the task but there > seems no portable way of doing this. > > Or is there another way of doing such functionality? > > Thx > regards > Rudy > > -- > Rudy De Busscher > http://www.c4j.be
