com.servingxml.components.common
Class SimpleNameEvaluator

java.lang.Object
  extended by com.servingxml.components.common.NameSubstitutionExpr
      extended by com.servingxml.components.common.SimpleNameEvaluator

public class SimpleNameEvaluator
extends NameSubstitutionExpr


Constructor Summary
SimpleNameEvaluator(Name name)
           
 
Method Summary
 Name evaluateName(Record parameters, Record record)
           
 Name getName()
           
 boolean hasName(Name n)
           
 boolean isExpression()
           
 
Methods inherited from class com.servingxml.components.common.NameSubstitutionExpr
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleNameEvaluator

public SimpleNameEvaluator(Name name)
Method Detail

isExpression

public boolean isExpression()
Specified by:
isExpression in class NameSubstitutionExpr

getName

public Name getName()
Specified by:
getName in class NameSubstitutionExpr

hasName

public boolean hasName(Name n)
Specified by:
hasName in class NameSubstitutionExpr

evaluateName

public Name evaluateName(Record parameters,
                         Record record)
Specified by:
evaluateName in class NameSubstitutionExpr