Package org.camunda.bpm.engine.impl.el
Interface ElProviderCompatible
-
- All Known Implementing Classes:
CdiExpressionManager,JuelExpressionManager,MockExpressionManager,SpringExpressionManager
public interface ElProviderCompatibleImplementations indicate that they are compatible withElProviderand can provide one. A class that implementsExpressionManagermay implement this interface to be used as anElProvideras well.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElProvidertoElProvider()
-
-
-
Method Detail
-
toElProvider
ElProvider toElProvider()
- Returns:
- an
ElProvider
-
-