I have a authorization managed bean to fetch restriction rules to be applied to the tags within every jsf of the application. The managed bean requires to know the name of t
Declare it in web.xml as follows:
paramName PARAM_VALUE
Access it in ManagedBean as follows:
FacesContext.getCurrentInstance() .getExternalContext().getInitParameter("paramName")
Hope this helps to solve your problem.