|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.orchestra.conversation.jsf._JsfConversationUtils
public class _JsfConversationUtils
Various utilities used by the conversation framework
Notice: this class is not meant to be used outside of this library
Method Summary | |
---|---|
static void |
endAndRestartConversation(javax.faces.context.FacesContext context,
String conversationName,
Boolean restart,
javax.faces.el.MethodBinding restartAction)
end and restart a conversation |
static AbstractConversationComponent |
findEndConversationComponent(javax.faces.component.UIComponent component,
String conversationName)
Find a child start or end conversation component for the given conversation name |
static javax.faces.component.UICommand |
findParentCommand(javax.faces.component.UIComponent base)
Find the first parent which is a command |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.faces.component.UICommand findParentCommand(javax.faces.component.UIComponent base)
public static AbstractConversationComponent findEndConversationComponent(javax.faces.component.UIComponent component, String conversationName)
public static void endAndRestartConversation(javax.faces.context.FacesContext context, String conversationName, Boolean restart, javax.faces.el.MethodBinding restartAction)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |