net.sf.tacos
Class TacosUtils

java.lang.Object
  extended by net.sf.tacos.TacosUtils

public final class TacosUtils
extends Object


Method Summary
static String buildUpdateIdList(String[] comps)
          Builds a javascript string array of refresh components.
static void renderScript(org.apache.tapestry.IRequestCycle cycle, String scriptPath, String cycleAttribute)
          No need to render in rewind.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

renderScript

public static void renderScript(org.apache.tapestry.IRequestCycle cycle,
                                String scriptPath,
                                String cycleAttribute)
No need to render in rewind. Ensure it's rendered only once per cycle.


buildUpdateIdList

public static String buildUpdateIdList(String[] comps)
Builds a javascript string array of refresh components.

Parameters:
comps -
Returns:
Javascript compatible string array