indexaction.java~1~

来自「全文搜索源码,基于开源项目Lucene编写,开发语言为JAVA,本程序做为LUC」· JAVA~1~ 代码 · 共 13 行

JAVA~1~
13
字号
package com.ht.gis.action;import com.ht.gis.form.*;import org.apache.struts.action.*;import javax.servlet.http.*;public class IndexAction extends Action {  public ActionForward execute(ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) {    /**@todo: complete the business logic here, this is just a skeleton.*/    IndexForm indexForm = (IndexForm) actionForm;    throw new java.lang.UnsupportedOperationException("Method perform() not yet implemented.");  }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?