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, DecorationModel child, DecorationModel parent, java.lang.String childBaseUrl, java.lang.String parentBaseUrl)
           
 void resolvePaths(DecorationModel decoration, java.lang.String baseUrl)
           
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

assembleModelInheritance

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

resolvePaths

public void resolvePaths(DecorationModel decoration,
                         java.lang.String baseUrl)


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.