Oops, I should have mentioned, getInterceptionStates() should return a struct of interception points which you will need to loop over and call getInterceptors() on each state. My code below won’t be exact copy and paste
Thanks!
~Brad
Oops, I should have mentioned, getInterceptionStates() should return a struct of interception points which you will need to loop over and call getInterceptors() on each state. My code below won’t be exact copy and paste
Thanks!
~Brad
Yeah.
getController().getInterceptorService().getInterceptionStates().getInterceptors()
did come up in my API search, but as you pointed out, won’t exactly copy/paste…my problem was that I wanted a list of interceptors, regardless of the states they registered…and sure, I can just loop through…which might be more helpful anyway during testing.
getController.getSettingStructure() I found in the documentation as well which I think is a little better for my needs than getConfigSettings().
As always, thanks Brad for the insight and help.
Mike