public interface ScopedModelDriven<T> extends ModelDriven<T>
Modifier and Type | Method and Description |
---|---|
String |
getScopeKey() |
void |
setModel(T model) |
void |
setScopeKey(String key)
Sets the key under which the model is stored
|
getModel
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.