Package org.rhq.core.gui.configuration

Examples of org.rhq.core.gui.configuration.ConfigHelperUIBean


{
    // TODO if we could make ConfigHelperUIBean a Seam component we wouldn't need to do this
    @Factory(value = "ConfigHelperUIBean", scope = ScopeType.APPLICATION)
    public ConfigHelperUIBean createConfigHelper()
    {
        return new ConfigHelperUIBean();
    }
View Full Code Here

TOP

Related Classes of org.rhq.core.gui.configuration.ConfigHelperUIBean

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.