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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(AttributeImpl attribute) void
addProperty
(PropertyImpl property) void
setBehaviorClass
(String behaviorClass) void
setBehaviorId
(String behaviorId)
-
Constructor Details
-
BehaviorImpl
public BehaviorImpl()
-
-
Method Details
-
getBehaviorClass
- Specified by:
getBehaviorClass
in classBehavior
-
getBehaviorId
- Specified by:
getBehaviorId
in classBehavior
-
setBehaviorClass
-
setBehaviorId
-
getAttributes
-
addAttribute
-
getProperties
-
addProperty
-