Uses of Class
org.apache.myfaces.config.element.Property
-
Packages that use Property Package Description org.apache.myfaces.config.element org.apache.myfaces.config.impl.element -
-
Uses of Property in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return types with arguments of type Property Modifier and Type Method Description abstract List<? extends Property>
Component. getProperties()
abstract List<? extends Property>
Converter. getProperties()
-
Uses of Property in org.apache.myfaces.config.impl.element
Subclasses of Property in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
PropertyImpl
Methods in org.apache.myfaces.config.impl.element that return types with arguments of type Property Modifier and Type Method Description List<? extends Property>
ComponentImpl. getProperties()
List<? extends Property>
ConverterImpl. getProperties()
Methods in org.apache.myfaces.config.impl.element with parameters of type Property Modifier and Type Method Description void
ComponentImpl. addProperty(Property value)
void
ConverterImpl. addProperty(Property value)
-