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
  • 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:
      createContext in interface com.hybris.cockpitng.core.expression.EvaluationContextFactory
    • createContext

      public org.springframework.expression.EvaluationContext createContext(Map<String,Object> variables)
      Specified by:
      createContext in interface com.hybris.cockpitng.core.expression.EvaluationContextFactory
    • createContext

      public org.springframework.expression.EvaluationContext createContext(Object rootObject, Map<String,Object> contextParameters)
      Specified by:
      createContext in interface com.hybris.cockpitng.core.expression.EvaluationContextFactory