|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Model
Interface defining models. All models must be able to handle merging of their content with an eligible model.
| Method Summary | |
|---|---|
Model |
createCopy()
Create a deep copy of this model. |
boolean |
isMergeableWith(Model model)
Determine if the model is able to be merged into the current model |
void |
merge(Model model)
Merge the model into the current model |
| Method Detail |
|---|
boolean isMergeableWith(Model model)
model - the model to compare
void merge(Model model)
model - the model to merge withModel createCopy()
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||