Log4j 1.3alpha-1

Uses of Class
org.apache.joran.ExecutionContext

Packages that use ExecutionContext
org.apache.joran   
org.apache.joran.action   
org.apache.log4j.joran   
org.apache.log4j.joran.action   
 

Uses of ExecutionContext in org.apache.joran
 

Methods in org.apache.joran that return ExecutionContext
 ExecutionContext Interpreter.getExecutionContext()
           
 

Uses of ExecutionContext in org.apache.joran.action
 

Methods in org.apache.joran.action with parameters of type ExecutionContext
 void ParamAction.begin(ExecutionContext ec, java.lang.String localName, Attributes attributes)
           
 void ParamAction.end(ExecutionContext ec, java.lang.String localName)
           
 void ParamAction.finish(ExecutionContext ec)
           
 void NewRuleAction.begin(ExecutionContext ec, java.lang.String localName, Attributes attributes)
          Instantiates an layout of the given class and sets its name.
 void NewRuleAction.end(ExecutionContext ec, java.lang.String n)
          Once the children elements are also parsed, now is the time to activate the appender options.
 void NewRuleAction.finish(ExecutionContext ec)
           
 boolean NestComponentIA.isApplicable(Pattern pattern, Attributes attributes, ExecutionContext ec)
           
 void NestComponentIA.begin(ExecutionContext ec, java.lang.String localName, Attributes attributes)
           
 void NestComponentIA.end(ExecutionContext ec, java.lang.String tagName)
           
 void NestComponentIA.finish(ExecutionContext ec)
           
abstract  boolean ImplicitAction.isApplicable(Pattern currentPattern, Attributes attributes, ExecutionContext ec)
          Check whether this implicit action is apprioriate in the current context.
abstract  void Action.begin(ExecutionContext ec, java.lang.String name, Attributes attributes)
          Called when the parser first encounters an element.
abstract  void Action.end(ExecutionContext ec, java.lang.String name)
           
protected  int Action.getColumnNumber(ExecutionContext ec)
           
protected  int Action.getLineNumber(ExecutionContext ec)
           
 

Uses of ExecutionContext in org.apache.log4j.joran
 

Methods in org.apache.log4j.joran that return ExecutionContext
 ExecutionContext JoranConfigurator.getExecutionContext()
           
 

Uses of ExecutionContext in org.apache.log4j.joran.action
 

Methods in org.apache.log4j.joran.action with parameters of type ExecutionContext
 void SubstitutionPropertyAction.setProperties(ExecutionContext ec, java.util.Properties props)
           
 void SubstitutionPropertyAction.setProperty(ExecutionContext ec, java.lang.String key, java.lang.String value)
           
 void RootLoggerAction.begin(ExecutionContext ec, java.lang.String name, Attributes attributes)
           
 void RootLoggerAction.end(ExecutionContext ec, java.lang.String name)
           
 void RootLoggerAction.finish(ExecutionContext ec)
           
 void RepositoryPropertyAction.setProperties(ExecutionContext ec, java.util.Properties props)
           
 void RepositoryPropertyAction.setProperty(ExecutionContext ec, java.lang.String key, java.lang.String value)
           
 void PropertyAction.begin(ExecutionContext ec, java.lang.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 PropertyAction.end(ExecutionContext ec, java.lang.String name)
           
 void PropertyAction.finish(ExecutionContext ec)
           
 void PriorityAction.begin(ExecutionContext ec, java.lang.String name, Attributes attributes)
           
 void PluginAction.begin(ExecutionContext ec, java.lang.String localName, Attributes attributes)
          Instantiates an plugin of the given class and sets its name.
 void PluginAction.end(ExecutionContext ec, java.lang.String name)
          Once the children elements are also parsed, now is the time to activate the plugin options.
 void PluginAction.finish(ExecutionContext ec)
           
 void LoggerAction.begin(ExecutionContext ec, java.lang.String name, Attributes attributes)
           
 void LoggerAction.end(ExecutionContext ec, java.lang.String e)
           
 void LoggerAction.finish(ExecutionContext ec)
           
 void LevelAction.begin(ExecutionContext ec, java.lang.String name, Attributes attributes)
           
 void LevelAction.finish(ExecutionContext ec)
           
 void LevelAction.end(ExecutionContext ec, java.lang.String e)
           
 void LayoutAction.begin(ExecutionContext ec, java.lang.String name, Attributes attributes)
          Instantiates an layout of the given class and sets its name.
 void LayoutAction.end(ExecutionContext ec, java.lang.String e)
          Once the children elements are also parsed, now is the time to activate the appender options.
 void LayoutAction.finish(ExecutionContext ec)
           
 void ConversionRuleAction.begin(ExecutionContext ec, java.lang.String localName, Attributes attributes)
          Instantiates an layout of the given class and sets its name.
 void ConversionRuleAction.end(ExecutionContext ec, java.lang.String n)
          Once the children elements are also parsed, now is the time to activate the appender options.
 void ConversionRuleAction.finish(ExecutionContext ec)
           
 void ConfigurationAction.begin(ExecutionContext ec, java.lang.String name, Attributes attributes)
           
 void ConfigurationAction.end(ExecutionContext ec, java.lang.String name)
           
 void AppenderRefAction.begin(ExecutionContext ec, java.lang.String tagName, Attributes attributes)
           
 void AppenderRefAction.end(ExecutionContext ec, java.lang.String n)
           
 void AppenderRefAction.finish(ExecutionContext ec)
           
 void AppenderAction.begin(ExecutionContext ec, java.lang.String localName, Attributes attributes)
          Instantiates an appender of the given class and sets its name.
 void AppenderAction.end(ExecutionContext ec, java.lang.String name)
          Once the children elements are also parsed, now is the time to activate the appender options.
 void AppenderAction.finish(ExecutionContext ec)
           
 


Log4j 1.3alpha-1

Copyright 2000-2003 Apache Software Foundation.