public class PrefixedObjectValueSource extends AbstractDelegatingValueSource implements QueryEnabledValueSource
ObjectBasedValueSource instance, then
 wraps that source with a PrefixedValueSourceWrapper instance, to which
 this class delegates all of its calls.| Constructor and Description | 
|---|
| PrefixedObjectValueSource(List<String> possiblePrefixes,
                         Object root,
                         boolean allowUnprefixedExpressions)Wrap the specified root object, allowing the specified list of expression
 prefixes and setting whether the  PrefixedValueSourceWrapperallows
 unprefixed expressions. | 
| PrefixedObjectValueSource(String prefix,
                         Object root)Wrap the specified root object, allowing the specified expression prefix. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLastExpression() | 
clearFeedback, getDelegate, getFeedback, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearFeedback, getFeedback, getValuepublic PrefixedObjectValueSource(String prefix, Object root)
public PrefixedObjectValueSource(List<String> possiblePrefixes, Object root, boolean allowUnprefixedExpressions)
PrefixedValueSourceWrapper allows
 unprefixed expressions.public String getLastExpression()
getLastExpression in interface QueryEnabledValueSourceCopyright © 2001–2016 Codehaus Plexus. All rights reserved.