Class BeansResolverFactory
- java.lang.Object
-
- org.activiti.engine.impl.scripting.BeansResolverFactory
-
- All Implemented Interfaces:
Resolver
,ResolverFactory
public class BeansResolverFactory extends java.lang.Object implements ResolverFactory, Resolver
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngineConfigurationImpl
processEngineConfiguration
-
Constructor Summary
Constructors Constructor Description BeansResolverFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsKey(java.lang.Object key)
Resolver
createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
java.lang.Object
get(java.lang.Object key)
-
-
-
Field Detail
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Method Detail
-
createResolver
public Resolver createResolver(ProcessEngineConfigurationImpl processEngineConfiguration, VariableScope variableScope)
- Specified by:
createResolver
in interfaceResolverFactory
-
containsKey
public boolean containsKey(java.lang.Object key)
- Specified by:
containsKey
in interfaceResolver
-
-