package org.appfuse.webapp.form; import javax.servlet.http.HttpServletRequest; import org.apache.struts.action.ActionMapping; /** * Generated by XDoclet/actionform. This class can be further processed with XDoclet/webdoclet/strutsconfigxml and XDoclet/webdoclet/strutsvalidationxml. * * @struts.form name="roleForm" */ public class RoleForm extends BaseForm implements java.io.Serializable { /** Default empty constructor. */ public RoleForm() {} /* To add non XDoclet-generated methods, create a file named xdoclet-RoleForm.java containing the additional code and place it in your metadata/web directory. */ /** * @see org.apache.struts.action.ActionForm#reset(org.apache.struts.action.ActionMapping, * javax.servlet.http.HttpServletRequest) */ public void reset(ActionMapping mapping, HttpServletRequest request) { // reset any boolean data types to false } }