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

2016-08-01 Thread VANKEISBELCK Remi
Hi again, Ok, seems too complicated. Another way maybe : use the StripesFilter instance that is bound to the ServletContext. In net.sourceforge.stripes.controller.StripesFilter#init : this.servletContext.setAttribute(StripesFilter.class.getName(), this); So I guess that you can retrieve the

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

2016-08-01 Thread Juan Pablo Santos Rodríguez
Hi Remi, quite there, but still not sure if there is a better way to do this. ConfigurableComponent is used on two separate places: - to instantiate core parts of Stripes (i.e. object factory, action bean resolver, property binder, context factory, etc.). Stripes only allows to have on of each