Package org.jresearch.gossip.am.ban

Examples of org.jresearch.gossip.am.ban.BanMap


     *      javax.servlet.http.HttpServletResponse)
     */
    protected ActionForward process(ActionMapping mapping, ActionForm form,
            HttpServletRequest request, HttpServletResponse response)
            throws JGossipException {
        BanMap bm = BanGuard.getInstance().getBanMap();
        request.setAttribute(IConst.REQUEST.RECORDS_DATA, bm.getMap());
        return mapping.findForward(IConst.TOKEN.PAGE);
    }
View Full Code Here

TOP

Related Classes of org.jresearch.gossip.am.ban.BanMap

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.