|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DecorationModelInheritanceAssembler
Manage inheritance of the decoration model.
Field Summary | |
---|---|
static String |
ROLE
Plexus lookup role. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |