|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRequest
basic foundation of a module request. Request can be cloned and then bound and resolved against a variable mapping.
| Method Summary | |
|---|---|
int |
bind(IModel model,
java.util.Map<java.lang.String,java.lang.Object> bindings,
boolean iterativeCall)
attempt to resolve and bind any variables within this request. |
IRequest |
clone()
duplicate this IRequest so that the clone can be resolved against since the process is destructive |
| Method Detail |
|---|
IRequest clone()
int bind(IModel model,
java.util.Map<java.lang.String,java.lang.Object> bindings,
boolean iterativeCall)
throws CannotMatchException
bindings - iterativeCall -
CannotMatchException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||