| 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 | Method and Description |
|---|---|
static <C extends Contextual<I>,I> |
SerializableContextualFactory.create(C contextual,
ContextualStore contextualStore) |
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 © 2012 Seam Framework. All Rights Reserved.