com.atlassian.jira.web.component
Interface DashboardPageConfigUrlFactory.PortletConfigurationAdaptor

Enclosing interface:
DashboardPageConfigUrlFactory

public static interface DashboardPageConfigUrlFactory.PortletConfigurationAdaptor

Abstraction for describing the aspects of the PortletConfiguration object graph that we depend on without depending on all the mechanical details like ObjectConfiguration and PropertySet.


Method Summary
 Collection getKeys()
           
 String getPortletId()
           
 String getPropertyAsString(String key)
           
 

Method Detail

getKeys

Collection getKeys()

getPropertyAsString

String getPropertyAsString(String key)

getPortletId

String getPortletId()


Copyright © 2002-2009 Atlassian. All Rights Reserved.