org.apache.maven.doxia.site.decoration.inheritance
Class DefaultDecorationModelInheritanceAssembler
java.lang.Object
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
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 |
DefaultDecorationModelInheritanceAssembler
public DefaultDecorationModelInheritanceAssembler()
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-2009 Apache Software Foundation. All Rights Reserved.