| org.strecks.form.controller.DelegatingForm
CONVERSION_FAILED | final public static Object CONVERSION_FAILED(Code) | | |
DelegatingForm | public DelegatingForm(ActionForm form)(Code) | | |
bindInwards | public void bindInwards(Object actionBean)(Code) | | Bind from the to the String form bean properties to the target object(s)
|
bindOutwards | public void bindOutwards(Object actionBean)(Code) | | Bind from the target object(s) to the String form bean properties
|
getBindOutwards | public boolean getBindOutwards()(Code) | | |
getWrappedForm | public ActionForm getWrappedForm()(Code) | | |
isDeferred | public boolean isDeferred()(Code) | | |
setBindOutwards | public void setBindOutwards(boolean bindOutwards)(Code) | | |
|
|