|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScopedModelDriven<T>
Adds the ability to set a model, probably retrieved from a given state.
| Method Summary | |
|---|---|
String |
getScopeKey()
Gets the key under which the model is stored |
void |
setModel(T model)
Sets the model |
void |
setScopeKey(String key)
Sets the key under which the model is stored |
| Methods inherited from interface com.opensymphony.xwork2.ModelDriven |
|---|
getModel |
| Method Detail |
|---|
void setModel(T model)
void setScopeKey(String key)
key - The model keyString getScopeKey()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||