Module ch.qos.logback.access.common
Class JoranConfigurator
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.GenericXMLConfigurator
ch.qos.logback.core.joran.JoranConfiguratorBase<IAccessEvent>
ch.qos.logback.access.common.joran.JoranConfigurator
- All Implemented Interfaces:
 ch.qos.logback.core.spi.ContextAware
public class JoranConfigurator
extends ch.qos.logback.core.joran.JoranConfiguratorBase<IAccessEvent>
This JoranConfiguratorclass adds rules specific to logback-access.
- Author:
 - Ceki Gülcü
 
- 
Field Summary
Fields inherited from class ch.qos.logback.core.joran.GenericXMLConfigurator
modelInterpretationContext, saxEventInterpreterFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddDefaultNestedComponentRegistryRules(ch.qos.logback.core.joran.spi.DefaultNestedComponentRegistry registry) voidaddElementSelectorAndActionAssociations(ch.qos.logback.core.joran.spi.RuleStore rs) protected voidaddModelHandlerAssociations(ch.qos.logback.core.model.processor.DefaultProcessor defaultProcessor) voidMethods inherited from class ch.qos.logback.core.joran.JoranConfiguratorBase
getInterpretationContext, performCheck, sanityCheck, setImplicitRuleSupplierMethods inherited from class ch.qos.logback.core.joran.GenericXMLConfigurator
buildModelFromSaxEventList, buildSaxEventInterpreter, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, getModelInterpretationContext, getRuleStore, informContextOfURLUsedForConfiguration, initialElementPath, populateSaxEventRecorder, processModel, recallSafeConfiguration, registerSafeConfigurationMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext 
- 
Constructor Details
- 
JoranConfigurator
public JoranConfigurator() 
 - 
 - 
Method Details
- 
addElementSelectorAndActionAssociations
- Overrides:
 addElementSelectorAndActionAssociationsin classch.qos.logback.core.joran.JoranConfiguratorBase<IAccessEvent>
 - 
addModelHandlerAssociations
protected void addModelHandlerAssociations(ch.qos.logback.core.model.processor.DefaultProcessor defaultProcessor) - Overrides:
 addModelHandlerAssociationsin classch.qos.logback.core.joran.JoranConfiguratorBase<IAccessEvent>
 - 
addDefaultNestedComponentRegistryRules
protected void addDefaultNestedComponentRegistryRules(ch.qos.logback.core.joran.spi.DefaultNestedComponentRegistry registry) - Overrides:
 addDefaultNestedComponentRegistryRulesin classch.qos.logback.core.joran.GenericXMLConfigurator
 - 
buildModelInterpretationContext
- Overrides:
 buildModelInterpretationContextin classch.qos.logback.core.joran.JoranConfiguratorBase<IAccessEvent>
 
 -