◆ getAttribute() [1/2]
String org.turro.dossier.grant.ProjectGrantContext.getAttribute |
( |
String |
attribute | ) |
|
◆ getAttribute() [2/2]
String org.turro.dossier.grant.ProjectGrantContext.getAttribute |
( |
String |
attribute, |
|
|
String |
defaultValue |
|
) |
| |
Definition at line 36 of file ProjectGrantContext.java.
static String getProjectGrantContextAttribute(String attribute, String defaultValue)
◆ getProjectGrantContextAttribute()
static String org.turro.dossier.grant.ProjectGrantContext.getProjectGrantContextAttribute |
( |
String |
attribute, |
|
|
String |
defaultValue |
|
) |
| |
|
static |
Definition at line 44 of file ProjectGrantContext.java.
45 return ElephantProperties.getContextProperty(PROJECT_GRANT_CONTEXT, attribute, defaultValue);
◆ getProjectGrantSourceList()
static List<String> org.turro.dossier.grant.ProjectGrantContext.getProjectGrantSourceList |
( |
| ) |
|
|
static |
Definition at line 48 of file ProjectGrantContext.java.
49 return ElephantProperties.getContextPrefixedProperties(PROJECT_GRANT_CONTEXT,
"source_");
◆ getRecipients()
static List<String> org.turro.dossier.grant.ProjectGrantContext.getRecipients |
( |
IConstructor |
constructor | ) |
|
|
static |
The documentation for this class was generated from the following file: