|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.conversation.spi.SeamConversationContextFactory
public class SeamConversationContextFactory
Create SeamConversationContext based on underlying CDI implementation.
| Constructor Summary | |
|---|---|
SeamConversationContextFactory()
|
|
| Method Summary | ||
|---|---|---|
static
|
getContext(Class<T> storeType)
Get the current Seam conversation context instance. |
|
static SeamConversationContext |
produce(InjectionPoint ip)
Produce matching Seam conversation context. |
|
static void |
setDisableNoopInstance(boolean disableNoopInstance)
Do we allow noop Seam conversation context instance. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeamConversationContextFactory()
| Method Detail |
|---|
@Produces public static SeamConversationContext produce(InjectionPoint ip)
ip - current injection point
public static <T> SeamConversationContext<T> getContext(Class<T> storeType)
storeType - the store type
public static void setDisableNoopInstance(boolean disableNoopInstance)
disableNoopInstance - the noop flag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||