|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.jsf.PhaseHelper
public class PhaseHelper
Helper class for JSF related operations
Constructor Summary | |
---|---|
PhaseHelper()
|
Method Summary | |
---|---|
static java.lang.String |
getConversationId()
Gets the propagated conversation id |
static java.lang.String |
getConversationIdFromRequest()
Gets the propagated conversation id parameter from the request |
static java.lang.String |
getConversationIdFromViewRoot()
Gets the propagated conversation id from the view root attribute map |
static javax.servlet.http.HttpSession |
getHttpSession()
Gets the HTTP session |
static boolean |
isPostback()
Checks if current request is a JSF postback |
static void |
propagateConversation(java.lang.String cid)
Creates and/or updates the conversation propagation component in the UI view root |
static void |
stopConversationPropagation()
Stops conversation propagation through the view root |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PhaseHelper()
Method Detail |
---|
public static boolean isPostback()
public static void propagateConversation(java.lang.String cid)
cid
- The conversation id to propagatepublic static java.lang.String getConversationIdFromRequest()
public static java.lang.String getConversationIdFromViewRoot()
public static java.lang.String getConversationId()
public static javax.servlet.http.HttpSession getHttpSession()
public static void stopConversationPropagation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |