| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.ioc.OrderConstraintBuilder
public final class OrderConstraintBuilder
Constructs order constraints for OrderedConfiguration.
| Constructor Summary | |
|---|---|
| OrderConstraintBuilder() | |
| Method Summary | |
|---|---|
| static OrderConstraint | after(String id)Adds an after:id constraint. | 
| static OrderConstraint | afterAll()Adds an after:* constraint. | 
| static OrderConstraint | before(String id)Adds a before:id constraint. | 
| static OrderConstraint | beforeAll()Adds a before:* constraint. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OrderConstraintBuilder()
| Method Detail | 
|---|
public static OrderConstraint after(String id)
public static OrderConstraint afterAll()
public static OrderConstraint before(String id)
public static OrderConstraint beforeAll()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||