Class ELResolverWrapper

java.lang.Object
jakarta.el.ELResolver
org.omnifaces.el.ELResolverWrapper
All Implemented Interfaces:
FacesWrapper<ELResolver>

public class ELResolverWrapper extends ELResolver implements FacesWrapper<ELResolver>

Provides a simple implementation of ELResolver that can be sub-classed by developers wishing to provide specialized behavior to an existing ELResolver instance. The default implementation of all methods is to call through to the wrapped ELResolver.

Usage: extend this class and provide the instance we are wrapping to the overloaded constructor.

Author:
Arjan Tijms