Uses of Class
ch.qos.logback.core.model.processor.ModelInterpretationContext
Packages that use ModelInterpretationContext
Package
Description
Contains Joran configuration classes.
Contains Joran configuration classes.
-
Uses of ModelInterpretationContext in ch.qos.logback.classic.joran
Fields in ch.qos.logback.classic.joran declared as ModelInterpretationContextModifier and TypeFieldDescriptionprotected ModelInterpretationContext
SerializedModelConfigurator.modelInterpretationContext
-
Uses of ModelInterpretationContext in ch.qos.logback.classic.model.processor
Methods in ch.qos.logback.classic.model.processor with parameters of type ModelInterpretationContextModifier and TypeMethodDescriptionvoid
ConfigurationModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ContextNameModelHandler.handle
(ModelInterpretationContext mic, Model model) void
LevelModelHandler.handle
(ModelInterpretationContext mic, Model model) void
LoggerContextListenerModelHandler.handle
(ModelInterpretationContext mic, Model model) void
LoggerModelHandler.handle
(ModelInterpretationContext mic, Model model) void
PropertiesConfiguratorModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ReceiverModelHandler.handle
(ModelInterpretationContext mic, Model model) void
RootLoggerModelHandler.handle
(ModelInterpretationContext mic, Model model) static ModelHandlerBase
ConfigurationModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ContextNameModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
LevelModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
LoggerContextListenerModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
LoggerModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) PropertiesConfiguratorModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ReceiverModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static RootLoggerModelHandler
RootLoggerModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
ConfigurationModelHandlerFull.makeInstance2
(Context context, ModelInterpretationContext mic) void
ConfigurationModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
ConfigurationModelHandlerFull.postHandle
(ModelInterpretationContext mic, Model model) void
LoggerContextListenerModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
LoggerModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
ReceiverModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
RootLoggerModelHandler.postHandle
(ModelInterpretationContext mic, Model model) protected void
ConfigurationModelHandler.postProcessScanAttrib
(ModelInterpretationContext mic, ConfigurationModel configurationModel) protected void
ConfigurationModelHandlerFull.postProcessScanAttrib
(ModelInterpretationContext mic, ConfigurationModel configurationModel) protected void
ConfigurationModelHandler.processScanAttrib
(ModelInterpretationContext mic, ConfigurationModel configurationModel) protected void
ConfigurationModelHandlerFull.processScanAttrib
(ModelInterpretationContext mic, ConfigurationModel configurationModel) -
Uses of ModelInterpretationContext in ch.qos.logback.core.joran
Fields in ch.qos.logback.core.joran declared as ModelInterpretationContextModifier and TypeFieldDescriptionprotected ModelInterpretationContext
GenericXMLConfigurator.modelInterpretationContext
Methods in ch.qos.logback.core.joran that return ModelInterpretationContextMethods in ch.qos.logback.core.joran with parameters of type ModelInterpretationContextModifier and TypeMethodDescriptionvoid
ParamModelHandler.handle
(ModelInterpretationContext intercon, Model model) static ModelHandlerBase
ParamModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) -
Uses of ModelInterpretationContext in ch.qos.logback.core.model
Methods in ch.qos.logback.core.model with parameters of type ModelInterpretationContextModifier and TypeMethodDescriptionModelHandlerFactoryMethod.make
(Context context, ModelInterpretationContext ic) static void
ModelUtil.setProperties
(ModelInterpretationContext mic, Properties props, ActionUtil.Scope scope) Deprecated.static void
ModelUtil.setProperty
(ModelInterpretationContext mic, String key, String value, ActionUtil.Scope scope) -
Uses of ModelInterpretationContext in ch.qos.logback.core.model.processor
Fields in ch.qos.logback.core.model.processor declared as ModelInterpretationContextMethods in ch.qos.logback.core.model.processor with parameters of type ModelInterpretationContextModifier and TypeMethodDescriptionvoid
ImplicitModelHandler.doComplex
(ModelInterpretationContext interpretationContext, ComponentModel componentModel, ImplicitModelDataForComplexProperty actionData) void
AppenderModelHandler.handle
(ModelInterpretationContext mic, Model model) void
AppenderRefDependencyAnalyser.handle
(ModelInterpretationContext mic, Model model) void
AppenderRefModelHandler.handle
(ModelInterpretationContext interpContext, Model model) void
ConversionRuleModelHandler.handle
(ModelInterpretationContext mic, Model model) void
DefineModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) void
EventEvaluatorModelHandler.handle
(ModelInterpretationContext intercon, Model model) void
ImplicitModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ImportModelHandler.handle
(ModelInterpretationContext intercon, Model model) void
IncludeModelHandler.handle
(ModelInterpretationContext mic, Model model) void
InsertFromJNDIModelHandler.handle
(ModelInterpretationContext mic, Model model) abstract void
ModelHandlerBase.handle
(ModelInterpretationContext mic, Model model) void
NOPModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) void
PropertyModelHandler.handle
(ModelInterpretationContext mic, Model model) void
RefContainerDependencyAnalyser.handle
(ModelInterpretationContext mic, Model model) void
SequenceNumberGeneratorModelHandler.handle
(ModelInterpretationContext mic, Model model) void
SerializeModelModelHandler.handle
(ModelInterpretationContext modelInterpretationContext, Model model) void
ShutdownHookModelHandler.handle
(ModelInterpretationContext mic, Model model) void
StatusListenerModelHandler.handle
(ModelInterpretationContext ic, Model model) void
TimestampModelHandler.handle
(ModelInterpretationContext interpretationContext, Model model) static ModelHandlerBase
AppenderModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
AppenderRefModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ConversionRuleModelHandler
ConversionRuleModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static DefineModelHandler
DefineModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
EventEvaluatorModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ImplicitModelHandler
ImplicitModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ImportModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static IncludeModelHandler
IncludeModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
InsertFromJNDIModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static NOPModelHandler
NOPModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
PropertyModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
SequenceNumberGeneratorModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
SerializeModelModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
ShutdownHookModelHandler.makeInstance
(Context context, ModelInterpretationContext mic) static ModelHandlerBase
StatusListenerModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
TimestampModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) void
AppenderModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
DefineModelHandler.postHandle
(ModelInterpretationContext interpretationContext, Model model) Now property definer is initialized by all properties and we can put property value to contextvoid
EventEvaluatorModelHandler.postHandle
(ModelInterpretationContext intercon, Model model) void
ImplicitModelHandler.postHandle
(ModelInterpretationContext intercon, Model model) void
ModelHandlerBase.postHandle
(ModelInterpretationContext mic, Model model) void
RefContainerDependencyAnalyser.postHandle
(ModelInterpretationContext mic, Model model) void
SequenceNumberGeneratorModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
ShutdownHookModelHandler.postHandle
(ModelInterpretationContext mic, Model model) void
StatusListenerModelHandler.postHandle
(ModelInterpretationContext mic, Model m) Constructors in ch.qos.logback.core.model.processor with parameters of type ModelInterpretationContext -
Uses of ModelInterpretationContext in ch.qos.logback.core.model.processor.conditional
Methods in ch.qos.logback.core.model.processor.conditional with parameters of type ModelInterpretationContextModifier and TypeMethodDescriptionvoid
ElseModelHandler.handle
(ModelInterpretationContext mic, Model model) void
IfModelHandler.handle
(ModelInterpretationContext mic, Model model) void
ThenModelHandler.handle
(ModelInterpretationContext mic, Model model) static ModelHandlerBase
ElseModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
IfModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static ModelHandlerBase
ThenModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) void
IfModelHandler.postHandle
(ModelInterpretationContext mic, Model model) -
Uses of ModelInterpretationContext in ch.qos.logback.core.sift
Fields in ch.qos.logback.core.sift declared as ModelInterpretationContextModifier and TypeFieldDescriptionprotected ModelInterpretationContext
AppenderFactoryUsingSiftModel.parentMic
Methods in ch.qos.logback.core.sift with parameters of type ModelInterpretationContextModifier and TypeMethodDescriptionvoid
NOPSiftModelHandler.handle
(ModelInterpretationContext mic, Model model) void
SiftModelHandler.handle
(ModelInterpretationContext mic, Model model) static NOPSiftModelHandler
NOPSiftModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) static SiftModelHandler
SiftModelHandler.makeInstance
(Context context, ModelInterpretationContext ic) Constructors in ch.qos.logback.core.sift with parameters of type ModelInterpretationContextModifierConstructorDescriptionAppenderFactoryUsingSiftModel
(ModelInterpretationContext parentMic, Model aSiftModel, String discriminatingKey) SiftProcessor
(Context context, ModelInterpretationContext mic)
PropertyModelHandlerHelper.setProperties(ch.qos.logback.core.spi.ContextAwarePropertyContainer, java.util.Properties, ch.qos.logback.core.joran.action.ActionUtil.Scope)