Spring Web Flow

org.springframework.faces.webflow
Class FlowFacesContext.FacesMessageSource

java.lang.Object
  extended by org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FlowFacesContext

public static class FlowFacesContext.FacesMessageSource
extends java.lang.Object
implements java.io.Serializable

A Spring Message Source that originated from JSF.

See Also:
Serialized Form

Constructor Summary
FlowFacesContext.FacesMessageSource(java.lang.String clientId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClientId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowFacesContext.FacesMessageSource

public FlowFacesContext.FacesMessageSource(java.lang.String clientId)
Method Detail

getClientId

public java.lang.String getClientId()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

Spring Web Flow