org.apache.myfaces.custom.conversation
Interface ConversationMessager

All Known Implementing Classes:
DefaultConversationMessager

public interface ConversationMessager

methods required to inform the user about some anomalies

Author:
imario@apache.org

Method Summary
 void setConversationException(javax.faces.context.FacesContext context, java.lang.Throwable t)
          exception happened e.g.
 void setConversationNotActive(javax.faces.context.FacesContext context, java.lang.String name)
          message about a not active conversation (close before the redirect)
 

Method Detail

setConversationException

void setConversationException(javax.faces.context.FacesContext context,
                              java.lang.Throwable t)
exception happened e.g. during endConversation action


setConversationNotActive

void setConversationNotActive(javax.faces.context.FacesContext context,
                              java.lang.String name)
message about a not active conversation (close before the redirect)



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.