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