Examples of TunnelPersonalPolicyForm


Examples of com.adito.tunnels.wizards.forms.TunnelPersonalPolicyForm

     *      javax.servlet.http.HttpServletRequest,
     *      javax.servlet.http.HttpServletResponse)
     */
    public ActionForward unspecified(ActionMapping mapping, ActionForm form, HttpServletRequest request,
                    HttpServletResponse response) throws Exception {
        TunnelPersonalPolicyForm tunnelPersonalPolicyForm = (TunnelPersonalPolicyForm)form;
        tunnelPersonalPolicyForm.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.