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
 java.util.Collection getKeys()
           
 java.lang.String getPortletId()
           
 java.lang.String getPropertyAsString(java.lang.String key)
           
 

Method Detail

getKeys

java.util.Collection getKeys()

getPropertyAsString

java.lang.String getPropertyAsString(java.lang.String key)

getPortletId

java.lang.String getPortletId()


Copyright © 2002-2011 Atlassian. All Rights Reserved.