|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
ch.qos.logback.core.joran.action.ImplicitAction
public abstract class ImplicitAction
ImplcitActions are like normal (explicit) actions except that are applied
by the parser when no other pattern applies. Since there can be many implicit
actions, each action is asked whether it applies in the given context. The
first implicit action to respond positively is then applied. See also the
isApplicable(ch.qos.logback.core.joran.spi.Pattern, org.xml.sax.Attributes, ch.qos.logback.core.joran.spi.InterpretationContext)
method.
Field Summary |
---|
Fields inherited from class ch.qos.logback.core.joran.action.Action |
---|
ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTE |
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase |
---|
context |
Constructor Summary | |
---|---|
ImplicitAction()
|
Method Summary | |
---|---|
abstract boolean |
isApplicable(Pattern currentPattern,
org.xml.sax.Attributes attributes,
InterpretationContext ec)
Check whether this implicit action is appropriate in the current context. |
Methods inherited from class ch.qos.logback.core.joran.action.Action |
---|
begin, body, end, getColumnNumber, getLineColStr, getLineNumber, toString |
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
---|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImplicitAction()
Method Detail |
---|
public abstract boolean isApplicable(Pattern currentPattern, org.xml.sax.Attributes attributes, InterpretationContext ec)
currentPattern
- This pattern contains the tag name of the current
element being parsed at the top of the stack.attributes
- The attributes of the current element to process.ec
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |