org.jboss.seam.core
@Name(value="org.jboss.seam.core.contexts") @BypassInterceptors @Install(precedence=0) @Scope(value=STATELESS) public class Contexts extends Object
Constructor and Description |
---|
Contexts() |
Modifier and Type | Method and Description |
---|---|
Context |
getApplicationContext() |
Context |
getBusinessProcessContext() |
Context |
getConversationContext() |
Context |
getEventContext() |
Context |
getMethodContext() |
Context |
getPageContext() |
Context |
getSessionContext() |
@Factory(value="org.jboss.seam.core.eventContext", autoCreate=true) public Context getEventContext()
@Factory(value="org.jboss.seam.core.methodContext", autoCreate=true) public Context getMethodContext()
@Factory(value="org.jboss.seam.core.pageContext", autoCreate=true) public Context getPageContext()
@Factory(value="org.jboss.seam.core.sessionContext", autoCreate=true) public Context getSessionContext()
@Factory(value="org.jboss.seam.core.applicationContext", autoCreate=true) public Context getApplicationContext()
@Factory(value="org.jboss.seam.core.conversationContext", autoCreate=true) public Context getConversationContext()
@Factory(value="org.jboss.seam.core.businessProcessContext", autoCreate=true) public Context getBusinessProcessContext()
Copyright © 2015 Seam Framework. All Rights Reserved.