Uses of Class
org.apache.maven.doxia.site.decoration.inheritance.DefaultDecorationModelInheritanceAssembler.URLRebaser
-
Packages that use DefaultDecorationModelInheritanceAssembler.URLRebaser Package Description org.apache.maven.doxia.site.decoration.inheritance -
-
Uses of DefaultDecorationModelInheritanceAssembler.URLRebaser in org.apache.maven.doxia.site.decoration.inheritance
Methods in org.apache.maven.doxia.site.decoration.inheritance with parameters of type DefaultDecorationModelInheritanceAssembler.URLRebaser Modifier and Type Method Description private void
DefaultDecorationModelInheritanceAssembler. assembleBodyInheritance(java.lang.String name, DecorationModel child, DecorationModel parent, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
private java.util.List<LinkItem>
DefaultDecorationModelInheritanceAssembler. mergeLinkItemLists(java.util.List<LinkItem> childList, java.util.List<LinkItem> parentList, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer, boolean cutParentAfterDuplicate)
private java.util.List<Menu>
DefaultDecorationModelInheritanceAssembler. mergeMenus(java.util.List<Menu> childMenus, java.util.List<Menu> parentMenus, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
private java.util.List<Logo>
DefaultDecorationModelInheritanceAssembler. mergePoweredByLists(java.util.List<Logo> childList, java.util.List<Logo> parentList, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
private void
DefaultDecorationModelInheritanceAssembler. rebaseBannerPaths(Banner banner, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
private void
DefaultDecorationModelInheritanceAssembler. rebaseLinkItemPaths(LinkItem item, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
private void
DefaultDecorationModelInheritanceAssembler. rebaseLogoPaths(Logo logo, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
private void
DefaultDecorationModelInheritanceAssembler. rebaseMenuPaths(java.util.List<MenuItem> items, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
-