| java.lang.Object org.mdarad.framework.util.struts.action.FormUtils
FormUtils | public class FormUtils (Code) | | The class FormUtils contains many util methods used
within the forms object and the form actions
author: Philippe Brouillette version: 1.0 since: 1.4 |
Method Summary | |
public static void | validateFormInstance(ActionForm form, Class type, boolean canBeNull) Method that throws FormException if the instance of the form is of the type
is not of the type passed as argument. |
validateFormInstance | public static void validateFormInstance(ActionForm form, Class type, boolean canBeNull)(Code) | | Method that throws FormException if the instance of the form is of the type
is not of the type passed as argument.
Parameters: form - ActionForm to be checked Parameters: type - Class type needed Parameters: canBeNull - flag that indicates if the form object can be null |
|
|