net.sf.tacos.util
Class EffectStringUtils

java.lang.Object
  extended by net.sf.tacos.util.EffectStringUtils

public final class EffectStringUtils
extends Object

Handles effects string formotting.

Author:
andyhot

Constructor Summary
EffectStringUtils()
           
 
Method Summary
static String createPreEffectsScript(String preEffectsArg)
          Creates the javascript for the effects that should execute immediately
static String createPreEffectsScript(String preEffectsArg, Collection updateComponents)
          Creates the javascript for the effects that should execute immediately
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectStringUtils

public EffectStringUtils()
Method Detail

createPreEffectsScript

public static String createPreEffectsScript(String preEffectsArg)
Creates the javascript for the effects that should execute immediately

Returns:

createPreEffectsScript

public static String createPreEffectsScript(String preEffectsArg,
                                            Collection updateComponents)
Creates the javascript for the effects that should execute immediately

Returns: