Class Orderer<T>
java.lang.Object
org.apache.tapestry5.ioc.internal.util.Orderer<T>
Used to order objects into an "execution" order. Each object must have a unique id. It may specify a list of
constraints which identify the ordering of the objects.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Orderer
-
Orderer
-
-
Method Details
-
add
Adds an object to be ordered.- Parameters:
orderable
-
-
override
-
add
Adds an object to be ordered.- Parameters:
id
- unique, qualified id for the targettarget
- the object to be ordered (or null as a placeholder)constraints
- optional, variable constraints- See Also:
-
override
-
getOrdered
-