Skip to content

Commit

Permalink
SPR-6423, conversation object
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha Kiener committed Jan 5, 2010
1 parent c45d8f2 commit 6b2846c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b2846c

Please sign in to comment.