org.jboss.seam.annotations
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface End
Modifier and Type | Optional Element and Description |
---|---|
boolean |
beforeRedirect
Should the conversation be destroyed before any
redirect? (The default behavior is to propagate
the conversation across the redirect and then
destroy it at the end of the redirected request.)
|
String[] |
ifOutcome
Deprecated.
use Conversation.instance().end()
|
boolean |
root
If the conversation is nested, should the root
of the conversation be destroyed? (The default
behavior is to simply pop the conversation
stack.)
|
public abstract String[] ifOutcome
public abstract boolean beforeRedirect
public abstract boolean root
Copyright © 2015 Seam Framework. All Rights Reserved.