|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.admingui.common.util.MiscUtil
public class MiscUtil
| Constructor Summary | |
|---|---|
MiscUtil()
|
|
| Method Summary | |
|---|---|
static org.w3c.dom.Document |
getDocument(java.lang.String input)
|
static javax.el.ValueExpression |
setValueExpression(java.lang.String expression,
java.lang.Object value)
This utility method can be used to create a ValueExpression and set its value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MiscUtil()
| Method Detail |
|---|
public static javax.el.ValueExpression setValueExpression(java.lang.String expression,
java.lang.Object value)
This utility method can be used to create a ValueExpression and set its value. An example usage might look like this:
ValueExpression ve = MiscUtil.setValueExpression("#{myMap}", new HashMap());
expression - The expression to create. Note that this requires the #{ and } wrappers.value - The value to which to set the ValueExpression
public static org.w3c.dom.Document getDocument(java.lang.String input)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||