|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Manage inheritance of the decoration model.
| Field Summary | |
static java.lang.String |
ROLE
Plexus lookup role. |
| Method Summary | |
void |
assembleModelInheritance(java.lang.String name,
DecorationModel child,
DecorationModel parent,
java.lang.String childBaseUrl,
java.lang.String parentBaseUrl)
Manage inheritance of the decoration model between a parent and child. |
void |
resolvePaths(DecorationModel decoration,
java.lang.String baseUrl)
Resolve relative paths for a DecorationModel given a base URL. |
| Field Detail |
public static final java.lang.String ROLE
| Method Detail |
public void assembleModelInheritance(java.lang.String name,
DecorationModel child,
DecorationModel parent,
java.lang.String childBaseUrl,
java.lang.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.
public void resolvePaths(DecorationModel decoration,
java.lang.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 | ||||||||||