com.atlassian.jira.admin.quicknav
Class WebFragmentsResource.WebFragmentLocation

java.lang.Object
  extended by com.atlassian.jira.admin.quicknav.WebFragmentsResource.WebFragmentLocation
Direct Known Subclasses:
WebFragmentsResource.WebSection
Enclosing class:
WebFragmentsResource

public static class WebFragmentsResource.WebFragmentLocation
extends Object


Constructor Summary
WebFragmentsResource.WebFragmentLocation(String key, List<WebFragmentsResource.WebItem> items, List<WebFragmentsResource.WebSection> sections)
           
 
Method Summary
 String key()
           
 List<WebFragmentsResource.WebItem> webItems()
           
 List<WebFragmentsResource.WebSection> webSections()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebFragmentsResource.WebFragmentLocation

public WebFragmentsResource.WebFragmentLocation(String key,
                                                List<WebFragmentsResource.WebItem> items,
                                                List<WebFragmentsResource.WebSection> sections)
Method Detail

key

public String key()

webItems

public List<WebFragmentsResource.WebItem> webItems()

webSections

public List<WebFragmentsResource.WebSection> webSections()


Copyright © 2002-2012 Atlassian. All Rights Reserved.