com.servingxml.components.command
Class CommandArgImpl

java.lang.Object
  extended by com.servingxml.components.command.CommandArgImpl
All Implemented Interfaces:
CommandArg

public class CommandArgImpl
extends java.lang.Object
implements CommandArg


Constructor Summary
CommandArgImpl(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

CommandArgImpl

public CommandArgImpl(StringFactory stringFactory)
Method Detail

evaluateString

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