Uses of Class
org.apache.shale.clay.config.beans.SymbolBean

Packages that use SymbolBean
org.apache.shale.clay.config.beans   
 

Uses of SymbolBean in org.apache.shale.clay.config.beans
 

Subclasses of SymbolBean in org.apache.shale.clay.config.beans
 class AttributeBean
          Represents a value for a component property or a tag attribute.
 

Methods in org.apache.shale.clay.config.beans that return SymbolBean
 SymbolBean ComponentBean.getSymbol(String name)
          Returns a SymbolBean from the symbols Map by name.
 

Methods in org.apache.shale.clay.config.beans with parameters of type SymbolBean
 void ComponentBean.addSymbol(SymbolBean symbol)
          Adds a symbol identified by the SymbolBean to the symbols collection.
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.