RichFaces Core Implementation 4.2.2.Final-redhat-1

org.richfaces.cdi.push
Class TopicKeyResolver

java.lang.Object
  extended by org.richfaces.cdi.push.TopicKeyResolver

@ApplicationScoped
public class TopicKeyResolver
extends Object

Bean for resolving TopicKey from Push annotation properties.

Author:
Lukas Fryc

Constructor Summary
TopicKeyResolver()
           
 
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
 

Constructor Detail

TopicKeyResolver

public TopicKeyResolver()
Method Detail

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

RichFaces Core Implementation 4.2.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.