Package appl.Portal.Personalize.Servlet

Examples of appl.Portal.Personalize.Servlet.PS_Props


     *     `configFile=O:/KFM/config/dev/dampfer/PS.properties�.
     */
    public void init (ServletConfig aConfig)
        throws ServletException
    {
        super.init(aConfig, mProps = new PS_Props() /*sic*/);

    }
View Full Code Here

TOP

Related Classes of appl.Portal.Personalize.Servlet.PS_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.