Examples of WebForwardPersonalPolicyForm


Examples of com.adito.webforwards.webforwardwizard.forms.WebForwardPersonalPolicyForm

     *      javax.servlet.http.HttpServletRequest,
     *      javax.servlet.http.HttpServletResponse)
     */
    public ActionForward unspecified(ActionMapping mapping, ActionForm form, HttpServletRequest request,
                    HttpServletResponse response) throws Exception {
        WebForwardPersonalPolicyForm webForwardPersonalPolicyForm = (WebForwardPersonalPolicyForm)form;
        webForwardPersonalPolicyForm.setPersonalPolicyName(PolicyUtil.getPersonalPolicyName(getSessionInfo(request).getUser().getPrincipalName()));
       
        return super.unspecified(mapping, form, request, response);
    }
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.