Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: org/acs/damsel/client/remove/DeleteGroupsForm.java


1   package org.acs.damsel.client.remove;
2   
3   import org.apache.struts.action.*;
4   import javax.servlet.http.*;
5   
6   public class DeleteGroupsForm extends ActionForm {
7     public ActionErrors validate(ActionMapping actionMapping, HttpServletRequest httpServletRequest) {
8       /**@todo: finish this method, this is just the skeleton.*/
9       return null;
10    }
11    public void reset(ActionMapping actionMapping, HttpServletRequest httpServletRequest) {
12    }
13  }