public abstract class AbstractServletEventBridge extends BeanManagerAware
Modifier and Type | Field and Description |
---|---|
static String |
WEB_APPLICATION_ATTRIBUTE_NAME |
Constructor and Description |
---|
AbstractServletEventBridge() |
Modifier and Type | Method and Description |
---|---|
protected void |
fireEvent(Object payload,
Annotation... qualifiers)
Propagates the Servlet event to the CDI event bus if the BeanManager is available.
|
getBeanManager, getBeanManagerLocator, isBeanManagerAvailable, isBeanManagerInjected
public static String WEB_APPLICATION_ATTRIBUTE_NAME
protected void fireEvent(Object payload, Annotation... qualifiers)
Copyright © 2008–2013 Seam Framework. All rights reserved.