Class BehaviorImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.Behavior
- 
- org.apache.myfaces.config.impl.element.BehaviorImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class BehaviorImpl extends Behavior implements Serializable Implementation of model for <behavior> element.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BehaviorImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(AttributeImpl attribute)voidaddProperty(PropertyImpl property)Collection<AttributeImpl>getAttributes()StringgetBehaviorClass()StringgetBehaviorId()Collection<PropertyImpl>getProperties()voidsetBehaviorClass(String behaviorClass)voidsetBehaviorId(String behaviorId)
 
- 
- 
- 
Method Detail- 
getBehaviorClasspublic String getBehaviorClass() - Specified by:
- getBehaviorClassin class- Behavior
 
 - 
getBehaviorIdpublic String getBehaviorId() - Specified by:
- getBehaviorIdin class- Behavior
 
 - 
setBehaviorClasspublic void setBehaviorClass(String behaviorClass) 
 - 
setBehaviorIdpublic void setBehaviorId(String behaviorId) 
 - 
getAttributespublic Collection<AttributeImpl> getAttributes() 
 - 
addAttributepublic void addAttribute(AttributeImpl attribute) 
 - 
getPropertiespublic Collection<PropertyImpl> getProperties() 
 - 
addPropertypublic void addProperty(PropertyImpl property) 
 
- 
 
-