org.apache.myfaces.application.pss
Class PssJspStateManagerImpl.SerializedViewKey

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

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

See Also:
Serialized Form

Constructor Summary
PssJspStateManagerImpl.SerializedViewKey(javax.faces.context.FacesContext context)
           
PssJspStateManagerImpl.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

PssJspStateManagerImpl.SerializedViewKey

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

PssJspStateManagerImpl.SerializedViewKey

public PssJspStateManagerImpl.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 © 2012 The Apache Software Foundation. All Rights Reserved.