|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface EndConversation
Denotes a method as a conversation-terminating method. Depending on
the ConversationArbitrator being used, the convention of
using the ConversationController annotation and beginning the name of
an action method with "end" can be used instead of this annotation.
conversations()| Optional Element Summary | |
|---|---|
String[] |
conversations
The conversations for which this method will act as an end-point. |
public abstract String[] conversations
In an action class annotated with the ConversationController
annotation, the conversations() field will default to that of
the controller's conversations if left blank. If not in a
ConversationController, then the conversations field must be specified in
order to associate this end point.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||