com.ricebridge.xmlman.in
Class ExpressionSupport
java.lang.Object
com.ricebridge.xmlman.in.ExpressionSupport
- All Implemented Interfaces:
- Expression
- Direct Known Subclasses:
- DirectExpression, XPathExpression
- public abstract class ExpressionSupport
- extends Object
- implements Expression
Support subclass for Expression interface.
|
Method Summary |
String |
resolve(com.ricebridge.xmlman.tp.Context pContext)
Sanitise return value. |
protected abstract String |
resolveImpl(com.ricebridge.xmlman.tp.Context pContext)
Actual to be done by subclasses. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionSupport
public ExpressionSupport()
resolve
public String resolve(com.ricebridge.xmlman.tp.Context pContext)
- Sanitise return value.
- Specified by:
resolve in interface Expression
resolveImpl
protected abstract String resolveImpl(com.ricebridge.xmlman.tp.Context pContext)
- Actual to be done by subclasses.
Copyright © 2004-2005 Ricebridge