Package org.opencustomer.framework.webapp.panel

Examples of org.opencustomer.framework.webapp.panel.PanelStack.clear()


            else if(log.isDebugEnabled())
                log.debug("activate item: "+menuItem);
           
            // do always delete the stack when click the menu
            PanelStack panelStack = Panel.getPanelStack(request);
            panelStack.clear();
           
            return Panel.getForward(menuItem.getAction(), request);
        }
       
        return mapping.findForward("login");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.