Package org.jboss.dashboard.ui.components

Examples of org.jboss.dashboard.ui.components.UIComponentHandlerFactoryElement


        this.property = property;
    }

    public String getBean() {
        if (bean == null) {
            UIComponentHandlerFactoryElement currentComponent = (UIComponentHandlerFactoryElement) pageContext.getRequest().getAttribute(UseComponentTag.COMPONENT_ATTR_NAME);
            if (currentComponent != null) {
                return currentComponent.getName();
            }
        }
        return bean;
    }
View Full Code Here

TOP

Related Classes of org.jboss.dashboard.ui.components.UIComponentHandlerFactoryElement

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.