| Constructor and Description |
|---|
ViewScope() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name,
ObjectFactory<?> objectFactory) |
String |
getConversationId() |
void |
registerDestructionCallback(String name,
Runnable callback) |
Object |
remove(String name) |
Object |
resolveContextualObject(String name) |
public ViewScope()
public String getConversationId()
getConversationId in interface Scopepublic Object get(String name, ObjectFactory<?> objectFactory)
public Object resolveContextualObject(String name)
resolveContextualObject in interface Scopepublic void registerDestructionCallback(String name, Runnable callback)
registerDestructionCallback in interface Scope