Interface ELInterpreter

All Known Implementing Classes:
ELInterpreterFactory.DefaultELInterpreter, ELInterpreterTagSetters

public interface ELInterpreter
Defines the interface for the expression language interpreter. This allows users to provide custom EL interpreter implementations that can optimise EL processing for an application by , for example, performing code generation for simple expressions.