Modifier and Type | Field and Description |
---|---|
private java.util.List<MenuItem> |
Menu.items
Field items.
|
private java.util.List<MenuItem> |
MenuItem.items
Field items.
|
Modifier and Type | Method and Description |
---|---|
MenuItem |
MenuItem.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MenuItem> |
Menu.getItems()
Method getItems.
|
java.util.List<MenuItem> |
MenuItem.getItems()
Method getItems.
|
Modifier and Type | Method and Description |
---|---|
void |
Menu.addItem(MenuItem menuItem)
Method addItem.
|
void |
MenuItem.addItem(MenuItem menuItem)
Method addItem.
|
void |
Menu.removeItem(MenuItem menuItem)
Method removeItem.
|
void |
MenuItem.removeItem(MenuItem menuItem)
Method removeItem.
|
Modifier and Type | Method and Description |
---|---|
void |
Menu.setItems(java.util.List<MenuItem> items)
Set a list of menu item.
|
void |
MenuItem.setItems(java.util.List<MenuItem> items)
Set a list of menu item.
|
Modifier and Type | Method and Description |
---|---|
private void |
DefaultDecorationModelInheritanceAssembler.rebaseMenuPaths(java.util.List<MenuItem> items,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) |
private void |
DefaultDecorationModelInheritanceAssembler.relativizeMenuPaths(java.util.List<MenuItem> items,
java.lang.String baseUrl) |
Modifier and Type | Method and Description |
---|---|
private MenuItem |
DecorationXpp3Reader.parseMenuItem(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseMenuItem.
|
Modifier and Type | Method and Description |
---|---|
private void |
DecorationXpp3Writer.writeMenuItem(MenuItem menuItem,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeMenuItem.
|
Modifier and Type | Method and Description |
---|---|
private MenuItem |
DefaultSiteTool.createCategoryMenu(java.lang.String name,
java.lang.String href,
java.util.List<org.apache.maven.reporting.MavenReport> categoryReports,
java.util.Locale locale) |