|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ui.tags.TagUtils
public class TagUtils
Utility methods for tags
Constructor Summary | |
---|---|
TagUtils()
|
Method Summary | |
---|---|
static boolean |
mediaResourceBoolean(String key,
boolean defaultValue)
based on request get a media boolean |
static int |
mediaResourceInt(String key,
int defaultValue)
based on request get a media int |
static String |
mediaResourceString(String key)
based on request get a nav string |
static boolean |
navResourceContainsKey(String key)
based on request get a nav string |
static String |
navResourceString(String key)
based on request get a nav string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagUtils()
Method Detail |
---|
public static String navResourceString(String key)
key
-
public static boolean navResourceContainsKey(String key)
key
-
public static String mediaResourceString(String key)
key
-
public static boolean mediaResourceBoolean(String key, boolean defaultValue)
key
- defaultValue
- if key isnt there, this is the default value
public static int mediaResourceInt(String key, int defaultValue)
key
- defaultValue
- if key isnt there, this is the default value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |