Package appl.Portal.FwService.Servlet

Examples of appl.Portal.FwService.Servlet.Fw_Props


     *     `configFile=o:/kfm/config/dev/santamaria/BM.properties�.
     */
    public void init (ServletConfig aConfig)
        throws ServletException
    {
        super.init(aConfig, mProps = new Fw_Props() /*sic*/);

    }
View Full Code Here

TOP

Related Classes of appl.Portal.FwService.Servlet.Fw_Props

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.