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)
|
ROLE
static final java.lang.String ROLE
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)
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.