public abstract class BehaviorModifier extends Object implements Behavior
| Modifier and Type | Field and Description |
|---|---|
protected BuilderDelegate |
builderDelegate |
protected List<BaseTagBuilder> |
builders |
protected Tag |
currentOutput |
| Constructor and Description |
|---|
BehaviorModifier() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSingleBuilderPresence(Class<? extends Behavior> behaviorClass) |
Optional<Tag> |
output() |
void |
startOver() |
protected List<BaseTagBuilder> builders
protected BuilderDelegate builderDelegate
protected Tag currentOutput
Copyright © 2019. All rights reserved.