Package org.apache.jetspeed.services.forward

Examples of org.apache.jetspeed.services.forward.ForwardService


        Map map = new HashMap();
        map.put("dynamic", "44");
        map.put("msgok", "no");
        map.put("msg", "3");

        ForwardService fs = (ForwardService)ServiceUtil.getServiceByName(ForwardService.SERVICE_NAME);
        fs.forwardDynamic(rundata, PORTLET_NAME, "Success", map);
    }
View Full Code Here

TOP

Related Classes of org.apache.jetspeed.services.forward.ForwardService

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.