Package com.adito.webforwards.webforwardwizard.forms

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

Related Classes of com.adito.webforwards.webforwardwizard.forms.WebForwardPersonalPolicyForm

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.