org.apache.tapestry.dojo
Class DojoUtils

java.lang.Object
  extended by org.apache.tapestry.dojo.DojoUtils

public final class DojoUtils
extends java.lang.Object

Since:
4.1
Author:
andyhot

Method Summary
static JSONObject parseJSONParameter(IComponent component, java.lang.String parameterName)
          Converts a parameter of an IComponent to an instance of JSONObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseJSONParameter

public static JSONObject parseJSONParameter(IComponent component,
                                            java.lang.String parameterName)
Converts a parameter of an IComponent to an instance of JSONObject.

Parameters:
component -
parameterName -
Returns:


Copyright © 2006 Apache Software Foundation. All Rights Reserved.