I notice that a lot of places in the JSF code call assertNotReleased(facesContext), but is there any way to tell if a context has been released?

The only method i see is "release()"

It would be useful to be able to determine the state of this field. Feelings?