Package actions

Examples of actions.LogoutAction


    actions.put("menu",new MenuAction("index.jsp",pageErreur));
    //actions.put("vuePanier",new NullAction("vuePanier.jsp"));
    actions.put("vuePanier",new VuePanierAction("vuePanier.jsp","login.jsp","message.jsp"));
    //actions.put("login",new NullAction("login.jsp"));
    actions.put("login",new LoginAction("login.jsp","login.jsp","vuePanier.jsp"));
    actions.put("logout", new LogoutAction("message.jsp","index.jsp"));
    //actions.put("creationCompte",new NullAction("creationCompte.jsp"));
    actions.put("creationCompte",new CreationCompteAction("creationCompte.jsp","creationCompte.jsp","login.jsp"));   
    actions.put("vueProduit",new VueProduitAction("vueProduit.jsp",pageErreur));
    actions.put("monProfil",new MonProfilAction("monProfil.jsp","login.jsp","monProfil.jsp"));
    actions.put("mesCommandes", new MesCommandesAction("mesCommandes.jsp","mesCommandes.jsp"));
View Full Code Here


    actions.put("menu",new MenuAction("index.jsp",pageErreur));
    //actions.put("vuePanier",new NullAction("vuePanier.jsp"));
    actions.put("vuePanier",new VuePanierAction("vuePanier.jsp","login.jsp","message.jsp"));
    //actions.put("login",new NullAction("login.jsp"));
    actions.put("login",new LoginAction("login.jsp","login.jsp","vuePanier.jsp"));
    actions.put("logout", new LogoutAction("message.jsp","index.jsp"));
    //actions.put("creationCompte",new NullAction("creationCompte.jsp"));
    actions.put("creationCompte",new CreationCompteAction("creationCompte.jsp","creationCompte.jsp","login.jsp"));   
    actions.put("vueProduit",new VueProduitAction("vueProduit.jsp",pageErreur));
    actions.put("monProfil",new MonProfilAction("monProfil.jsp","login.jsp","monProfil.jsp"));
    actions.put("mesCommandes", new MesCommandesAction("mesCommandes.jsp","mesCommandes.jsp"));
View Full Code Here

TOP

Related Classes of actions.LogoutAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.