⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 subcataloglistaction.java

📁 一个完整的网络订餐系统
💻 JAVA
字号:
package com.information.web.action;

import java.util.List;
import java.util.ArrayList;
import com.information.dao.InformationDao;
import org.apache.struts.action.ActionForward;
import com.common.struts.*;
import com.catalog.dao.CatalogDao;
import com.information.rule.InformationRule;
import com.information.form.InformationSearchResult;
import org.apache.struts.action.ActionForward;

public class SubCatalogListAction extends AbstractAction{
  public SubCatalogListAction() {
  }
  public ActionForward execute(ActionContext actionContext) throws java.lang.Exception {

return actionContext.getMapping().findForward("subcataloglist");
}

}

⌨️ 快捷键说明

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