|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface Conversational
Specifies that a component or method is conversational, and may only be called inside the scope of a long-running conversation.
Required Element Summary | |
---|---|
String |
ifNotBegunOutcome
The JSF outcome if the component is invoked outside of the scope of its conversation during the invoke application phase. |
Optional Element Summary | |
---|---|
boolean |
initiator
If true, the component must be the initiator of the conversation. |
Element Detail |
---|
public abstract String ifNotBegunOutcome
public abstract boolean initiator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |