| Modifier and Type | Method and Description |
|---|---|
SerializableContextual<Interceptor<?>,?> |
SerializableContextualInterceptorReference.getInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
InterceptorReference<SerializableContextual<Interceptor<?>,?>> |
CustomInterceptorMetadata.getInterceptorReference() |
| Constructor and Description |
|---|
SerializableContextualInterceptorReference(SerializableContextual<Interceptor<?>,?> interceptor,
ClassMetadata<?> classMetadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializableContextualImpl<C extends Contextual<I>,I>
A serializable version of contextual that knows how to restore the
original bean if necessary
|
| Modifier and Type | Method and Description |
|---|---|
SerializableContextual<C,I> |
SerializableContextualInstanceImpl.getContextual() |
| Constructor and Description |
|---|
SerializableContextualInstanceImpl(SerializableContextual<C,I> contextual,
I instance,
CreationalContext<I> creationalContext) |
| Modifier and Type | Method and Description |
|---|---|
<C extends Contextual<I>,I> |
ContextualStoreImpl.getSerializableContextual(Contextual<I> contextual) |
| Modifier and Type | Method and Description |
|---|---|
<C extends Contextual<I>,I> |
ContextualStore.getSerializableContextual(Contextual<I> contextual)
Returns a
SerializableContextual that corresponds to the given Contextual |
| Modifier and Type | Method and Description |
|---|---|
SerializableContextual<C,I> |
SerializableContextualInstance.getContextual() |
Copyright © 2013 Seam Framework. All Rights Reserved.