org.apache.maven.doxia.site.decoration.inheritance

Interface DecorationModelInheritanceAssembler

public interface DecorationModelInheritanceAssembler

Manage inheritance of the decoration model.

Author: Brett Porter

Field Summary
StringROLE
Method Summary
voidassembleModelInheritance(String name, DecorationModel child, DecorationModel parent, String childBaseUrl, String parentBaseUrl)
voidresolvePaths(DecorationModel decoration, String baseUrl)

Field Detail

ROLE

public String ROLE

Method Detail

assembleModelInheritance

public void assembleModelInheritance(String name, DecorationModel child, DecorationModel parent, String childBaseUrl, String parentBaseUrl)

resolvePaths

public void resolvePaths(DecorationModel decoration, String baseUrl)
Copyright © {inceptionYear}-2008 null. All Rights Reserved.