|
RichFaces Core API 4.2.2.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD,PARAMETER}) @Qualifier public @interface Push
Defines end-point for messages going through Push message bus.
Required Element Summary | |
---|---|
String |
topic
Topic in form of topic name (e.g. |
Optional Element Summary | |
---|---|
String |
subtopic
Subtopic in form of subtopic name (e.g. |
Element Detail |
---|
public abstract String topic
public abstract String subtopic
Subtopic in form of subtopic name (e.g. "subtopic").
Subtopic might not be defined, when topic()
has form of full topic address, it means when it contains subtopic
already (e.g. "subtopic@topic").
|
RichFaces Core API 4.2.2.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |