Package | Description |
---|---|
org.apache.maven.doxia.site.decoration | |
org.apache.maven.doxia.site.decoration.inheritance | |
org.apache.maven.doxia.site.decoration.io.xpp3 | |
org.apache.maven.doxia.tools |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Menu> |
Body.menus
Field menus.
|
private java.util.Map<java.lang.String,Menu> |
DecorationModel.menusByRef |
Modifier and Type | Method and Description |
---|---|
Menu |
Menu.clone()
Method clone.
|
Menu |
DecorationModel.getMenuRef(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Menu> |
Body.getMenus()
Method getMenus.
|
java.util.List<Menu> |
DecorationModel.getMenus() |
Modifier and Type | Method and Description |
---|---|
void |
Body.addMenu(Menu menu)
Method addMenu.
|
void |
Body.removeMenu(Menu menu)
Method removeMenu.
|
Modifier and Type | Method and Description |
---|---|
void |
Body.setMenus(java.util.List<Menu> menus)
Set a list of menus to include in the navigation.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<Menu> |
DefaultDecorationModelInheritanceAssembler.mergeMenus(java.util.List<Menu> childMenus,
java.util.List<Menu> parentMenus,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Menu> |
DefaultDecorationModelInheritanceAssembler.mergeMenus(java.util.List<Menu> childMenus,
java.util.List<Menu> parentMenus,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) |
private java.util.List<Menu> |
DefaultDecorationModelInheritanceAssembler.mergeMenus(java.util.List<Menu> childMenus,
java.util.List<Menu> parentMenus,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) |
Modifier and Type | Method and Description |
---|---|
private Menu |
DecorationXpp3Reader.parseMenu(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseMenu.
|
Modifier and Type | Method and Description |
---|---|
private void |
DecorationXpp3Writer.writeMenu(Menu menu,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeMenu.
|
Modifier and Type | Method and Description |
---|---|
private void |
DefaultSiteTool.appendMenuItem(org.apache.maven.project.MavenProject project,
Menu menu,
java.lang.String name,
java.lang.String href,
java.lang.String defaultHref) |