Uses of Interface
org.nuxeo.ecm.platform.el.ELContextFactory
-
Packages that use ELContextFactory Package Description org.nuxeo.ecm.platform.el -
-
Uses of ELContextFactory in org.nuxeo.ecm.platform.el
Classes in org.nuxeo.ecm.platform.el that implement ELContextFactory Modifier and Type Class Description class
DefaultELContextFactory
Default implementation for an ELContext factory.Fields in org.nuxeo.ecm.platform.el declared as ELContextFactory Modifier and Type Field Description protected static ELContextFactory
ELServiceComponent. DEFAULT_EL_CONTEXT_FACTORY
protected ELContextFactory
ELServiceComponent. elContextFactory
Fields in org.nuxeo.ecm.platform.el with type parameters of type ELContextFactory Modifier and Type Field Description Class<ELContextFactory>
ELContextFactoryDescriptor. klass
Methods in org.nuxeo.ecm.platform.el that return ELContextFactory Modifier and Type Method Description protected ELContextFactory
ELContextFactoryDescriptor. newInstance()
-