Uses of Class
org.apache.myfaces.config.element.Behavior
-
Packages that use Behavior Package Description org.apache.myfaces.config.element org.apache.myfaces.config.impl org.apache.myfaces.config.impl.element -
-
Uses of Behavior in org.apache.myfaces.config.element
Methods in org.apache.myfaces.config.element that return types with arguments of type Behavior Modifier and Type Method Description abstract List<Behavior>
FacesConfig. getBehaviors()
abstract Collection<Behavior>
FacesConfigData. getBehaviors()
-
Uses of Behavior in org.apache.myfaces.config.impl
Methods in org.apache.myfaces.config.impl that return types with arguments of type Behavior Modifier and Type Method Description Collection<Behavior>
FacesConfigDispenserImpl. getBehaviors()
-
Uses of Behavior in org.apache.myfaces.config.impl.element
Subclasses of Behavior in org.apache.myfaces.config.impl.element Modifier and Type Class Description class
BehaviorImpl
Implementation of model for <behavior> element.Methods in org.apache.myfaces.config.impl.element that return types with arguments of type Behavior Modifier and Type Method Description List<Behavior>
FacesConfigImpl. getBehaviors()
Methods in org.apache.myfaces.config.impl.element with parameters of type Behavior Modifier and Type Method Description void
FacesConfigImpl. addBehavior(Behavior behavior)
-