Package com.ecyrd.jspwiki.ui.admin.beans

Examples of com.ecyrd.jspwiki.ui.admin.beans.CoreBean


    {
        m_allBeans = new ArrayList<AdminBean>();

        try
        {
            registerAdminBean( new CoreBean(m_engine) );
            registerAdminBean( new UserBean(m_engine) );
            registerAdminBean( new SearchManagerBean(m_engine) );
            registerAdminBean( new PluginBean(m_engine) );
        }
        catch (NotCompliantMBeanException e)
View Full Code Here

TOP

Related Classes of com.ecyrd.jspwiki.ui.admin.beans.CoreBean

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.