public abstract class AbstractServletEventBridge
extends org.jboss.solder.beanManager.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.
|
public static String WEB_APPLICATION_ATTRIBUTE_NAME
protected void fireEvent(Object payload, Annotation... qualifiers)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.