Class NOPAction

  • All Implemented Interfaces:
    ContextAware

    @Deprecated(since="2022-01-27")
    public class NOPAction
    extends Action
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    No operation (NOP) action that does strictly nothing. Setting a rule to this pattern is sometimes useful in order to prevent implicit actions to kick in.
    • Constructor Detail

      • NOPAction

        public NOPAction()
        Deprecated.
    • Method Detail

      • begin

        public void begin​(InterpretationContext ec,
                          java.lang.String name,
                          org.xml.sax.Attributes attributes)
        Deprecated.
        Description copied from class: Action
        Called when the parser encounters an element matching a Pattern.
        Specified by:
        begin in class Action