|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Decider
This interface represents an "entity" that takes decision on what Tiles definitions to use, depending on situations that the programmer must specify.
| Method Summary | |
|---|---|
void |
addSuitableDecision(Decision decision)
Adds a suitable decision to the list, so that it can be "decider" by this Decider. |
Decision |
decide(javax.servlet.http.HttpServletRequest request)
Takes a decision, using the HttpServletRequest as a basis. |
java.util.Set |
getSuitableDecisionSet()
Returns the set of all suitable decisions. |
| Method Detail |
|---|
void addSuitableDecision(Decision decision)
decision - The suitable decision to add.java.util.Set getSuitableDecisionSet()
Decision decide(javax.servlet.http.HttpServletRequest request)
request - The request to analyze.
getSuitableDecisionSet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||