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