org.apache.tapestry5.ioc
Class OrderConstraintBuilder

java.lang.Object
  extended by org.apache.tapestry5.ioc.OrderConstraintBuilder

public final class OrderConstraintBuilder
extends Object

Constructs order constraints for OrderedConfiguration.

Since:
5.2.0.0

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

OrderConstraintBuilder

public OrderConstraintBuilder()
Method Detail

after

public static OrderConstraint after(String id)
Adds an after:id constraint.


afterAll

public static OrderConstraint afterAll()
Adds an after:* constraint.


before

public static OrderConstraint before(String id)
Adds a before:id constraint.


beforeAll

public static OrderConstraint beforeAll()
Adds a before:* constraint.



Copyright © 2003-2012 The Apache Software Foundation.