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