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 TypeMethodDescriptionjavax.el.ELContext
Creates a new ELContext according to the configured factory.
-
Method Details
-
createELContext
javax.el.ELContext createELContext()Creates a new ELContext according to the configured factory.
-