net.sf.tacos
Class TacosUtil

java.lang.Object
  extended bynet.sf.tacos.TacosUtil

public class TacosUtil
extends Object


Method Summary
static String buildUpdateIdList(String[] comps, String[] blocks)
          Builds a javascript string array of refresh comps/blocks.
static void renderScript(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(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,
                                       String[] blocks)
Builds a javascript string array of refresh comps/blocks.

Parameters:
comps -
blocks -
Returns:
Javascript compatible string array