|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterpretationContext | |
---|---|
ch.qos.logback.access.joran.action | |
ch.qos.logback.access.sift | |
ch.qos.logback.classic.joran.action | |
ch.qos.logback.classic.sift | |
ch.qos.logback.core.db | The ch.qos.logback.core.db package provides bases classes to append objects into various databases. |
ch.qos.logback.core.joran | Contains Joran configuration classes. |
ch.qos.logback.core.joran.action | |
ch.qos.logback.core.joran.spi | |
chapter3.calculator | |
chapter3.helloWorld | |
chapter3.implicit |
Uses of InterpretationContext in ch.qos.logback.access.joran.action |
---|
Methods in ch.qos.logback.access.joran.action with parameters of type InterpretationContext | |
---|---|
void |
ConfigurationAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
ConfigurationAction.end(InterpretationContext ec,
String name)
|
Uses of InterpretationContext in ch.qos.logback.access.sift |
---|
Methods in ch.qos.logback.access.sift with parameters of type InterpretationContext | |
---|---|
void |
SiftAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
SiftAction.end(InterpretationContext ec,
String name)
|
Uses of InterpretationContext in ch.qos.logback.classic.joran.action |
---|
Methods in ch.qos.logback.classic.joran.action with parameters of type InterpretationContext | |
---|---|
void |
InsertFromJNDIAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
RootLoggerAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
JMXConfiguratorAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
ContextNameAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
ConfigurationAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
LevelAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
ConsolePluginAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
LoggerAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
ContextNameAction.body(InterpretationContext ec,
String body)
|
void |
InsertFromJNDIAction.end(InterpretationContext ec,
String name)
|
void |
RootLoggerAction.end(InterpretationContext ec,
String name)
|
void |
JMXConfiguratorAction.end(InterpretationContext ec,
String name)
|
void |
ContextNameAction.end(InterpretationContext ec,
String name)
|
void |
ConfigurationAction.end(InterpretationContext ec,
String name)
|
void |
LevelAction.end(InterpretationContext ec,
String e)
|
void |
ConsolePluginAction.end(InterpretationContext ec,
String name)
|
void |
LoggerAction.end(InterpretationContext ec,
String e)
|
void |
RootLoggerAction.finish(InterpretationContext ec)
|
void |
LevelAction.finish(InterpretationContext ec)
|
void |
LoggerAction.finish(InterpretationContext ec)
|
Uses of InterpretationContext in ch.qos.logback.classic.sift |
---|
Methods in ch.qos.logback.classic.sift with parameters of type InterpretationContext | |
---|---|
void |
SiftAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
SiftAction.end(InterpretationContext ec,
String name)
|
Uses of InterpretationContext in ch.qos.logback.core.db |
---|
Methods in ch.qos.logback.core.db with parameters of type InterpretationContext | |
---|---|
void |
BindDataSourceToJNDIAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
Instantiates an a data source and bind it to JNDI Most of the required parameters are placed in the ec.substitutionProperties |
void |
BindDataSourceToJNDIAction.end(InterpretationContext ec,
String name)
|
Uses of InterpretationContext in ch.qos.logback.core.joran |
---|
Methods in ch.qos.logback.core.joran that return InterpretationContext | |
---|---|
InterpretationContext |
JoranConfiguratorBase.getExecutionContext()
|
Uses of InterpretationContext in ch.qos.logback.core.joran.action |
---|
Methods in ch.qos.logback.core.joran.action with parameters of type InterpretationContext | |
---|---|
abstract void |
Action.begin(InterpretationContext ec,
String name,
Attributes attributes)
Called when the parser first encounters an element. |
void |
AppenderAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
Instantiates an appender of the given class and sets its name. |
void |
AppenderRefAction.begin(InterpretationContext ec,
String tagName,
Attributes attributes)
|
void |
StatusListenerAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
NestedComplexPropertyIA.begin(InterpretationContext ec,
String localName,
Attributes attributes)
|
void |
NestedBasicPropertyIA.begin(InterpretationContext ec,
String localName,
Attributes attributes)
|
void |
IncludeAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
ContextPropertyAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
AbstractEventEvaluatorAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
Instantiates an evaluator of the given class and sets its name. |
void |
ParamAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
|
void |
NewRuleAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
Instantiates an layout of the given class and sets its name. |
void |
ConversionRuleAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
Instantiates an layout of the given class and sets its name. |
void |
AbstractLayoutAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
Instantiates an layout of the given class and sets its name. |
void |
NOPAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
PropertyAction.begin(InterpretationContext ec,
String localName,
Attributes attributes)
Set a new property for the execution context by name, value pair, or adds all the properties found in the given file. |
void |
Action.body(InterpretationContext ec,
String body)
|
void |
NestedBasicPropertyIA.body(InterpretationContext ec,
String body)
|
abstract void |
Action.end(InterpretationContext ec,
String name)
|
void |
AppenderAction.end(InterpretationContext ec,
String name)
Once the children elements are also parsed, now is the time to activate the appender options. |
void |
AppenderRefAction.end(InterpretationContext ec,
String n)
|
void |
StatusListenerAction.end(InterpretationContext ec,
String e)
|
void |
NestedComplexPropertyIA.end(InterpretationContext ec,
String tagName)
|
void |
NestedBasicPropertyIA.end(InterpretationContext ec,
String tagName)
|
void |
IncludeAction.end(InterpretationContext ec,
String name)
|
void |
ContextPropertyAction.end(InterpretationContext ec,
String name)
|
void |
AbstractEventEvaluatorAction.end(InterpretationContext ec,
String e)
Once the children elements are also parsed, now is the time to activate the evaluator options. |
void |
ParamAction.end(InterpretationContext ec,
String localName)
|
void |
NewRuleAction.end(InterpretationContext ec,
String n)
Once the children elements are also parsed, now is the time to activate the appender options. |
void |
ConversionRuleAction.end(InterpretationContext ec,
String n)
Once the children elements are also parsed, now is the time to activate the appender options. |
void |
AbstractLayoutAction.end(InterpretationContext ec,
String e)
Once the children elements are also parsed, now is the time to activate the appender options. |
void |
NOPAction.end(InterpretationContext ec,
String name)
|
void |
PropertyAction.end(InterpretationContext ec,
String name)
|
void |
StatusListenerAction.finish(InterpretationContext ec)
|
void |
AbstractEventEvaluatorAction.finish(InterpretationContext ec)
|
void |
ParamAction.finish(InterpretationContext ec)
|
void |
NewRuleAction.finish(InterpretationContext ec)
|
void |
ConversionRuleAction.finish(InterpretationContext ec)
|
void |
AbstractLayoutAction.finish(InterpretationContext ec)
|
void |
PropertyAction.finish(InterpretationContext ec)
|
protected int |
Action.getColumnNumber(InterpretationContext ec)
|
protected String |
Action.getLineColStr(InterpretationContext ec)
|
protected int |
Action.getLineNumber(InterpretationContext ec)
|
abstract boolean |
ImplicitAction.isApplicable(Pattern currentPattern,
Attributes attributes,
InterpretationContext ec)
Check whether this implicit action is appropriate in the current context. |
boolean |
NestedComplexPropertyIA.isApplicable(Pattern pattern,
Attributes attributes,
InterpretationContext ec)
|
boolean |
NestedBasicPropertyIA.isApplicable(Pattern pattern,
Attributes attributes,
InterpretationContext ec)
|
void |
PropertyAction.setProperties(InterpretationContext ec,
Properties props)
Add all the properties found in the argument named 'props' to an InterpretationContext. |
void |
PropertyAction.setProperty(InterpretationContext ec,
String key,
String value)
|
Uses of InterpretationContext in ch.qos.logback.core.joran.spi |
---|
Methods in ch.qos.logback.core.joran.spi that return InterpretationContext | |
---|---|
InterpretationContext |
Interpreter.getExecutionContext()
Deprecated. replaced by Interpreter.getInterpretationContext() |
InterpretationContext |
Interpreter.getInterpretationContext()
|
Uses of InterpretationContext in chapter3.calculator |
---|
Methods in chapter3.calculator with parameters of type InterpretationContext | |
---|---|
void |
MultiplyAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
AddAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
ComputationAction2.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
LiteralAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
ComputationAction1.begin(InterpretationContext ec,
String name,
Attributes attributes)
Store the value of the name attribute for future use. |
void |
MultiplyAction.end(InterpretationContext ec,
String name)
|
void |
AddAction.end(InterpretationContext ec,
String name)
|
void |
ComputationAction2.end(InterpretationContext ec,
String name)
|
void |
LiteralAction.end(InterpretationContext ec,
String name)
|
void |
ComputationAction1.end(InterpretationContext ec,
String name)
Children elements have been processed. |
Uses of InterpretationContext in chapter3.helloWorld |
---|
Methods in chapter3.helloWorld with parameters of type InterpretationContext | |
---|---|
void |
HelloWorldAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
HelloWorldAction.end(InterpretationContext ec,
String name)
|
Uses of InterpretationContext in chapter3.implicit |
---|
Methods in chapter3.implicit with parameters of type InterpretationContext | |
---|---|
void |
PrintMeImplicitAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
NOPAction.begin(InterpretationContext ec,
String name,
Attributes attributes)
|
void |
PrintMeImplicitAction.end(InterpretationContext ec,
String name)
|
void |
NOPAction.end(InterpretationContext ec,
String name)
|
boolean |
PrintMeImplicitAction.isApplicable(Pattern pattern,
Attributes attributes,
InterpretationContext ec)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |