com.atlassian.confluence.web
Class WebMenuSection
java.lang.Object
com.atlassian.confluence.web.WebMenuSection
public class WebMenuSection
- extends java.lang.Object
Represents a section in a Confluence menu in the web interface. Has an ID and class name for styling purposes
and a list of items.
This implementation has web-item plugin modules as its items.
|
Constructor Summary |
WebMenuSection(java.lang.String id,
java.lang.String className,
java.util.List items)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WebMenuSection
public WebMenuSection(java.lang.String id,
java.lang.String className,
java.util.List items)
getId
public java.lang.String getId()
getClassName
public java.lang.String getClassName()
getItems
public java.util.List getItems()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.