Class ComponentImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.Component
- 
- org.apache.myfaces.config.impl.element.ComponentImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ComponentImpl extends Component implements Serializable - Author:
- Oliver Rossmueller
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ComponentImpl()ComponentImpl(String componentType, String componentClass)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(Attribute value)voidaddProperty(Property value)List<? extends Attribute>getAttributes()StringgetComponentClass()StringgetComponentType()List<? extends Property>getProperties()voidsetComponentClass(String componentClass)voidsetComponentType(String componentType)
 
- 
- 
- 
Method Detail- 
setComponentTypepublic void setComponentType(String componentType) 
 - 
setComponentClasspublic void setComponentClass(String componentClass) 
 - 
getComponentTypepublic String getComponentType() - Specified by:
- getComponentTypein class- Component
 
 - 
getComponentClasspublic String getComponentClass() - Specified by:
- getComponentClassin class- Component
 
 - 
addPropertypublic void addProperty(Property value) 
 - 
getPropertiespublic List<? extends Property> getProperties() - Specified by:
- getPropertiesin class- Component
 
 - 
addAttributepublic void addAttribute(Attribute value) 
 - 
getAttributespublic List<? extends Attribute> getAttributes() - Specified by:
- getAttributesin class- Component
 
 
- 
 
-