Package appl.Portal.CAS.Servlet

Examples of appl.Portal.CAS.Servlet.CAS_Props


     *  after a destroy.
     */
    public void init (ServletConfig aConfig)
        throws ServletException
    {
        super.init(aConfig, mProps = new CAS_Props() /*sic*/);

    }
View Full Code Here

TOP

Related Classes of appl.Portal.CAS.Servlet.CAS_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.