Log4j 1.3alpha-3

org.apache.log4j.joran.action
Class ConfigurationAction

java.lang.Object
  |
  +--org.apache.joran.action.Action
        |
        +--org.apache.log4j.joran.action.ActionBase
              |
              +--org.apache.log4j.joran.action.ConfigurationAction

public class ConfigurationAction
extends ActionBase


Field Summary
 
Fields inherited from class org.apache.joran.action.Action
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, VALUE_ATTRIBUTE
 
Constructor Summary
ConfigurationAction()
           
 
Method Summary
 void begin(ExecutionContext ec, java.lang.String name, Attributes attributes)
          Called when the parser first encounters an element.
 void end(ExecutionContext ec, java.lang.String name)
           
 
Methods inherited from class org.apache.joran.action.Action
getColumnNumber, getLineNumber, getLogger, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationAction

public ConfigurationAction()
Method Detail

begin

public void begin(ExecutionContext ec,
                  java.lang.String name,
                  Attributes attributes)
Description copied from class: Action
Called when the parser first encounters an element. The return value indicates whether child elements should be processed. If the returned value is 'false', then child elements are ignored.

Specified by:
begin in class Action

end

public void end(ExecutionContext ec,
                java.lang.String name)
Specified by:
end in class Action

Log4j 1.3alpha-3

Copyright 2000-2003 Apache Software Foundation.