Does spring provide a way to expose some beans from spring context in servletcontext (from a webApplicationContext) ?

I'd like to access some of my beans (a commons-configuration instance) from a JSP.