Class DefinePropertyAction

  • All Implemented Interfaces:
    ContextAware

    @Deprecated(since="2022-01-27")
    public class DefinePropertyAction
    extends Action
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    Instantiate class for define property value. Get future property name and property definer class from attributes. Some property definer properties could be used. After defining put new property to context.
    • Constructor Detail

      • DefinePropertyAction

        public DefinePropertyAction()
        Deprecated.
    • Method Detail

      • end

        public void end​(InterpretationContext ec,
                        java.lang.String name)
        Deprecated.
        Now property definer is initialized by all properties and we can put property value to context
        Specified by:
        end in class Action