Class InsertFromJNDIAction

  • All Implemented Interfaces:
    ContextAware

    @Deprecated(since="2022-01-27")
    public class InsertFromJNDIAction
    extends Action
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    Insert an env-entry found in JNDI as a new context variable
    • Field Detail

      • ENV_ENTRY_NAME_ATTR

        public static final java.lang.String ENV_ENTRY_NAME_ATTR
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InsertFromJNDIAction

        public InsertFromJNDIAction()
        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