com.servingxml.components.command
Class CommandImpl

java.lang.Object
  extended by com.servingxml.components.command.CommandImpl
All Implemented Interfaces:
Command

public class CommandImpl
extends java.lang.Object
implements Command


Constructor Summary
CommandImpl(StringFactory stringFactory)
           
 
Method Summary
 java.lang.String evaluateString(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandImpl

public CommandImpl(StringFactory stringFactory)
Method Detail

evaluateString

public java.lang.String evaluateString(ServiceContext context,
                                       Flow flow)
Specified by:
evaluateString in interface Command