Package org.apache.struts2.interceptor
Interface ScopedModelDriven<T>
- All Superinterfaces:
- ModelDriven<T>
Adds the ability to set a model, probably retrieved from a given state.
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidsetScopeKey(String key) Sets the key under which the model is storedMethods inherited from interface org.apache.struts2.ModelDrivengetModel
- 
Method Details- 
setModel- Parameters:
- model- sets the model
 
- 
setScopeKeySets the key under which the model is stored- Parameters:
- key- The model key
 
- 
getScopeKeyString getScopeKey()- Returns:
- the key under which the model is stored
 
 
-