org.jboss.weld.module.web.el.CreationalContextCallable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weld-servlet-shaded Show documentation
Show all versions of weld-servlet-shaded Show documentation
This jar bundles all the bits of Weld and CDI required for running in a Servlet container.
package org.jboss.weld.module.web.el;
class CreationalContextCallable {
private ELCreationalContext> ctx;
ELCreationalContext> get() {
if (ctx == null) {
ctx = new ELCreationalContext