public class ProvidenceConfigUtil extends Object
| Constructor and Description |
|---|
ProvidenceConfigUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getInMessage(PMessage message,
String key)
Look up a key in the message structure.
|
static Object |
getInMessage(PMessage message,
String key,
Object defValue)
Look up a key in the message structure.
|
public static Object getInMessage(PMessage message, String key)
message - The message to look up into.key - The key to look up.public static Object getInMessage(PMessage message, String key, Object defValue)
message - The message to look up into.key - The key to look up.defValue - The default value.Copyright © 2015–2017 morimekta.net. All rights reserved.