public class ContextDestructionObserver extends Object
| Constructor and Description |
|---|
ContextDestructionObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
observerApplicationContextDestroyed(javax.servlet.ServletContext event) |
void |
observerConversationContextDestroyed(String id) |
void |
observerRequestContextDestroyed(javax.servlet.ServletRequest event) |
void |
observerSessionContextDestroyed(javax.servlet.http.HttpSession event) |
public void observerRequestContextDestroyed(@Observes @Destroyed(value=javax.enterprise.context.RequestScoped.class)
javax.servlet.ServletRequest event)
public void observerApplicationContextDestroyed(@Observes @Destroyed(value=javax.enterprise.context.ApplicationScoped.class)
javax.servlet.ServletContext event)
public void observerConversationContextDestroyed(@Observes @Destroyed(value=javax.enterprise.context.ConversationScoped.class)
String id)
public void observerSessionContextDestroyed(@Observes @Destroyed(value=javax.enterprise.context.SessionScoped.class)
javax.servlet.http.HttpSession event)
Copyright © 2008–2016 CDI TCK. All rights reserved.