On 6/11/06, Craig Neuwirt <[EMAIL PROTECTED]> wrote: > > I guess you can refactor those hardcoded class tests into a test for a > > specific attribute, something like > [InternalImplementationController]. > > I am not quite sure I understand what you are saying. Can you elaborate > please?
You expressed your worries about checks for Controller and SmartDispatcherController. My suggestion is to replace those checks for a more smart and extensible one, such as marking those classes with an internal attribute and then checking for it. This way, your PageController might also be detected as an "internal monorail controller". -- Fábio David Batista [EMAIL PROTECTED] http://nerd-o-matic.blogspot.com _______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
