webtier@glassfish.java.net

How to get a handle to an ELContext without an active FacesContext

From: Lincoln Baxter, III <lincolnbaxter_at_gmail.com>
Date: Wed, 4 Nov 2009 19:12:31 -0500

Is it possible to instantiate ELContext without an active FacesContext?

I need to do some bean value injection / method invocation in a
Filter, but I don't want to create an entire FacesContext to do the
work. Suggestions? Am I stuck building a whole FacesContext?

Thanks,
Lincoln