提交 6b2846cf 编写于 作者: M Micha Kiener

SPR-6423, conversation object

上级 c45d8f20
......@@ -104,6 +104,12 @@ public interface Conversation {
*/
Map<String, Object> getAttributeMap();
/**
* @see org.springframework.beans.factory.config.Scope#registerDestructionCallback(String,
* Runnable)
*/
void registerDestructionCallback(String name, Runnable callback);
/**
* Returns the id of this conversation which is its identifier to be used
* within forms, redirections or anywhere else to define the current
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册