| java.lang.Object org.apache.tapestry.ioc.Orderable
Orderable | public class Orderable (Code) | | A wrapper that allows objects of a target type to be ordered. Each Orderable object is given a
unique id and a set of pre-requisites (objects which should be ordered earlier) and
post-requisites (objects which should be ordered later).
< Parameters: T - > |
Orderable | public Orderable(String id, T target, String... constraints)(Code) | | Parameters: id - unique identifier for the target object Parameters: target - the object to be ordered; this may also be null (in which case the id represents aplaceholder) |
getTarget | public T getTarget()(Code) | | |
|
|