Package org.apache.shale.clay.config.beans

Examples of org.apache.shale.clay.config.beans.ElementBean.addSymbol()


                // prepend the var to the generated key
                id.insert(0, var + ".");
                SymbolBean symbol = new SymbolBean();
                symbol.setName(Globals.MANAGED_BEAN_MNEMONIC);
                symbol.setValue(id.toString());
                target.addSymbol(symbol);

                namingContainer.addChild(target);
                ((ComponentBean) displayElementRoot).addChild(namingContainer);
            }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.