org.apache.maven.doxia.site.decoration.inheritance
Interface DecorationModelInheritanceAssembler
- All Known Implementing Classes:
- DefaultDecorationModelInheritanceAssembler
public interface DecorationModelInheritanceAssembler
Manage inheritance of the decoration model.
- Author:
- Brett Porter
|
Field Summary |
static java.lang.String |
ROLE
|
ROLE
static final java.lang.String ROLE
assembleModelInheritance
void assembleModelInheritance(java.lang.String name,
DecorationModel child,
DecorationModel parent,
java.lang.String childBaseUrl,
java.lang.String parentBaseUrl)
resolvePaths
void resolvePaths(DecorationModel decoration,
java.lang.String baseUrl)
Copyright 2006 null. All Rights Reserved.