org.apache.tapestry.dojo
Class DojoUtils

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

public final class DojoUtils
extends Object

Since:
4.1
Author:
andyhot

Method Summary
static JSONObject parseJSONParameter(IComponent component, 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,
                                            String parameterName)
Converts a parameter of an IComponent to an instance of JSONObject.

Parameters:
component -
parameterName -
Returns:
The parameter parsed into a json structure.


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.