RichFaces Core Implementation 4.3.1.Final-redhat-1

org.richfaces.cdi.push.producer
Class TopicsContextProducer

java.lang.Object
  extended by org.richfaces.cdi.push.producer.TopicsContextProducer

public class TopicsContextProducer
extends Object

Producer for TopicsContext reference.

Author:
Lukas Fryc

Constructor Summary
TopicsContextProducer()
           
 
Method Summary
 org.richfaces.application.push.TopicsContext getTopicsContext()
          Produces application scoped TopicsContext reference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicsContextProducer

public TopicsContextProducer()
Method Detail

getTopicsContext

@Produces
@ApplicationScoped
public org.richfaces.application.push.TopicsContext getTopicsContext()
Produces application scoped TopicsContext reference.

Returns:
application scoped TopicsContext reference.

RichFaces Core Implementation 4.3.1.Final-redhat-1

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