Uses of Class
ch.qos.logback.core.joran.spi.SaxEventInterpretationContext
Packages that use SaxEventInterpretationContext
Package
Description
Contains Joran configuration classes.
-
Uses of SaxEventInterpretationContext in ch.qos.logback.access.joran.action
Methods in ch.qos.logback.access.joran.action with parameters of type SaxEventInterpretationContextModifier and TypeMethodDescriptionprotected ModelConfigurationAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) -
Uses of SaxEventInterpretationContext in ch.qos.logback.classic.joran.action
Methods in ch.qos.logback.classic.joran.action with parameters of type SaxEventInterpretationContextModifier and TypeMethodDescriptionvoidConsolePluginAction.begin(SaxEventInterpretationContext ec, String name, Attributes attributes) protected ModelConfigurationAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelContextNameAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelInsertFromJNDIAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelLevelAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelLoggerAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelLoggerContextListenerAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelReceiverAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelRootLoggerAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) voidConsolePluginAction.end(SaxEventInterpretationContext ec, String name) protected booleanInsertFromJNDIAction.validPreconditions(SaxEventInterpretationContext seic, String name, Attributes attributes) protected booleanLevelAction.validPreconditions(SaxEventInterpretationContext interpcont, String name, Attributes attributes) protected booleanLoggerAction.validPreconditions(SaxEventInterpretationContext ic, String name, Attributes attributes) protected booleanLoggerContextListenerAction.validPreconditions(SaxEventInterpretationContext ic, String name, Attributes attributes) protected booleanReceiverAction.validPreconditions(SaxEventInterpretationContext seic, String name, Attributes attributes) protected booleanRootLoggerAction.validPreconditions(SaxEventInterpretationContext interpcont, String name, Attributes attributes) -
Uses of SaxEventInterpretationContext in ch.qos.logback.core.joran
Methods in ch.qos.logback.core.joran that return SaxEventInterpretationContext -
Uses of SaxEventInterpretationContext in ch.qos.logback.core.joran.action
Methods in ch.qos.logback.core.joran.action with parameters of type SaxEventInterpretationContextModifier and TypeMethodDescriptionprotected StringAction.atLine(SaxEventInterpretationContext intercon) abstract voidAction.begin(SaxEventInterpretationContext intercon, String name, Attributes attributes) Called when the parser encounters an element matching aPattern.voidBaseModelAction.begin(SaxEventInterpretationContext saxEventInterpretationContext, String name, Attributes attributes) voidContextPropertyAction.begin(SaxEventInterpretationContext ec, String name, Attributes attributes) voidConversionRuleAction.begin(SaxEventInterpretationContext ec, String localName, Attributes attributes) Instantiates a layout of the given class and sets its name.voidImplicitModelAction.begin(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) voidIncludeAction.begin(SaxEventInterpretationContext ec, String name, Attributes attributes) voidNewRuleAction.begin(SaxEventInterpretationContext ec, String localName, Attributes attributes) Instantiates a layout of the given class and sets its name.voidNOPAction.begin(SaxEventInterpretationContext ec, String name, Attributes attributes) voidAction.body(SaxEventInterpretationContext intercon, String body) Called to pass the body (as text) contained within an element.voidBaseModelAction.body(SaxEventInterpretationContext ec, String body) voidImplicitModelAction.body(SaxEventInterpretationContext ec, String body) protected ModelAppenderAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelAppenderRefAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected abstract ModelBaseModelAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelDefinePropertyAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelEventEvaluatorAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelImportAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String localName, Attributes attributes) protected ModelParamAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelPropertyAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelSequenceNumberGeneratorAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelShutdownHookAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelSiftAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String localName, Attributes attributes) protected ModelStatusListenerAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelTimestampAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) abstract voidAction.end(SaxEventInterpretationContext intercon, String name) voidBaseModelAction.end(SaxEventInterpretationContext saxEventInterpretationContext, String name) voidContextPropertyAction.end(SaxEventInterpretationContext ec, String name) voidConversionRuleAction.end(SaxEventInterpretationContext ec, String n) Once the children elements are also parsed, now is the time to activate the appender options.voidImplicitModelAction.end(SaxEventInterpretationContext interpretationContext, String name) voidIncludeAction.end(SaxEventInterpretationContext seic, String name) voidNewRuleAction.end(SaxEventInterpretationContext ec, String n) Once the children elements are also parsed, now is the time to activate the appender options.voidNOPAction.end(SaxEventInterpretationContext ec, String name) voidConversionRuleAction.finish(SaxEventInterpretationContext ec) voidNewRuleAction.finish(SaxEventInterpretationContext ec) protected intAction.getColumnNumber(SaxEventInterpretationContext intercon) protected StringAction.getLineColStr(SaxEventInterpretationContext intercon) static intAction.getLineNumber(SaxEventInterpretationContext intercon) protected StringAction.nearLine(SaxEventInterpretationContext intercon) protected booleanAppenderAction.validPreconditions(SaxEventInterpretationContext ic, String name, Attributes attributes) protected booleanAppenderRefAction.validPreconditions(SaxEventInterpretationContext intercon, String name, Attributes attributes) protected booleanBaseModelAction.validPreconditions(SaxEventInterpretationContext intercon, String name, Attributes attributes) Validate preconditions of this action.protected booleanDefinePropertyAction.validPreconditions(SaxEventInterpretationContext ic, String name, Attributes attributes) protected booleanEventEvaluatorAction.validPreconditions(SaxEventInterpretationContext intercon, String name, Attributes attributes) protected booleanImportAction.validPreconditions(SaxEventInterpretationContext intercon, String name, Attributes attributes) protected booleanParamAction.validPreconditions(SaxEventInterpretationContext intercon, String name, Attributes attributes) protected booleanPropertyAction.validPreconditions(SaxEventInterpretationContext interpretationContext, String localName, Attributes attributes) protected booleanSequenceNumberGeneratorAction.validPreconditions(SaxEventInterpretationContext seic, String name, Attributes attributes) protected booleanShutdownHookAction.validPreconditions(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected booleanSiftAction.validPreconditions(SaxEventInterpretationContext intercon, String name, Attributes attributes) protected booleanStatusListenerAction.validPreconditions(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected booleanTimestampAction.validPreconditions(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) Constructors in ch.qos.logback.core.joran.action with parameters of type SaxEventInterpretationContextModifierConstructorDescriptionPreconditionValidator(ContextAware origin, SaxEventInterpretationContext intercon, String name, Attributes attributes) -
Uses of SaxEventInterpretationContext in ch.qos.logback.core.joran.conditional
Methods in ch.qos.logback.core.joran.conditional with parameters of type SaxEventInterpretationContextModifier and TypeMethodDescriptionprotected ModelElseAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelIfAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected ModelThenAction.buildCurrentModel(SaxEventInterpretationContext interpretationContext, String name, Attributes attributes) protected booleanElseAction.validPreconditions(SaxEventInterpretationContext interpcont, String name, Attributes attributes) protected booleanIfAction.validPreconditions(SaxEventInterpretationContext interpcont, String name, Attributes attributes) protected booleanThenAction.validPreconditions(SaxEventInterpretationContext interpcont, String name, Attributes attributes) -
Uses of SaxEventInterpretationContext in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return SaxEventInterpretationContext