> Yes, but then you rely on the user to make sure that they > don't create two > on the same path, right? If you really don't like the static > style for some > reason (why?), I suppose we could have a static accessor like: > "IndexAccessControl getController(path)" and maintain an > internal map of > controllers to avoid conflicts...
Oh, never mind. I kept missing the fact that the Analyzer is hard-coded into the class. You're right, if we wanted to have a difference Analyzer per path, we'd probably want to break it up... Scott
