Package org.jresearch.gossip.forms

Examples of org.jresearch.gossip.forms.SearchLogForm


     *      javax.servlet.http.HttpServletResponse)
     */
    protected ActionForward process(ActionMapping mapping, ActionForm form,
            HttpServletRequest request, HttpServletResponse response)
            throws JGossipException {
        SearchLogForm slForm = (SearchLogForm) form;
        LogSearchCriteria criteria = slForm.getSearchCriteria();
        request.getSession().setAttribute(IConst.SESSION.SEARCH_CRITERIA_LOG,
                criteria);
        return (mapping.findForward(IConst.TOKEN.PAGE));
    }
View Full Code Here

TOP

Related Classes of org.jresearch.gossip.forms.SearchLogForm

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.