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
Modifier and TypeMethodDescriptionjakarta.el.ELContextCreates a new ELContext according to the configured factory. 
- 
Method Details
- 
createELContext
jakarta.el.ELContext createELContext()Creates a new ELContext according to the configured factory. 
 -