com.opensymphony.xwork2.interceptor
Interface ScopedModelDriven<T>

All Superinterfaces:
ModelDriven<T>

public interface ScopedModelDriven<T>
extends ModelDriven<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

setModel

void setModel(T model)
Sets the model


setScopeKey

void setScopeKey(String key)
Sets the key under which the model is stored

Parameters:
key - The model key

getScopeKey

String getScopeKey()
Gets the key under which the model is stored



Copyright © 2009 OpenSymphony. All Rights Reserved.