org.apache.log4j.joran.action
Class AppenderRefAction
java.lang.Object
|
+--org.apache.log4j.spi.ComponentBase
|
+--org.apache.log4j.joran.action.Action
|
+--org.apache.log4j.joran.action.AppenderRefAction
- All Implemented Interfaces:
- Component
- public class AppenderRefAction
- extends Action
Method Summary |
void |
begin(org.apache.log4j.joran.spi.ExecutionContext ec,
String tagName,
Attributes attributes)
Called when the parser first encounters an element. |
void |
end(org.apache.log4j.joran.spi.ExecutionContext ec,
String n)
|
void |
finish(org.apache.log4j.joran.spi.ExecutionContext ec)
|
AppenderRefAction
public AppenderRefAction()
begin
public void begin(org.apache.log4j.joran.spi.ExecutionContext ec,
String tagName,
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.
- Overrides:
begin
in class Action
end
public void end(org.apache.log4j.joran.spi.ExecutionContext ec,
String n)
- Overrides:
end
in class Action
finish
public void finish(org.apache.log4j.joran.spi.ExecutionContext ec)
Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.