class AppendingStrategy extends Object
The standard <head> merging strategy, which simply appends the
content to the decorator.
| Type | Name and description |
|---|---|
int |
findPositionForContent(List<Node> decoratorNodes, Node contentNode)Returns a value to append the content node to the end of the decorator nodes. |