public interface ScopedModelDriven<T> extends ModelDriven<T>
Modifier and Type | Method and Description |
---|---|
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
|
getModel
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.