AddIndexAction.java
上传用户:zhihansy
上传日期:2014-12-04
资源大小:7241k
文件大小:1k
- /*
- * Generated by MyEclipse Struts
- * Template path: templates/java/JavaClass.vtl
- */
- package com.struts.action;
- import java.io.UnsupportedEncodingException;
- import java.util.Date;
- import java.util.HashMap;
- import java.util.List;
- import java.util.Map;
- import javax.servlet.http.HttpServletRequest;
- import javax.servlet.http.HttpServletResponse;
- import org.apache.struts.action.Action;
- import org.apache.struts.action.ActionForm;
- import org.apache.struts.action.ActionForward;
- import org.apache.struts.action.ActionMapping;
- import sun.security.provider.MD5;
- import com.struts.form.SearcherForm;
- import com.lucene.*;
- import javax.security.*;
- public class AddIndexAction extends Action {
- public ActionForward execute(ActionMapping mapping, ActionForm form,
- HttpServletRequest request, HttpServletResponse response) {
-
-
-
- return mapping.findForward("success");
- }
- }