class AppendingStrategy extends Object implements SortingStrategy
The standard <head> merging strategy, which simply appends the
content elements to the layout ones.
| Constructor and description |
|---|
AppendingStrategy() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
findPositionForModel(IModel headModel, IModel childModel)Returns the position at the end of the <head> section. |