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

java.lang.Object
  extended by org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler
All Implemented Interfaces:
DecorationModelInheritanceAssembler

public class DefaultDecorationModelInheritanceAssembler
extends java.lang.Object
implements DecorationModelInheritanceAssembler

Manage inheritance of the decoration model.

Author:
Brett Porter, Henning P. Schmiedehausen

Nested Class Summary
 class DefaultDecorationModelInheritanceAssembler.URLContainer
           
 
Field Summary
 
Fields inherited from interface org.apache.maven.doxia.site.decoration.inheritance.DecorationModelInheritanceAssembler
ROLE
 
Constructor Summary
DefaultDecorationModelInheritanceAssembler()
           
 
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 childBaseUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDecorationModelInheritanceAssembler

public DefaultDecorationModelInheritanceAssembler()
Method Detail

assembleModelInheritance

public 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)
Specified by:
assembleModelInheritance in interface DecorationModelInheritanceAssembler

resolvePaths

public void resolvePaths(org.apache.maven.doxia.site.decoration.DecorationModel decoration,
                         java.lang.String childBaseUrl)
Specified by:
resolvePaths in interface DecorationModelInheritanceAssembler


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.