Package org.jboss.weld.contexts
Class PassivatingContextWrapper
- java.lang.Object
-
- org.jboss.weld.contexts.PassivatingContextWrapper
-
public class PassivatingContextWrapper extends Object
Wraps a passivating context with a wrapper that guarantees that each call to the context is done with serializableContextual. The wrapper usesSerializableContextualif necessary.- Author:
- Jozef Hartinger
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Contextunwrap(Context context)static Contextwrap(Context context, org.jboss.weld.serialization.spi.ContextualStore store)
-