Class BehaviorImpl
java.lang.Object
org.apache.myfaces.config.element.Behavior
org.apache.myfaces.config.impl.element.BehaviorImpl
- All Implemented Interfaces:
- Serializable
Implementation of model for <behavior> element.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddAttribute(AttributeImpl attribute) voidaddProperty(PropertyImpl property) voidsetBehaviorClass(String behaviorClass) voidsetBehaviorId(String behaviorId) 
- 
Constructor Details- 
BehaviorImplpublic BehaviorImpl()
 
- 
- 
Method Details- 
getBehaviorClass- Specified by:
- getBehaviorClassin class- Behavior
 
- 
getBehaviorId- Specified by:
- getBehaviorIdin class- Behavior
 
- 
setBehaviorClass
- 
setBehaviorId
- 
getAttributes
- 
addAttribute
- 
getProperties
- 
addProperty
 
-