📄 useraction.java
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: UserAction.java
package com.keyshop.shop.user.controller;
import com.keyshop.pub.controller.PubAction;
import com.keyshop.pub.controller.PubForm;
import com.keyshop.pub.model.PubBean;
import com.keyshop.pub.util.*;
import com.keyshop.shop.system.manager.SystemManager;
import com.keyshop.shop.system.model.MailConfig;
import com.keyshop.shop.system.model.ViewConfig;
import com.keyshop.shop.user.bo.UserBO;
import com.keyshop.shop.user.model.User;
import java.util.*;
import javax.servlet.http.*;
import org.apache.struts.action.*;
// Referenced classes of package com.keyshop.shop.user.controller:
// UserForm
public class UserAction extends PubAction
{
public static final String USER = "User";
public UserAction()
{
}
public String getSelectSQL()
{
return null;
}
public void initClassName()
{
}
public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return super.execute(mapping, form, request, response);
}
public ActionForward performList(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return mapping.findForward("fail");
}
public ActionForward performRegsetp1(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return mapping.findForward("regsetp1");
}
public ActionForward performRegsetp2(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return mapping.findForward("regsetp2");
}
public ActionForward performGologin(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return mapping.findForward("login");
}
public ActionForward performLogin(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return null;
}
public ActionForward performLogout(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return null;
}
public ActionForward performAccountview(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return mapping.findForward("accountview");
}
public ActionForward performRegedit(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return mapping.findForward("regedit");
}
public ActionForward performRegupdate(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return null;
}
private void goUrl(String requestPageUrl, String param)
throws Exception
{
}
public ActionForward performSpeedcreate(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return mapping.findForward("login");
}
public ActionForward performRegsetp3(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return mapping.findForward("regsetp3");
}
private void sendUserCreateMail(User user, ViewConfig viewConfig)
{
}
public ActionForward performUpdate(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return mapping.findForward("edit");
}
public ActionForward performRemove(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
{
return mapping.findForward("fail");
}
protected boolean isObjectExisted(PubBean bean)
{
return false;
}
protected boolean isEmailExisted(PubBean bean)
{
return false;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -