org.richfaces.cdi.push.producer
Class TopicsContextProducer
java.lang.Object
org.richfaces.cdi.push.producer.TopicsContextProducer
public class TopicsContextProducer
- extends Object
Producer for TopicsContext
reference.
- Author:
- Lukas Fryc
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 |
TopicsContextProducer
public TopicsContextProducer()
getTopicsContext
@Produces
@ApplicationScoped
public org.richfaces.application.push.TopicsContext getTopicsContext()
- Produces application scoped
TopicsContext
reference.
- Returns:
- application scoped
TopicsContext
reference.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.