Hi,
Is there a way of registering a ResourceFilterFactory class using
Jersey API instead of declaring an init param in web.xml? I am using a
custom servlet filter which extends ServletContainer. I am overriding
some of ServletContainer's methods. I am trying to register a
ResourceFilterFactory class in configure(FilterConfig fc,
ResourceConfig rc, WebApplication wa) method. Neither WebApplication
interface nor ResourceConfig class allow me to add a
ResourceFilterFactory class. And the FilterFactory class is declared
final.
Thank you,
Erdinc