com.atlassian.confluence.web
Class WebMenuSection

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getId()
           
 java.util.List getItems()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebMenuSection

public WebMenuSection(java.lang.String id,
                      java.lang.String className,
                      java.util.List items)
Method Detail

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.