Class ActivationPropertyHandler

  • All Implemented Interfaces:
    org.mvel2.integration.PropertyHandler

    public class ActivationPropertyHandler
    extends Object
    implements org.mvel2.integration.PropertyHandler
    • Constructor Detail

      • ActivationPropertyHandler

        public ActivationPropertyHandler()
    • Method Detail

      • getProperty

        public Object getProperty​(String name,
                                  Object obj,
                                  org.mvel2.integration.VariableResolverFactory variableFactory)
        Specified by:
        getProperty in interface org.mvel2.integration.PropertyHandler
      • setProperty

        public Object setProperty​(String name,
                                  Object contextObj,
                                  org.mvel2.integration.VariableResolverFactory variableFactory,
                                  Object value)
        Specified by:
        setProperty in interface org.mvel2.integration.PropertyHandler