org.richfaces.cdi.push
Class TopicKeyResolver
java.lang.Object
org.richfaces.cdi.push.TopicKeyResolver
@ApplicationScoped
public class TopicKeyResolver
- extends Object
Bean for resolving TopicKey
from Push
annotation properties.
- Author:
- Lukas Fryc
Method Summary |
org.richfaces.application.push.TopicKey |
resolveTopicKey(org.richfaces.cdi.push.Push pushAnnotation)
Resolves TopicKey from Push annotation properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopicKeyResolver
public TopicKeyResolver()
resolveTopicKey
public org.richfaces.application.push.TopicKey resolveTopicKey(org.richfaces.cdi.push.Push pushAnnotation)
- Resolves
TopicKey
from Push
annotation properties.
- Parameters:
pushAnnotation
- used for creating adequate TopicKey
- Returns:
TopicKey
resolved from given Push
annotation given
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.