Is there documentation about what purpose they are used for or should I look at the source? I'd expect to put in HasInterceptors the logic to tell whether SelectInterceptors should be called or not, otherwise I have to duplicate the logic in both methods.
2010/3/8 Krzysztof Koźmic <[email protected]> > That is correct. Both method are used at different spots and for different > purpose. > > If selector wants is not interested in particular component it should > return null from select method > > On 3/8/2010 6:54 PM, SimoneB wrote: > >> Should IModelInterceptorsSelector have its SelectInterceptors method >> called if HasInterceptors returns false? >> >> I'd expect not, but I'm experiencing the opposite. >> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]<castle-project-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
