com.bea.p13n.expression
Interface ProxyExpression
- public interface ProxyExpression
- extends Expression
An interface implemented by the class that need to act as a proxy to
the original expression.
The classes implementing this interface will just delegate to the
original expression.
Methods inherited from interface com.bea.p13n.expression.Expression |
addSubExpression,
clearCache,
clone,
getCachedValue,
getParameterSignature,
getParent,
getSubExpression,
getSubExpressionCount,
isCached,
isCacheEnabled,
removeAllSubExpressions,
removeSubExpression,
removeSubExpression,
setCachedValue,
setCacheEnabled,
setSubExpression,
write |
getDelegate
public Expression getDelegate()
- Returns the delegate to which this is a proxy.
- Returns:
- An expression that is a delegate.
- See Also:
Expression
Copyright © 2002 BEA Systems, Inc. All Rights Reserved