public abstract class BasicRule extends Object implements TagRule
TagRule.| Modifier and Type | Field and Description |
|---|---|
protected TagProcessorContext |
tagProcessorContext |
| Constructor and Description |
|---|
BasicRule() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(Tag tag)
Implementations can use this to do any necessary work on the
Tag such as extracting
values or transforming it. |
void |
setTagProcessorContext(TagProcessorContext tagProcessorContext)
Injected by the
TagProcessor before any of the other TagRule methods. |
protected TagProcessorContext tagProcessorContext
public abstract void process(Tag tag) throws IOException
TagRuleTag such as extracting
values or transforming it.process in interface TagRuleIOExceptionpublic void setTagProcessorContext(TagProcessorContext tagProcessorContext)
TagRuleTagProcessor before any of the other TagRule methods.setTagProcessorContext in interface TagRuleCopyright © 2015. All Rights Reserved.