com.atlassian.jira.gadgets.system
Class LegacyPortletResource.LegacyPortlet

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.LegacyPortletResource.LegacyPortlet
Enclosing class:
LegacyPortletResource

public static class LegacyPortletResource.LegacyPortlet
extends Object


Constructor Summary
LegacyPortletResource.LegacyPortlet(boolean configurable, String url, String editUrl, boolean requiresInitialConfiguration, String editName)
           
 
Method Summary
 String getEditUrl()
           
 String getUrl()
           
 boolean isConfigurable()
           
 boolean isRequiresInitialConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyPortletResource.LegacyPortlet

public LegacyPortletResource.LegacyPortlet(boolean configurable,
                                           String url,
                                           String editUrl,
                                           boolean requiresInitialConfiguration,
                                           String editName)
Method Detail

isConfigurable

public boolean isConfigurable()

getUrl

public String getUrl()

getEditUrl

public String getEditUrl()

isRequiresInitialConfiguration

public boolean isRequiresInitialConfiguration()


Copyright © 2002-2011 Atlassian. All Rights Reserved.