addFromRuntimeConfig(CompositeELResolver elResolver) add the el resolvers from the faces config, the el resolver wrapper for variable resolver, the el resolver
wrapper for the property resolver and the el resolvers added by
Application.addELResolver(ELResolver) .
add the el resolvers from the faces config, the el resolver wrapper for variable resolver, the el resolver
wrapper for the property resolver and the el resolvers added by
Application.addELResolver(ELResolver) .
The resolvers where only added if they are not null
Parameters: elResolver - the composite el resolver to which the resolvers where added