Is it possible to implement some interface so that when a bean is created it will get a reference to the current ServletRequest?

i am trying to implement a bean that requires access to data stored in HttpSession. however i do not want to pass this info down from the controller...

thanks.