Package org.mozilla.zest.impl
Class ZestUtils
- java.lang.Object
-
- org.mozilla.zest.impl.ZestUtils
-
public class ZestUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ZestUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>getFields(ZestResponse response, int formId)static List<String>getForms(ZestResponse response)
-
-
-
Method Detail
-
getForms
public static List<String> getForms(ZestResponse response)
-
getFields
public static List<String> getFields(ZestResponse response, int formId)
-
-