public interface DecorationModelInheritanceAssembler
Modifier and Type | Method and Description |
---|---|
void |
assembleModelInheritance(String name,
DecorationModel child,
DecorationModel parent,
String childBaseUrl,
String parentBaseUrl)
Manage inheritance of the decoration model between a parent and child.
|
void |
resolvePaths(DecorationModel decoration,
String baseUrl)
Resolve relative paths for a DecorationModel given a base URL.
|
static final String ROLE
void assembleModelInheritance(String name, DecorationModel child, DecorationModel parent, String childBaseUrl, String parentBaseUrl)
name
- a name, used for breadcrumb.child
- the child DecorationModel to be merged with parent.parent
- the parent DecorationModel not null.childBaseUrl
- the child base URL.parentBaseUrl
- the parent base URL.void resolvePaths(DecorationModel decoration, String baseUrl)
decoration
- the DecorationModel.baseUrl
- the base URL.Copyright © 2005–2016. All rights reserved.