|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.menu.MenuUtils
public class MenuUtils
Menu Utilities used by the Menu Model internal code. All classes are package private.
Method Summary | ||
---|---|---|
static
|
getBoundValue(String elExpression,
Class<T> desiredClass)
Gets the bound value of an EL expression |
|
static void |
loadBundle(String resBundleName,
String resBundleKey)
Create a ResourceBundle and put it in an EL-reachable scope. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> T getBoundValue(String elExpression, Class<T> desiredClass)
elExpression
- - String representing an EL expressionpublic static void loadBundle(String resBundleName, String resBundleKey)
resBundleName
- - String containing name of class containing the
resource bundle.resBundleKey
- - String key for the resource bundle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |