org.apache.myfaces.application.jsp
Class JspStateManagerImpl.SerializedViewKey

java.lang.Object
  extended by org.apache.myfaces.application.jsp.JspStateManagerImpl.SerializedViewKey
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JspStateManagerImpl

protected static class JspStateManagerImpl.SerializedViewKey
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
JspStateManagerImpl.SerializedViewKey(javax.faces.context.FacesContext context)
           
JspStateManagerImpl.SerializedViewKey(java.lang.String viewId, java.lang.Integer sequence)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspStateManagerImpl.SerializedViewKey

public JspStateManagerImpl.SerializedViewKey(java.lang.String viewId,
                                             java.lang.Integer sequence)

JspStateManagerImpl.SerializedViewKey

public JspStateManagerImpl.SerializedViewKey(javax.faces.context.FacesContext context)
Method Detail

equals

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

hashCode

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


Copyright © 2011 Apache Software Foundation. All Rights Reserved.