com.ricebridge.xmlman.in
Class ExpressionSupport

java.lang.Object
  extended bycom.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.


Constructor Summary
ExpressionSupport()
           
 
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
 

Constructor Detail

ExpressionSupport

public ExpressionSupport()
Method Detail

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