- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 29 of file ForumContext.java.
◆ getAllowedRoots()
static String org.turro.forum.ForumContext.getAllowedRoots |
( |
IConstructor |
constructor | ) |
|
|
static |
Definition at line 52 of file ForumContext.java.
static String getForumContextAttribute(String attribute, String defaultValue)
◆ getAllowNew()
static boolean org.turro.forum.ForumContext.getAllowNew |
( |
IConstructor |
constructor | ) |
|
|
static |
Definition at line 47 of file ForumContext.java.
49 return Strings.isBlank(topicRoles) ? false : constructor.isInRole(topicRoles);
◆ getAttribute() [1/2]
String org.turro.forum.ForumContext.getAttribute |
( |
String |
attribute | ) |
|
◆ getAttribute() [2/2]
String org.turro.forum.ForumContext.getAttribute |
( |
String |
attribute, |
|
|
String |
defaultValue |
|
) |
| |
◆ getDossierCategories()
static String org.turro.forum.ForumContext.getDossierCategories |
( |
IConstructor |
constructor | ) |
|
|
static |
◆ getForumContextAttribute()
static String org.turro.forum.ForumContext.getForumContextAttribute |
( |
String |
attribute, |
|
|
String |
defaultValue |
|
) |
| |
|
static |
Definition at line 43 of file ForumContext.java.
44 return ElephantProperties.getContextProperty(FORUM_CONTEXT, attribute, defaultValue);
The documentation for this class was generated from the following file: