Package org.camunda.bpm.engine.spring
Class ApplicationContextElResolver
java.lang.Object
ELResolver
org.camunda.bpm.engine.spring.ApplicationContextElResolver
public class ApplicationContextElResolver
extends ELResolver
- Author:
- Tom Baeyens, Frederik Heremans
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
-
Constructor Summary
ConstructorDescriptionApplicationContextElResolver
(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getCommonPropertyType
(ELContext context, Object arg) getFeatureDescriptors
(ELContext context, Object arg) Class<?>
boolean
isReadOnly
(ELContext context, Object base, Object property) void
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
ApplicationContextElResolver
public ApplicationContextElResolver(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
getValue
-
isReadOnly
-
setValue
-
getCommonPropertyType
-
getFeatureDescriptors
-
getType
-