|
Seam Core JSF2 2.3.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.contexts.Contexts
public class Contexts
Provides access to the current contexts associated with the thread.
Constructor Summary | |
---|---|
Contexts()
|
Method Summary | |
---|---|
static Context |
getApplicationContext()
|
static Context |
getBusinessProcessContext()
|
static Context |
getConversationContext()
|
static Context |
getEventContext()
|
static Context |
getMethodContext()
|
static Context |
getPageContext()
|
static Context |
getSessionContext()
|
static boolean |
isApplicationContextActive()
|
static boolean |
isBusinessProcessContextActive()
|
static boolean |
isConversationContextActive()
|
static boolean |
isEventContextActive()
|
static boolean |
isMethodContextActive()
|
static boolean |
isPageContextActive()
Is PageContext set? If not, it is lazily created in case of RESTORE_VIEW is processing This is a requirement for starting CONVERSATION - JSF2 change |
static boolean |
isSessionContextActive()
|
static Object |
lookupInStatefulContexts(String name)
Search for a named attribute in all contexts, in the following order: method, event, page, conversation, session, business process, application. |
static void |
removeFromAllContexts(String name)
Remove the named component from all contexts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Contexts()
Method Detail |
---|
public static Context getEventContext()
public static Context getMethodContext()
public static Context getPageContext()
public static Context getSessionContext()
public static Context getApplicationContext()
public static Context getConversationContext()
public static Context getBusinessProcessContext()
public static boolean isConversationContextActive()
public static boolean isEventContextActive()
public static boolean isMethodContextActive()
public static boolean isPageContextActive()
public static boolean isSessionContextActive()
public static boolean isApplicationContextActive()
public static boolean isBusinessProcessContextActive()
public static void removeFromAllContexts(String name)
public static Object lookupInStatefulContexts(String name)
|
Seam Core JSF2 2.3.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |