Class ELContextWrapper

java.lang.Object
jakarta.el.ELContext
org.omnifaces.el.ELContextWrapper
All Implemented Interfaces:
FacesWrapper<ELContext>

public class ELContextWrapper extends ELContext implements FacesWrapper<ELContext>

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

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

Author:
Arjan Tijms