Serialized Form
-
Package org.exoplatform.container.weld
-
Class org.exoplatform.container.weld.WeldContainer extends org.exoplatform.container.AbstractInterceptor implements Serializable
- serialVersionUID:
- -5805946626633663689L
-
Serialized Fields
-
container
org.jboss.weld.environment.se.WeldContainer container
The weld container -
helper
WeldContainerHelper helper
The helper used to access to the extensions and to know if a given class is part of the scope ofWeld -
weld
org.jboss.weld.environment.se.Weld weld
The weld object allowing to initialize and stop the weld container -
weldContainer
org.jboss.weld.Container weldContainer
The weld container, we will use it mainly to shutdown it manually in case of a failure
-
-