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
           
 
Method Summary
 void assembleModelInheritance(java.lang.String name, org.apache.maven.doxia.site.decoration.DecorationModel child, org.apache.maven.doxia.site.decoration.DecorationModel parent, java.lang.String childBaseUrl, java.lang.String parentBaseUrl)
           
 void resolvePaths(org.apache.maven.doxia.site.decoration.DecorationModel decoration, java.lang.String baseUrl)
           
 

Field Detail

ROLE

static final java.lang.String ROLE
Method Detail

assembleModelInheritance

void assembleModelInheritance(java.lang.String name,
                              org.apache.maven.doxia.site.decoration.DecorationModel child,
                              org.apache.maven.doxia.site.decoration.DecorationModel parent,
                              java.lang.String childBaseUrl,
                              java.lang.String parentBaseUrl)

resolvePaths

void resolvePaths(org.apache.maven.doxia.site.decoration.DecorationModel decoration,
                  java.lang.String baseUrl)