com.atlassian.jira.plugin.webfragment
Class JiraWebInterfaceManager

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.JiraWebInterfaceManager

public class JiraWebInterfaceManager
extends Object

Jira wrapper for the WebInterfaceManager.


Field Summary
static String CONTEXT_KEY_HELPER
           
static String CONTEXT_KEY_I18N
           
static String CONTEXT_KEY_LOCATION
           
static String CONTEXT_KEY_USER
           
 
Constructor Summary
JiraWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
           
 
Method Summary
 List getDisplayableItems(String section, User remoteUser, JiraHelper jiraHelper)
           
 List getDisplayableSections(String location, User remoteUser, JiraHelper jiraHelper)
           
 List getItems(String section)
           
 List getSections(String location)
           
 com.atlassian.plugin.web.WebFragmentHelper getWebFragmentHelper()
           
 boolean hasSectionsForLocation(String location)
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTEXT_KEY_USER

public static final String CONTEXT_KEY_USER
See Also:
Constant Field Values

CONTEXT_KEY_HELPER

public static final String CONTEXT_KEY_HELPER
See Also:
Constant Field Values

CONTEXT_KEY_LOCATION

public static final String CONTEXT_KEY_LOCATION
See Also:
Constant Field Values

CONTEXT_KEY_I18N

public static final String CONTEXT_KEY_I18N
See Also:
Constant Field Values
Constructor Detail

JiraWebInterfaceManager

public JiraWebInterfaceManager(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
Method Detail

hasSectionsForLocation

public boolean hasSectionsForLocation(String location)

getSections

public List getSections(String location)

getDisplayableSections

public List getDisplayableSections(String location,
                                   User remoteUser,
                                   JiraHelper jiraHelper)

getItems

public List getItems(String section)

getDisplayableItems

public List getDisplayableItems(String section,
                                User remoteUser,
                                JiraHelper jiraHelper)

refresh

public void refresh()

getWebFragmentHelper

public com.atlassian.plugin.web.WebFragmentHelper getWebFragmentHelper()


Copyright © 2002-2009 Atlassian. All Rights Reserved.