Class ComponentImpl
java.lang.Object
org.apache.myfaces.config.element.Component
org.apache.myfaces.config.impl.element.ComponentImpl
- All Implemented Interfaces:
Serializable
- Author:
- Oliver Rossmueller
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(Attribute value) void
addProperty
(Property value) void
setComponentClass
(String componentClass) void
setComponentType
(String componentType)
-
Constructor Details
-
ComponentImpl
public ComponentImpl() -
ComponentImpl
-
-
Method Details
-
setComponentType
-
setComponentClass
-
getComponentType
- Specified by:
getComponentType
in classComponent
-
getComponentClass
- Specified by:
getComponentClass
in classComponent
-
addProperty
-
getProperties
- Specified by:
getProperties
in classComponent
-
addAttribute
-
getAttributes
- Specified by:
getAttributes
in classComponent
-