Class OrderingImpl
- java.lang.Object
- 
- org.apache.myfaces.config.element.Ordering
- 
- org.apache.myfaces.config.impl.element.OrderingImpl
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class OrderingImpl extends Ordering implements Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description OrderingImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAfterSlot(OrderSlot slot)voidaddBeforeSlot(OrderSlot slot)List<OrderSlot>getAfterList()List<OrderSlot>getBeforeList()
 
- 
- 
- 
Method Detail- 
addBeforeSlotpublic void addBeforeSlot(OrderSlot slot) 
 - 
getBeforeListpublic List<OrderSlot> getBeforeList() - Specified by:
- getBeforeListin class- Ordering
 
 - 
addAfterSlotpublic void addAfterSlot(OrderSlot slot) 
 - 
getAfterListpublic List<OrderSlot> getAfterList() - Specified by:
- getAfterListin class- Ordering
 
 
- 
 
-