org.jboss.metadata.property
public static class SimpleExpressionResolver.ResolutionResult extends Object
resolving some expression content
.Constructor and Description |
---|
SimpleExpressionResolver.ResolutionResult(String value,
boolean isDefault)
Creates a new ResolutionResult.
|
public SimpleExpressionResolver.ResolutionResult(String value, boolean isDefault)
value
- the resolved value. Cannot be null
.isDefault
- true
if value
was a default value encoded in the expression content;
false
otherwisepublic String getValue()
null
public boolean isDefault()
defaultValue
in a traditional JBoss AS style expression with syntax
propertyName[,propertyName]*[:defaultValue]
.true
if the value is a default value.Copyright © 2017 JBoss by Red Hat. All rights reserved.