Package org.nuxeo.ecm.platform.el
Interface ELService
-
- All Known Implementing Classes:
ELServiceComponent
public interface ELService
Service providing access to EL-related functions.- Since:
- 8.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.el.ELContext
createELContext()
Creates a new ELContext according to the configured factory.
-