Re: [Stripes-users] retrieve StripesFilter configuration outside of an Stripes request

2016-07-28 Thread VANKEISBELCK Remi
Hi Juan Pablo, Maybe keep the configuration it as a static field of a @ConfigurableComponent ? Note that it'll work only if you have one config. Stripes config allows to do lots of fancy stuff that I personally never used, but who knows, that door is open :P Cheers Rémi 2016-07-28 14:27

[Stripes-users] retrieve StripesFilter configuration outside of an Stripes request

2016-07-28 Thread Juan Pablo Santos Rodríguez
Hi, we're currently developing some MBeans for some administrative tasks and we would like to expose all registered ActionBeans URLs through JMX. Obtaining them is easy, if you have a request routed through StripesFilter: Map< String, Object > stripesUrlBindings() { final Map<