Package org.apache.myfaces.push.cdi
Class PushContextFactoryBean
- java.lang.Object
-
- org.apache.myfaces.push.cdi.PushContextFactoryBean
-
@ApplicationScoped public class PushContextFactoryBean extends Object
-
-
Constructor Summary
Constructors Constructor Description PushContextFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close(PushContext context)
PushContext
createPushContext(javax.enterprise.inject.spi.InjectionPoint ip)
-
-
-
Method Detail
-
createPushContext
@Produces public PushContext createPushContext(javax.enterprise.inject.spi.InjectionPoint ip)
-
close
public void close(@Disposes PushContext context)
-
-