public class ParamValueFormParser
extends java.lang.Object
| Constructor and Description |
|---|
ParamValueFormParser(DynActionForm form) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParamValue<?>> |
getParamsFromForm() |
java.util.List<ParamValue<?>> |
getParamsFromJson(java.lang.String parametersJson) |
java.util.List<ParamValue<?>> |
parse() |
public ParamValueFormParser(DynActionForm form)
public java.util.List<ParamValue<?>> parse() throws BGException
BGExceptionpublic java.util.List<ParamValue<?>> getParamsFromJson(java.lang.String parametersJson) throws BGException
BGExceptionpublic java.util.List<ParamValue<?>> getParamsFromForm() throws BGMessageException
BGMessageException