Searches for the value for the corresponding key.
@param key the key used to locate the meta data (case insensitive)
@param resources the resources of the initial component used in the search
@return the value if found (in the component, the component's container, etc. or via a folderdefault) or null if not found anywhere
Searches for the value for the corresponding key. The value, if located, will have symbols expanded, and will be type coerced to the desired type.
@param key the key used to locate the meta data (case insensitive)
@param resources the resources of the initial component used in the search
@return the value if found (in the component, the component's container, etc. or via a folder default)
@throws RuntimeException if the value for the key is not present as meta data of the component, as an override,or as a symbol
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.