Package org.gatein.cdi.contexts

Examples of org.gatein.cdi.contexts.PortletRedisplayedContext.dissociate()


    @Override
    public void sessionDestroyed(HttpSessionEvent event) {
        PortletRedisplayedContext context = getExtension().getContext(PortletRedisplayedContext.class);
        if (context != null) {
            context.dissociate(event.getSession());
        }
    }

    protected abstract CDIPortletContextExtension getExtension();
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.