You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2014/02/05 21:40:14 UTC

[jira] [Created] (AMBARI-4538) Expose Ambari config properties through View context.

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)