Tom Beerbower created AMBARI-4538:
-------------------------------------
Summary: Expose Ambari config properties through View context.
Key: AMBARI-4538
URL: https://issues.apache.org/jira/browse/AMBARI-4538
Project: Ambari
Issue Type: Task
Reporter: Tom Beerbower
Assignee: Tom Beerbower
Views will need to access the Ambari configuration. Add a method to the view
context that exposes the Ambari configuration properties.
{code}
/**
* Get a property for the given key from the ambari configuration.
*
* @param key the property key
*
* @return the property value; null indicates that the configuration contains
no mapping for the key
*/
public String getAmbariProperty(String key);
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)