182018211822182318241825182618271828182918301831
{ for (OrderSlot slot: slots) { if (slot instanceof FacesConfigNameSlot) { FacesConfigNameSlot nameSlot = (FacesConfigNameSlot) slot; if (name.equals(nameSlot.getName())) { return true; } } }