|
JBoss Dynamic Model Representation API 1.2.0.Beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.dmr.ValueExpressionResolver
public class ValueExpressionResolver
A resolver for value expressions.
| Field Summary | |
|---|---|
static ValueExpressionResolver |
DEFAULT_RESOLVER
The default value expression resolver. |
| Constructor Summary | |
|---|---|
ValueExpressionResolver()
Construct a new instance. |
|
| Method Summary | |
|---|---|
String |
resolve(ValueExpression expression)
Perform expression resolution. |
protected String |
resolvePart(String name)
Resolve a single name in the expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ValueExpressionResolver DEFAULT_RESOLVER
| Constructor Detail |
|---|
public ValueExpressionResolver()
| Method Detail |
|---|
public String resolve(ValueExpression expression)
expression - the expression to resolve
protected String resolvePart(String name)
null if no resolution is possible. The default
implementation (which may be delegated to) checks system properties, environment variables, and a small set of
special strings.
name - the name to resolve
null for none
|
JBoss Dynamic Model Representation API 1.2.0.Beta1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||