public class Observers extends Object
Modifier and Type | Field and Description |
---|---|
static Set<Class<?>> |
CONTAINER_LIFECYCLE_EVENT_CANONICAL_SUPERTYPES |
static Set<Class<?>> |
CONTAINER_LIFECYCLE_EVENT_TYPES |
Modifier and Type | Method and Description |
---|---|
static boolean |
isContainerLifecycleObserverMethod(javax.enterprise.inject.spi.ObserverMethod<?> method) |
static boolean |
isObserverMethodEnabled(javax.enterprise.inject.spi.ObserverMethod<?> method,
BeanManagerImpl manager) |
public static boolean isContainerLifecycleObserverMethod(javax.enterprise.inject.spi.ObserverMethod<?> method)
public static boolean isObserverMethodEnabled(javax.enterprise.inject.spi.ObserverMethod<?> method, BeanManagerImpl manager)
Copyright © 2014 Seam Framework. All rights reserved.