Class AttributeEvaluationContextFactory
java.lang.Object
com.hybris.backoffice.cockpitng.dataaccess.facades.type.expression.AttributeEvaluationContextFactory
- All Implemented Interfaces:
com.hybris.cockpitng.core.expression.EvaluationContextFactory
public class AttributeEvaluationContextFactory
extends Object
implements com.hybris.cockpitng.core.expression.EvaluationContextFactory
Factory for
AttributeEvaluationContext-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.expression.EvaluationContextorg.springframework.expression.EvaluationContextcreateContext(Object rootObject, Map<String, Object> contextParameters) org.springframework.expression.EvaluationContextcreateContext(Map<String, Object> variables) protected com.hybris.cockpitng.core.expression.EvaluationContextFactoryvoidsetContextFactory(com.hybris.cockpitng.core.expression.EvaluationContextFactory contextFactory)
-
Constructor Details
-
AttributeEvaluationContextFactory
public AttributeEvaluationContextFactory()
-
-
Method Details
-
getContextFactory
protected com.hybris.cockpitng.core.expression.EvaluationContextFactory getContextFactory() -
setContextFactory
public void setContextFactory(com.hybris.cockpitng.core.expression.EvaluationContextFactory contextFactory) -
createContext
public org.springframework.expression.EvaluationContext createContext()- Specified by:
createContextin interfacecom.hybris.cockpitng.core.expression.EvaluationContextFactory
-
createContext
- Specified by:
createContextin interfacecom.hybris.cockpitng.core.expression.EvaluationContextFactory
-
createContext
public org.springframework.expression.EvaluationContext createContext(Object rootObject, Map<String, Object> contextParameters) - Specified by:
createContextin interfacecom.hybris.cockpitng.core.expression.EvaluationContextFactory
-